diff -r cfcbf4bc66f1 -r 8b950885ddae client/src/components/Navbar.scss --- a/client/src/components/Navbar.scss Tue Aug 14 20:34:50 2018 +0200 +++ b/client/src/components/Navbar.scss Tue Aug 14 20:39:55 2018 +0200 @@ -1,7 +1,42 @@ .sync-button-synchronizing { - color: green; + color: lightgreen; } .sync-button-not-synchronized { - color: orange; + color: white; +} + +#brand { + margin-top: 5px; + font-size: 30px; +} + +.navbar-nav .navs, .navbar-right .navs { + font-size: 20px; + margin-top: 7px; + background-color: #769FED; + } + +.navbar-right .navs:focus { + background-color: #769FED; } + +#sync-button { + margin-top: 7px; +} + +#groups { + color: #769FED; + font-size: 18px; + font-weight: bold; + background-color: white; +} + +.navs .user-dropdown { + font-size: 18px; + font-weight: bold; + +} + + +