Update styling

This commit is contained in:
leigh-mil 2019-02-06 15:23:42 -05:00
parent faa3bcf31e
commit fb5d3f6ee0

View File

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