Merge pull request #248 from dod-ccpo/ui/logout-button

Ui/logout button
This commit is contained in:
patricksmithdds
2018-09-06 14:39:29 -04:00
committed by GitHub
4 changed files with 13 additions and 13 deletions

View File

@@ -49,7 +49,13 @@
flex-grow: 1;
flex-direction: row;
align-items: stretch;
justify-content: space-between;
justify-content: flex-end;
.topbar__link {
&:first-child {
margin-right: auto;
}
}
&.topbar__context--workspace {
background-color: $color-primary;