|
@@ -10,7 +10,7 @@ body {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-body {
|
|
|
+body {
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
@@ -42,20 +42,20 @@ body {
|
|
|
* Content Wrapper - contains the main content
|
|
|
* ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper ```
|
|
|
*/
|
|
|
-.content-wrapper,
|
|
|
+.content-wrapper,
|
|
|
.right-side,
|
|
|
-.main-footer {
|
|
|
+.main-footer {
|
|
|
//Using disposable variable to join statements with a comma
|
|
|
@transition-rule: @transition-speed @transition-fn,
|
|
|
margin @transition-speed @transition-fn;
|
|
|
.transition-transform(@transition-rule);
|
|
|
margin-left: @sidebar-width;
|
|
|
- z-index: 820;
|
|
|
+ z-index: 820;
|
|
|
//Top nav layout
|
|
|
.layout-top-nav & {
|
|
|
margin-left: 0;
|
|
|
}
|
|
|
- @media (max-width: @screen-xs-max) {
|
|
|
+ @media (max-width: @screen-xs-max) {
|
|
|
margin-left: 0;
|
|
|
}
|
|
|
//When opening the sidebar on large screens
|
|
@@ -72,11 +72,11 @@ body {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.content-wrapper,
|
|
|
+.content-wrapper,
|
|
|
.right-side {
|
|
|
min-height: 100%;
|
|
|
background-color: @body-bg;
|
|
|
- z-index: 800;
|
|
|
+ z-index: 800;
|
|
|
}
|
|
|
.main-footer {
|
|
|
background: #fff;
|
|
@@ -155,4 +155,4 @@ a:focus {
|
|
|
display: block;
|
|
|
margin-top: 5px;
|
|
|
}
|
|
|
-}
|
|
|
+}
|