UI: 2024 Hero component options #103971
@ -4,9 +4,8 @@
|
|||||||
|
|
||||||
.board-events
|
.board-events
|
||||||
color: rgba(white, .7)
|
color: rgba(white, .7)
|
||||||
font-size: 180%
|
font-size: var(--fs-h2)
|
||||||
+list-unstyled
|
+list-unstyled
|
||||||
line-height: 1
|
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
li
|
li
|
||||||
@ -44,7 +43,7 @@
|
|||||||
|
|
||||||
.board-e-speakers
|
.board-e-speakers
|
||||||
color: hsl(210deg, 16%, 25%)
|
color: hsl(210deg, 16%, 25%)
|
||||||
font-size: 80%
|
font-size: var(--fs-h3)
|
||||||
|
|
||||||
.board-e-duration
|
.board-e-duration
|
||||||
+padding(2, right)
|
+padding(2, right)
|
||||||
@ -97,8 +96,7 @@
|
|||||||
.panel-location
|
.panel-location
|
||||||
.board-events
|
.board-events
|
||||||
color: white
|
color: white
|
||||||
font-size: 200%
|
font-size: var(--fs-h1)
|
||||||
line-height: 1.2
|
|
||||||
margin-bottom: 0
|
margin-bottom: 0
|
||||||
width: 100vw
|
width: 100vw
|
||||||
|
|
||||||
@ -142,14 +140,20 @@
|
|||||||
.board-e-time small
|
.board-e-time small
|
||||||
color: rgba(white, .5)
|
color: rgba(white, .5)
|
||||||
|
|
||||||
|
.board-date,
|
||||||
|
.board-e-duration,
|
||||||
|
.board-e-location,
|
||||||
|
.board-logo,
|
||||||
|
.board-e-name,
|
||||||
|
.board-e-time
|
||||||
|
line-height: calc(var(--spacer) * 2.5)
|
||||||
|
|
||||||
.board-e-duration
|
.board-e-duration
|
||||||
font-size: 85%
|
font-size: var(--fs-h3)
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
|
|
||||||
.board-e-name
|
|
||||||
line-height: 1.1
|
|
||||||
|
|
||||||
.board-e-speakers
|
.board-e-speakers
|
||||||
|
line-height: calc(var(--spacer) * 2)
|
||||||
+margin(2, top)
|
+margin(2, top)
|
||||||
|
|
||||||
.board-logo
|
.board-logo
|
||||||
|
Loading…
Reference in New Issue
Block a user