vendor/assets/stylesheets/magic/content/_navbar.scss in magic_stylez-0.0.0.50 vs vendor/assets/stylesheets/magic/content/_navbar.scss in magic_stylez-0.0.0.51

- old
+ new

@@ -191,11 +191,11 @@ // a:not(.btn) { } - &, & > .nav.navbar-nav { + &, & > .nav.navbar-nav, & > .corset > .nav.navbar-nav, & > .container > .nav.navbar-nav { list-style: none; &, & > li, & > li > a { color: $subnav-color; } & > li > a:hover { color: $subnav-hover-color; } & > li > a:active { color: $subnav-active-color; } @@ -259,11 +259,11 @@ &.fixed-nav-lg { @include calculate_subnav_position( $navbar-height-lg ); } &.fixed-nav-xl { @include calculate_subnav_position( $navbar-height-xl ); } } - .corset .navbar-sub-nav { @include horizontal-padding( 5% ); } + // .corset .navbar-sub-nav { @include horizontal-padding( 5% ); } .navbar.navbar-fixed-top { .navbar-collapse { .nav.navbar-nav.navbar-left { margin-left: -15px; } .nav.navbar-nav.navbar-right { margin-right: -15px; } @@ -272,9 +272,12 @@ .navbar-header + .navbar-collapse > .nav.navbar-nav.navbar-left { margin-left: 0; } } } -@include responsiveStep-lg { - .corset .navbar-sub-nav { @include horizontal-padding( 10% ); } +@include responsiveStep-xs-only { + .navbar-sub-nav > .corset, .navbar-sub-nav > .container { width: auto !important; padding: 0 !important; margin: 0 !important; } } +// @include responsiveStep-lg { +// // .corset .navbar-sub-nav { @include horizontal-padding( 10% ); } +// }