UI: 2024 Hero component options #103971

Merged
Márton Lente merged 66 commits from ui/2024-hero-options into main 2024-09-24 13:00:31 +02:00
Showing only changes of commit 57a512c267 - Show all commits

View File

@ -4,9 +4,8 @@
.board-events
color: rgba(white, .7)
font-size: 180%
font-size: var(--fs-h2)
+list-unstyled
line-height: 1
width: 100%
li
@ -44,7 +43,7 @@
.board-e-speakers
color: hsl(210deg, 16%, 25%)
font-size: 80%
font-size: var(--fs-h3)
.board-e-duration
+padding(2, right)
@ -97,8 +96,7 @@
.panel-location
.board-events
color: white
font-size: 200%
line-height: 1.2
font-size: var(--fs-h1)
margin-bottom: 0
width: 100vw
@ -142,14 +140,20 @@
.board-e-time small
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
font-size: 85%
font-size: var(--fs-h3)
white-space: nowrap
.board-e-name
line-height: 1.1
.board-e-speakers
line-height: calc(var(--spacer) * 2)
+margin(2, top)
.board-logo