add form class which adds margin-bottom to offset the action-group-footer height
This commit is contained in:
@@ -98,3 +98,7 @@ hr {
|
||||
.usa-section {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.form {
|
||||
margin-bottom: $action-footer-height + $large-spacing;
|
||||
}
|
||||
|
@@ -20,6 +20,7 @@ $max-panel-width: 90rem;
|
||||
$home-pg-icon-width: 6rem;
|
||||
$large-spacing: 4rem;
|
||||
$max-page-width: $max-panel-width + $sidenav-expanded-width + $large-spacing;
|
||||
$action-footer-height: 6rem;
|
||||
|
||||
/*
|
||||
* USWDS Variables
|
||||
|
Reference in New Issue
Block a user