Use variable for the footer height

This commit is contained in:
leigh-mil 2019-01-23 10:57:13 -05:00
parent 0bbc0e00a9
commit ffb05bbc74
3 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@
left: 0; left: 0;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
height: $footer-height;
.app-footer__info { .app-footer__info {
flex-grow: 1; flex-grow: 1;

View File

@ -14,7 +14,7 @@
display: flex; display: flex;
flex-wrap: nowrap; flex-wrap: nowrap;
flex-grow: 1; flex-grow: 1;
margin-bottom: 50px; margin-bottom: $footer-height;
.global-navigation { .global-navigation {
margin-top: -1px; margin-top: -1px;

View File

@ -10,6 +10,7 @@ $icon-size-small: 2.4rem;
$hover-transition-time: 0.2s; $hover-transition-time: 0.2s;
$search-input-height: 4.4rem; $search-input-height: 4.4rem;
$search-button-width: 5.0rem; $search-button-width: 5.0rem;
$footer-height: 5.0rem;
/* /*
* USWDS Variables * USWDS Variables