vendor/assets/stylesheets/magic/content/_navbar.scss in magic_stylez-0.0.0.43 vs vendor/assets/stylesheets/magic/content/_navbar.scss in magic_stylez-0.0.0.44

- old
+ new

@@ -5,10 +5,12 @@ // $navbar-height-sm: 40px !default; // $navbar-height: 50px !default; // $navbar-height-lg: 60px !default; // $navbar-height-xl: 80px !default; // +// $subnav-height: 50px !default; +// // $navbar-margin-bottom: $line-height-computed !default; // $navbar-border-radius: $border-radius-base !default; // $navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default; // $navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default; // $navbar-collapse-max-height: 340px !default; @@ -130,6 +132,18 @@ &.navbar-lg { .navbar-collapse { top: $navbar-height-lg; } } &.navbar-xl { .navbar-collapse { top: $navbar-height-xl; } } } } } +} + + +@include responsiveStep-md { + + body, #body, #container, .main-content, .main_content { + &.fixed-sub-nav.fixed-nav-xs { padding-top: $subnav-height + $navbar-height-xs; } + &.fixed-sub-nav.fixed-nav-sm { padding-top: $subnav-height + $navbar-height-sm; } + &.fixed-sub-nav.fixed-nav { padding-top: $subnav-height + $navbar-height; } + &.fixed-sub-nav.fixed-nav-lg { padding-top: $subnav-height + $navbar-height-lg; } + &.fixed-sub-nav.fixed-nav-xl { padding-top: $subnav-height + $navbar-height-xl; } + } } \ No newline at end of file