1
0

Migrate common components to sass-embedded

This commit is contained in:
Mathias Wagner 2025-02-16 14:27:25 +01:00
parent ce3d35f911
commit 72164f3f18
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44
4 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
@import "@styles/colors"
@use "@styles/colors" as *
.background svg
position: absolute

View File

@ -1,4 +1,4 @@
@import "@styles/colors"
@use "@styles/colors" as *
.btn
display: flex

View File

@ -1,4 +1,4 @@
@import "@styles/colors"
@use "@styles/colors" as *
footer
height: 10vh

View File

@ -1,3 +1,5 @@
@use "@styles/colors" as *
header
display: flex
justify-content: center
@ -8,9 +10,12 @@ header
svg
font-size: 26pt
background-color: $background
h1
margin: 0
padding: 2rem 1rem
background-color: $background
header *
z-index: 2