vendor/assets/stylesheets/magic/layout/_body.scss in magic_stylez-0.0.0.8 vs vendor/assets/stylesheets/magic/layout/_body.scss in magic_stylez-0.0.0.9
- old
+ new
@@ -5,11 +5,11 @@
&.blank { padding: 0; }
&.app { padding: 50px 0 50px; }
#body { padding:0; margin:0; }
}
-#fixedNav {
+#fixed_nav {
position: fixed;
// let graphic card render header:
@include transform( translateZ( 0 ) );
top: 0; left: 0; right: 0;
@include border-radius(0);
@@ -184,11 +184,11 @@
// # # # R E S P O N S I V E - S T E P S # # # # # # # # # # # # # # # # # # # # # # # # # # #
@include responsiveStep-xs-only {
- #fixedNav .logo-cell {display: none;}
+ #fixed_nav .logo-cell {display: none;}
#nav-aside .inner-aside {
display: table;
table-layout:fixed;
width: 100%;
.aside-btn {
@@ -201,14 +201,14 @@
// &:active, &.active { border-bottom: solid 2px $brand-color; }
}
}
}
@include responsiveStep-sm {
- #fixedNav.full-links .navbar-header > .navbar-brand {display: none;}
+ #fixed_nav.full-links .navbar-header > .navbar-brand {display: none;}
body.app {
padding: 42px 0 0;
#body { padding:0; margin-left: 50px; }
- #fixedNav .container-fluid { padding: 0 20px 0 50px;}
+ #fixed_nav .container-fluid { padding: 0 20px 0 50px;}
}
#nav-aside {
top: 0; right: auto; padding: 42px 0 0;
.aside-btn {