Use variable for the footer height
This commit is contained in:
parent
0bbc0e00a9
commit
ffb05bbc74
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user