Tesitng a new backgroud design

This commit is contained in:
2018-05-28 01:17:05 +10:00
parent c526e3045d
commit 11e3d60859
12 changed files with 521 additions and 23 deletions

View File

@ -16,6 +16,7 @@
width: 100%;
height: 100%;
z-index: $s-z--background;
overflow: hidden;
//Civil Twilight
&--style-twilight {
@ -37,9 +38,14 @@
//Elements that fill
&__grain {
@include t-absolute-fill();
}
&__grain {
background-image: url('./../images/grain.png');
}
&__palm {
position: absolute;
width: 150%;
bottom: -10%;
left: -40%;
@include t-drop-shadow(2.5vw, 2.5vw, 0, rgba(0, 0, 0, 0.5));
}
}