vendor/assets/stylesheets/header.scss in active_frontend-3.0.1 vs vendor/assets/stylesheets/header.scss in active_frontend-3.0.2

- old
+ new

@@ -38,18 +38,22 @@ } .header-search > input { margin: 0; } .header-nav { float: left; list-style-type: none; - margin: 9px 0 0 20px; + margin: 5px 0 0 20px; padding: 0; } .header-nav > li { float: left; margin-right: 25px; } .header-nav > li:last-child { margin: 0; } +.header-nav > li.btn-group { + line-height: 12px; + margin-top: 7px; +} .header-nav > li.btn-group + li.btn-group { margin-left: 0; } .header-nav > li > a { color: rgba(102,102,102,1); font-size: 12px; font-weight: 500; @@ -146,10 +150,10 @@ } .header-user-placeholder > i { font-size: 20px; line-height: 36px; } -.header-user > ul.dropdown-menu { margin: -8px 10px 0 0; } +.header-user > ul.dropdown-menu { margin: -5px 10px 0 0; } .header-toggle > a { color: rgba(255,255,255,1); float: right; font-size: 40px; padding: 4px 0px 3px 14px; \ No newline at end of file