From 7aea29d0b22f7e5932c9b147611fe02373bb9645 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Sun, 27 Aug 2017 22:33:41 +0200 Subject: Add content sections to homepage --- src/components/navigation/Navbar.sass | 50 ++++++----------------------------- 1 file changed, 8 insertions(+), 42 deletions(-) (limited to 'src/components/navigation/Navbar.sass') 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 -- cgit v1.2.3