add form class which adds margin-bottom to offset the action-group-footer height

This commit is contained in:
leigh-mil
2020-02-06 13:55:05 -05:00
parent 4c3de07684
commit a379074ebf
9 changed files with 12 additions and 7 deletions

View File

@@ -42,6 +42,7 @@
border-top: 1px solid $color-gray-lighter;
z-index: 1;
width: 100%;
height: $action-footer-height;
&.action-group-footer--expand-offset {
padding-left: $sidenav-expanded-width;