Merge pull request #609 from dod-ccpo/footer-reskin

Reskin Footer
This commit is contained in:
leigh-mil 2019-02-07 11:51:32 -05:00 committed by GitHub
commit 411eca06ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
.app-footer {
background-color: $color-white;
border-top: 1px solid $color-black;
border-top: 1px solid $color-gray-lightest;
display: flex;
flex-direction: row;
justify-content: space-between;
@ -18,6 +18,7 @@
.app-footer__info__link {
margin: (-$gap * 2) (-$gap);
font-weight: normal;
.icon--footer {
@include icon-size(16);