Topbar navigation

This commit is contained in:
hmbrink
2020-01-22 14:25:56 -05:00
parent afc6ee0e03
commit 16db93c2da
5 changed files with 8 additions and 8 deletions

View File

@@ -3,9 +3,7 @@
background-color: $color-white;
border-top: 1px solid $color-gray-lightest;
display: flex;
flex-direction: row-reverse;
align-items: center;
padding: $gap * 1.5;
position: fixed;
left: 0;
bottom: 0;
@@ -13,8 +11,11 @@
height: $footer-height;
color: $color-gray-dark;
font-size: 1.5rem;
padding: 0 $gap * 1.5;
&__login {
padding-left: 0.8rem;
width: 100%;
max-width: 1165px;
text-align: right;
}
}