diff --git a/public/assets/css/BEM.css b/public/assets/css/BEM.css index 9960c939..80a15610 100644 --- a/public/assets/css/BEM.css +++ b/public/assets/css/BEM.css @@ -157,8 +157,31 @@ footer { /* TOP BAR */ +/* blocks */ .nav-bar { + +} + +.nav-bar-title-section, .nav-bar-link-section { + padding: 0px 1em 0px 1em; +} + +.nav-bar-title-section { + overflow: hidden; border-bottom: 2px solid #eaeaea; + position: relative; + z-index: 2; +} + +.nav-bar-link-section { + position: absolute; + bottom: 0px; + right: 0px; +} + +/* elements */ +.nav-bar-title, .nav-bar-link { + padding: 1.5rem 0.5rem 1.5rem 0.5rem; } .nav-bar-logo, .nav-bar-title, .nav-bar-link { @@ -176,8 +199,14 @@ footer { } .nav-bar-link { - padding: 1em 0.5em 1em 0.5em; + border-bottom: 1px solid #eaeaea; } +.nav-bar-link:hover { + background-color: yellow; + border-bottom: 1px solid blue; +} + + /* LINKS */ diff --git a/views/partials/topBar.handlebars b/views/partials/topBar.handlebars index e4564a2d..7feb8ccb 100644 --- a/views/partials/topBar.handlebars +++ b/views/partials/topBar.handlebars @@ -1,20 +1,22 @@ -