Created the root.sass

This commit is contained in:
Mathias Wagner 2023-04-17 22:11:17 +02:00
parent 551d282dc6
commit 2f278d5281
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View 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