Apply grid fixes to new quest form

This commit is contained in:
Luis Cielak
2018-07-09 15:54:31 -04:00
parent 5324e5643d
commit a1b74a6f62
8 changed files with 98 additions and 63 deletions

View File

@@ -1,9 +1,6 @@
footer {
position: fixed;
bottom: 0;
width: 100%;
padding-top: 0.5rem;
padding-bottom: 1em;
background-color: $color-gray-lightest;
border-top: 1px solid $color-gray-lighter;
padding-left: $gap*4;
padding-bottom: $gap*2;
}