vendor/assets/stylesheets/components/_header.scss in active_frontend-14.1.2 vs vendor/assets/stylesheets/components/_header.scss in active_frontend-14.1.3

- old
+ new

@@ -106,37 +106,31 @@ height: 40px; display: inline-block; + i { margin-left: -2px; } } - - + .header-nav { - &.pull-right { margin-right: 20px; } - } } -.header-toggle { - float: right; - font-size: 26px; - padding-top: 5px; - + .header-toggle { margin-right: 20px; } -} - // Media Queries // ================================================== @media only screen and (min-width: 768px) and (max-width: 959px) { .header-search { width: 220px; } } @media only screen and (max-width: 767px) { .header { height: 50px; padding: 10px 0; } - .header-brand, - .header-toggle { + .header-brand { font-size: 26px; padding-top: 1px; - } - .header-brand { + img { height: 32px; } + } + .header-nav { + margin-top: 4px; + + > li { + &.header-nav-icon { font-size: 26px; } + } } }