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
2 changed files with 3 additions and 3 deletions
Showing only changes of commit c10eeb856f - Show all commits

View File

@ -75,7 +75,7 @@
color: var(--color-info) color: var(--color-info)
content: 'UNDER REVIEW' content: 'UNDER REVIEW'
display: flex display: flex
font-size: 10px font-size: var(--fs-xs)
+fw-bold +fw-bold
position: absolute position: absolute
padding: .2rem var(--spacer-2) 0 var(--spacer-2) padding: .2rem var(--spacer-2) 0 var(--spacer-2)

View File

@ -24,9 +24,9 @@ body{
.text-highlight{ .text-highlight{
color: $neon-yellow; color: $neon-yellow;
font-size: 36px; font-size: var(--fs-h1);
font-weight: 300; font-weight: 300;
text-shadow: -5px 5px 9px $neon-yellow-glow; text-shadow: calc(var(--spacer-1) * -1) var(--spacer-1) var(--spacer-2) $neon-yellow-glow;
} }
.event-header{ .event-header{