Merge pull request #1330 from dod-ccpo/topbar-styling

Update _topbar.scss
This commit is contained in:
Hannah Brinkman 2020-01-17 13:35:50 -05:00 committed by GitHub
commit 662886c162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,13 @@
flex-direction: row; flex-direction: row;
align-items: stretch; align-items: stretch;
justify-content: space-between; justify-content: space-between;
a {
color: $color-white;
}
} }
&__link { &__link {
color: $color-white;
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
height: $topbar-height; height: $topbar-height;
@ -30,6 +33,7 @@
&-icon { &-icon {
margin: 0 $gap 0 0; margin: 0 $gap 0 0;
@include icon-color($color-white);
} }
.icon--logout { .icon--logout {