mirror of https://github.com/ColorlibHQ/AdminLTE
replaced boxed-bg images with static color
parent
6f77ce584e
commit
9431039bf5
|
@ -34,7 +34,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-boxed {
|
.layout-boxed {
|
||||||
background: url('@{boxed-layout-bg-image-path}') repeat fixed;
|
background-color: @sidebar-light-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,11 +1,6 @@
|
||||||
// AdminLTE 2 Variables.less
|
// AdminLTE 2 Variables.less
|
||||||
// =========================
|
// =========================
|
||||||
|
|
||||||
// PATHS
|
|
||||||
// --------------------------------------------------------
|
|
||||||
|
|
||||||
@boxed-layout-bg-image-path: "../img/boxed-bg.jpg";
|
|
||||||
|
|
||||||
// COLORS
|
// COLORS
|
||||||
// --------------------------------------------------------
|
// --------------------------------------------------------
|
||||||
// Primary
|
// Primary
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// PATHS
|
// PATHS
|
||||||
// --------------------------------------------------------
|
// --------------------------------------------------------
|
||||||
$path-to-bootstrap-sass: "../../bower_components/bootstrap/scss" !default;
|
$path-to-bootstrap-sass: "../../bower_components/bootstrap/scss" !default;
|
||||||
$boxed-layout-bg-image-path: "../img/boxed-bg.jpg" !default;
|
|
||||||
|
|
||||||
// COLORS
|
// COLORS
|
||||||
// --------------------------------------------------------
|
// --------------------------------------------------------
|
||||||
|
@ -126,4 +125,4 @@ $attachment-border-radius: 3px !default;
|
||||||
|
|
||||||
// Transition global options
|
// Transition global options
|
||||||
$transition-speed: 0.3s !default;
|
$transition-speed: 0.3s !default;
|
||||||
$transition-fn: ease-in-out !default;
|
$transition-fn: ease-in-out !default;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 121 KiB |
Binary file not shown.
Before Width: | Height: | Size: 43 KiB |
Loading…
Reference in New Issue