vendor/assets/stylesheets/_navbar.scss in active_frontend-11.1.0 vs vendor/assets/stylesheets/_navbar.scss in active_frontend-12.0.0

- old
+ new

@@ -8,10 +8,11 @@ ================================================== */ .navbar { background: $color-white; border-collapse: separate; border-top: 1px solid $color-haze; + color: $color-black; box-sizing: border-box; display: table; height: 50px; table-layout: fixed; width: 100%; @@ -22,11 +23,10 @@ position: fixed; right: 0; z-index: 1030; } .navbar > a { - color: $color-gray; display: table-cell; float: none; font-size: 27px; padding-top: 10px; text-align: center; @@ -48,9 +48,10 @@ /* # Colors ================================================== */ .navbar-dark { background: $color-black; border-color: $color-dark-black; + color: $color-white; } .navbar-light { background: $color-light-haze; border-color: $color-dark-haze; } \ No newline at end of file