vendor/assets/stylesheets/components/_header.scss in active_frontend-14.2.1 vs vendor/assets/stylesheets/components/_header.scss in active_frontend-14.2.2

- old
+ new

@@ -37,15 +37,19 @@ float: left; height: 40px; } .header-brand { font-size: 35px; + margin-top: -2px; + img, + svg { + display: inline-block; + height: 44px; + } img { border-radius: border-radius(n); - display: inline-block; - height: 40px; margin: 0 auto; } + .header-search, + .header-nav { @@ -129,16 +133,17 @@ padding: 10px 0; } .header-brand { font-size: 26px; - img { height: 26px; } + img, + svg { height: 26px; } } .header-brand-label { margin-top: 3px; } .header-nav { - margin-top: 4px; + margin-top: 3px; > li { - &.header-nav-icon { font-size: 26px; } + &.header-nav-icon { font-size: 30px; } } } }