Last commit before refactor

This commit is contained in:
2018-04-06 07:23:11 +10:00
parent 676207dfad
commit 914b1beef8
13 changed files with 159 additions and 32 deletions

View File

@ -12,13 +12,14 @@
*/
$c-footer--text-color: $s-color--text;
$c-footer--background-color: $s-color--background-default;
$c-footer--z-index: 10;//Should render over most if not all body elements
.c-footer {
width: 100%;
background: $c-footer--background-color;
@extend %t-flexbox;
@include t-flex-wrap(wrap);
z-index: $c-footer--z-index;
}
.c-footer__copyright {