vendor/assets/stylesheets/magic/content/_notice.scss in magic_stylez-0.0.0.58 vs vendor/assets/stylesheets/magic/content/_notice.scss in magic_stylez-0.0.0.59

- old
+ new

@@ -74,9 +74,16 @@ @include responsiveStep-sm { body, #body, #container, .main-content, .main_content { + + &.fixed-nav-xs.fixed-sub-nav { .application_notice { top: $application-notice-top + $subnav-height + $navbar-height-xs; } } + &.fixed-nav-sm.fixed-sub-nav { .application_notice { top: $application-notice-top + $subnav-height + $navbar-height-sm; } } + &.fixed-nav.fixed-sub-nav { .application_notice { top: $application-notice-top + $subnav-height + $navbar-height; } } + &.fixed-nav-lg.fixed-sub-nav { .application_notice { top: $application-notice-top + $subnav-height + $navbar-height-lg; } } + &.fixed-nav-xl.fixed-sub-nav { .application_notice { top: $application-notice-top + $subnav-height + $navbar-height-xl; } } + &.with_important_notice { #nav-aside { top: $important-notice-height; } &.fixed-nav-xs.fixed-sub-nav { @include calculate_notice_top( $navbar-height-xs + $subnav-height ); }