vendor/assets/stylesheets/components/_header.scss in active_frontend-16.0.21 vs vendor/assets/stylesheets/components/_header.scss in active_frontend-16.0.22

- old
+ new

@@ -105,9 +105,34 @@ } } .btn { margin-top: -14px; } } + + &.header-nav-hero { + margin-top: -18px; + + > li { + margin: 0; + + > a { + border-bottom-width: 3px; + border-bottom-style: solid; + border-bottom-color: transparent; + box-sizing: border-box; + display: block; + line-height: 1; + min-width: 160px; + padding: 28px 20px; + text-align: center; + + &:hover, + &:focus { border-bottom-color: inherit; } + &.active, + &:active { border-bottom-color: color(primary); } + } + } + } } .header-user { float: right; img {