vendor/assets/stylesheets/_trunk.scss in active_frontend-7.0.2 vs vendor/assets/stylesheets/_trunk.scss in active_frontend-8.0.0

- old
+ new

@@ -4,18 +4,19 @@ /* # Trunk ================================================== */ .trunk { background: $color-black; - border-bottom: 2px solid rgba(0,0,0,0.2); + border-bottom: 1px solid $color-black-dark; left: 0; position: fixed; right: 0; top: 50px; z-index: 1040; } .trunk-buffer { padding: 30px 0; } +.trunk-search > input { border-color: $color-black-dark; } .trunk-nav, .trunk-user { list-style-type: none; margin: 0; padding: 0; @@ -43,11 +44,11 @@ } .trunk-nav > li > a, .trunk-user > li > a { -webkit-appearance: none; appearance: none; - color: $color-gray; + color: $color-white; cursor: pointer; display: block; -webkit-font-smoothing: antialiased; font-weight: 500; font-size: 11px; @@ -62,10 +63,10 @@ transition: all 0.3s linear; vertical-align: middle; white-space: nowrap; } .trunk-nav > li > a { - border: 1px solid rgba(0,0,0,0.2); + border: 1px solid $color-black-dark; padding: 11px 0 9px 0; } .trunk-user > li > a { padding: 9px 0 7px 0; } .trunk-nav > li > a:hover, .trunk-nav > li > a:active, \ No newline at end of file