Migrate common components to sass-embedded
This commit is contained in:
parent
ce3d35f911
commit
72164f3f18
@ -1,4 +1,4 @@
|
||||
@import "@styles/colors"
|
||||
@use "@styles/colors" as *
|
||||
|
||||
.background svg
|
||||
position: absolute
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import "@styles/colors"
|
||||
@use "@styles/colors" as *
|
||||
|
||||
.btn
|
||||
display: flex
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import "@styles/colors"
|
||||
@use "@styles/colors" as *
|
||||
|
||||
footer
|
||||
height: 10vh
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user