new styles for public topbar

This commit is contained in:
Andrew Croce 2018-09-24 16:13:14 -04:00
parent ea52eb22ff
commit 9e66b35727

View File

@ -24,6 +24,14 @@
margin-left: $gap; margin-left: $gap;
} }
&.topbar__link--home {
padding-left: $gap/2;
.topbar__link-label {
padding-left: $gap;
}
}
&.topbar__link--shield { &.topbar__link--shield {
width: $icon-bar-width; width: $icon-bar-width;
justify-content: center; justify-content: center;
@ -52,7 +60,7 @@
justify-content: flex-end; justify-content: flex-end;
-ms-flex-pack: start; -ms-flex-pack: start;
.topbar__link { .topbar__link--workspace {
&:first-child { &:first-child {
margin-right: auto; margin-right: auto;
} }
@ -75,4 +83,33 @@
} }
} }
} }
&.topbar--public {
background-color: $color-primary;
.topbar__navigation {
justify-content: flex-end;
}
.topbar__link {
color: $color-white;
.topbar__link-icon {
@include icon-style-inverted;
}
&.topbar__link--home {
padding-left: $gap;
}
&:first-child {
margin-right: auto;
}
&:hover {
background-color: $color-primary-darker;
}
}
}
} }