UI: 2024 Hero component options #103971
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
.attendee
|
.attendee
|
||||||
align-items: center
|
align-items: center
|
||||||
color: var(--text-color-secondary)
|
color: var(--color-text-secondary)
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
justify-content: space-between
|
justify-content: space-between
|
||||||
@ -58,7 +58,7 @@
|
|||||||
+margin(1, y)
|
+margin(1, y)
|
||||||
|
|
||||||
.attendee-company
|
.attendee-company
|
||||||
color: var(--text-color-secondary)
|
color: var(--color-text-secondary)
|
||||||
font-size: var(--fs-sm)
|
font-size: var(--fs-sm)
|
||||||
line-height: 1
|
line-height: 1
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
+padding(3)
|
+padding(3)
|
||||||
|
|
||||||
summary
|
summary
|
||||||
color: var(--text-color-secondary)
|
color: var(--color-text-secondary)
|
||||||
+fw-normal
|
+fw-normal
|
||||||
padding-right: 0
|
padding-right: 0
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ footer
|
|||||||
|
|
||||||
.navbar-footer
|
.navbar-footer
|
||||||
align-items: center
|
align-items: center
|
||||||
color: var(--text-color-secondary)
|
color: var(--color-text-secondary)
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
justify-content: space-between
|
justify-content: space-between
|
||||||
@ -44,13 +44,13 @@ footer
|
|||||||
flex: 1
|
flex: 1
|
||||||
|
|
||||||
.btn
|
.btn
|
||||||
color: var(--text-color-secondary)
|
color: var(--color-text-secondary)
|
||||||
+fw-normal
|
+fw-normal
|
||||||
|
|
||||||
.footer-logo
|
.footer-logo
|
||||||
margin-top: -.2rem
|
margin-top: -.2rem
|
||||||
|
|
||||||
svg
|
svg
|
||||||
fill: var(--text-color-tertiary)
|
fill: var(--color-text-tertiary)
|
||||||
height: auto
|
height: auto
|
||||||
max-width: var(--spacer-5)
|
max-width: var(--spacer-5)
|
||||||
|
@ -31,7 +31,7 @@ $col-time-width: 8%
|
|||||||
border-radius: var(--border-radius)
|
border-radius: var(--border-radius)
|
||||||
|
|
||||||
.schedule-filter-title
|
.schedule-filter-title
|
||||||
color: var(--text-color-secondary)
|
color: var(--color-text-secondary)
|
||||||
font-size: var(--fs-sm)
|
font-size: var(--fs-sm)
|
||||||
|
|
||||||
.schedule-filters
|
.schedule-filters
|
||||||
@ -546,7 +546,7 @@ body.is-scrolled
|
|||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
.event-header
|
.event-header
|
||||||
color: var(--text-color-secondary)
|
color: var(--color-text-secondary)
|
||||||
display: flex
|
display: flex
|
||||||
flex-wrap: wrap
|
flex-wrap: wrap
|
||||||
font-size: var(--fs-sm)
|
font-size: var(--fs-sm)
|
||||||
@ -588,10 +588,10 @@ body.is-scrolled
|
|||||||
width: 1.2rem
|
width: 1.2rem
|
||||||
|
|
||||||
.event-speakers
|
.event-speakers
|
||||||
color: var(--text-color-secondary)
|
color: var(--color-text-secondary)
|
||||||
|
|
||||||
.event-tags
|
.event-tags
|
||||||
color: var(--text-color-secondary)
|
color: var(--color-text-secondary)
|
||||||
gap: var(--spacer)
|
gap: var(--spacer)
|
||||||
|
|
||||||
.event-category
|
.event-category
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
text-align: center
|
text-align: center
|
||||||
|
|
||||||
p
|
p
|
||||||
color: var(--text-color-secondary)
|
color: var(--color-text-secondary)
|
||||||
max-width: 500px
|
max-width: 500px
|
||||||
+margin(auto, x)
|
+margin(auto, x)
|
||||||
+margin(4, bottom)
|
+margin(4, bottom)
|
||||||
|
Loading…
Reference in New Issue
Block a user