Move form buttons to floating bottom action bar

Form action buttons were previously in the sicky CTA bar. This commit
moves them to a bottom action bar.
This commit is contained in:
graham-dds
2019-12-17 16:43:35 -05:00
parent b270d0e4b0
commit 13e8cb8ee1
5 changed files with 26 additions and 30 deletions

View File

@@ -46,7 +46,7 @@
background: white;
right: 0;
padding-right: $gap * 4;
border-top: 1px solid $color-gray-light;
border-top: 1px solid $color-gray-lighter;
width: 100%;
z-index: 1;
}