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
|
.background svg
|
||||||
position: absolute
|
position: absolute
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@import "@styles/colors"
|
@use "@styles/colors" as *
|
||||||
|
|
||||||
.btn
|
.btn
|
||||||
display: flex
|
display: flex
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@import "@styles/colors"
|
@use "@styles/colors" as *
|
||||||
|
|
||||||
footer
|
footer
|
||||||
height: 10vh
|
height: 10vh
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
@use "@styles/colors" as *
|
||||||
|
|
||||||
header
|
header
|
||||||
display: flex
|
display: flex
|
||||||
justify-content: center
|
justify-content: center
|
||||||
@ -8,9 +10,12 @@ header
|
|||||||
|
|
||||||
svg
|
svg
|
||||||
font-size: 26pt
|
font-size: 26pt
|
||||||
|
background-color: $background
|
||||||
|
|
||||||
h1
|
h1
|
||||||
margin: 0
|
margin: 0
|
||||||
|
padding: 2rem 1rem
|
||||||
|
background-color: $background
|
||||||
|
|
||||||
header *
|
header *
|
||||||
z-index: 2
|
z-index: 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user