style: add variable for shadows and relief

This commit is contained in:
Kazhnuz 2018-10-14 16:41:37 +02:00
parent 3e4c4e273d
commit a3fcd4d98d
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
/* ------------------ GLOBAL STYLE ------------------- */
$large-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
$narrow-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
$inset-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
$inset-shadow-inverted: inset 0px 2px 0px rgba(0, 0, 0, 0.2);
$inset-relief: inset 0px 2px 0px rgba(255, 255, 255, 0.1);
#wrapper {
background: #64b5f6 url('../img/background.png') center bottom repeat-x;
}