Added path variable to boxed layout bg img

pull/325/merge
Abdullah Almsaeed 2015-04-04 12:55:15 -04:00
parent a056fbf5b2
commit ac534fd60c
6 changed files with 6 additions and 10 deletions

View File

@ -35,7 +35,7 @@ body {
} }
.layout-boxed { .layout-boxed {
background: url('@{image-path}/boxed-bg.jpg') repeat fixed; background: url('@{boxed-layout-bg-image-path}') repeat fixed;
} }
/* /*

View File

@ -4,7 +4,6 @@
//Add sidebar-mini class to the body tag to activate this feature //Add sidebar-mini class to the body tag to activate this feature
.sidebar-mini { .sidebar-mini {
min-height: 100%;
//Sidebar mini should work only on devices larger than @screen-sm //Sidebar mini should work only on devices larger than @screen-sm
@media (min-width: @screen-sm) { @media (min-width: @screen-sm) {
//When the sidebar is collapsed... //When the sidebar is collapsed...

View File

@ -4,7 +4,7 @@
//PATHS //PATHS
//-------------------------------------------------------- //--------------------------------------------------------
@image-path: "../img"; @boxed-layout-bg-image-path: "../img/boxed-bg.jpg";
//COLORS //COLORS
//-------------------------------------------------------- //--------------------------------------------------------

View File

@ -563,9 +563,6 @@ a:focus {
/* /*
* Component: Sidebar Mini * Component: Sidebar Mini
*/ */
.sidebar-mini {
min-height: 100%;
}
@media (min-width: 768px) { @media (min-width: 768px) {
.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .content-wrapper,
.sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .right-side,

File diff suppressed because one or more lines are too long