Styled footer a touch

This commit is contained in:
2018-06-29 08:07:33 +10:00
parent dfc78cf102
commit 786982d432
4 changed files with 26 additions and 11 deletions

View File

@ -15,3 +15,8 @@
$s-color--shadow
);
}
%t-dp--shadow-3d {
@include t-box-shadow(0px, 1.5em, 1.5em, 0px, rgba(0, 0, 0, 0.25), true);
}