Added shadows, moved variables around

This commit is contained in:
2018-05-17 17:36:00 +10:00
parent 78a97c83a6
commit c526e3045d
8 changed files with 29 additions and 5 deletions

View File

@ -3,7 +3,7 @@
* Body Section.
*
* Dependencies:
* styles/settings/colors.scss
* styles/tools/_shadow.scss
*
* Version:
* 1.0.0 - 2018/05/13
@ -11,6 +11,7 @@
$c-body-section--padding: 1em;
.c-body-section {
@extend %t-dp--shadow;
background: $s-color--background;
padding: $c-body-section--padding;
}