Created the root.sass
This commit is contained in:
parent
551d282dc6
commit
2f278d5281
15
src/common/styles/root.sass
Normal file
15
src/common/styles/root.sass
Normal file
@ -0,0 +1,15 @@
|
||||
@import "colors"
|
||||
|
||||
$ball1: radial-gradient($blurred-blue, transparent, transparent 40rem) bottom -15rem left -20rem / 50rem 50rem
|
||||
$ball2: radial-gradient($blurred-blue, transparent, transparent 70rem) top -35em center / 70rem 70rem
|
||||
$ball3: radial-gradient($blurred-blue, transparent, transparent 60rem) bottom -25em right -20rem / 60rem 60rem
|
||||
|
||||
body, html
|
||||
margin: 0
|
||||
padding: 0
|
||||
min-height: 100vh
|
||||
background: no-repeat $ball1, no-repeat $ball2, no-repeat $ball3, $background
|
||||
|
||||
@media (max-width: 873px)
|
||||
body, html
|
||||
background-size: 0 0
|
Loading…
x
Reference in New Issue
Block a user