summaryrefslogtreecommitdiff
path: root/src/components/navigation/Navbar.sass
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-08-27 22:33:41 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:05:45 +0200
commit7aea29d0b22f7e5932c9b147611fe02373bb9645 (patch)
treeeda7a450a16ccfd3d5ff7f722cd0a44602a4a0b1 /src/components/navigation/Navbar.sass
parent2c42e9488771070d8efec5d91835cd8c7885f4b1 (diff)
Add content sections to homepage
Diffstat (limited to 'src/components/navigation/Navbar.sass')
-rw-r--r--src/components/navigation/Navbar.sass50
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