diff --git a/styles/components/_topbar.scss b/styles/components/_topbar.scss index 24cc24d7..21f7d77a 100644 --- a/styles/components/_topbar.scss +++ b/styles/components/_topbar.scss @@ -24,6 +24,14 @@ margin-left: $gap; } + &.topbar__link--home { + padding-left: $gap/2; + + .topbar__link-label { + padding-left: $gap; + } + } + &.topbar__link--shield { width: $icon-bar-width; justify-content: center; @@ -52,7 +60,7 @@ justify-content: flex-end; -ms-flex-pack: start; - .topbar__link { + .topbar__link--workspace { &:first-child { 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; + } + } + } }