Move styles to "styles" directory

This commit is contained in:
Patrick Smith
2018-08-02 14:33:21 -04:00
parent 015adaf30f
commit b67b4cca44
34 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
.app-footer {
background-color: $color-gray-lightest;
border-top: 1px solid $color-gray-lighter;
padding-left: $gap*4;
padding-bottom: $gap*2;
}