diff options
Diffstat (limited to 'src/components/navigation/Navbar.sass')
| -rw-r--r-- | src/components/navigation/Navbar.sass | 50 |
1 files changed, 8 insertions, 42 deletions
diff --git a/src/components/navigation/Navbar.sass b/src/components/navigation/Navbar.sass index 80346660..8e95b9c6 100644 --- a/src/components/navigation/Navbar.sass +++ b/src/components/navigation/Navbar.sass @@ -26,45 +26,11 @@ display: inline-block width: 30px -.navbar-button-group - display: inline-block - height: 100% - - a - display: inline-block - line-height: $navbar-height - text-align: center - color: $gray-very-dark - - +clickable - +transition(background, $transition-length) - - a:hover - color: $gray-dark - -.navigation - margin-left: 10px - - .simulations - float: left - padding: 0 20px - - font-size: 12pt - -.user-controls - float: right - margin-right: $global-padding - - .support - float: left - margin-top: -1px - - width: $navbar-height - - font-size: 14pt - - .username - float: left - padding: 0 20px - - font-size: 12pt +.login + height: 40px + background: $blue + border: none + +clickable + + &:hover + background: $blue-dark |
