replaced boxed-bg images with static color

This commit is contained in:
Alexander Wunschik 2017-06-06 10:51:25 +02:00
parent 6f77ce584e
commit 9431039bf5
5 changed files with 2 additions and 8 deletions

View file

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

View file

@ -1,11 +1,6 @@
// AdminLTE 2 Variables.less
// =========================
// PATHS
// --------------------------------------------------------
@boxed-layout-bg-image-path: "../img/boxed-bg.jpg";
// COLORS
// --------------------------------------------------------
// Primary

View file

@ -4,7 +4,6 @@
// PATHS
// --------------------------------------------------------
$path-to-bootstrap-sass: "../../bower_components/bootstrap/scss" !default;
$boxed-layout-bg-image-path: "../img/boxed-bg.jpg" !default;
// COLORS
// --------------------------------------------------------
@ -126,4 +125,4 @@ $attachment-border-radius: 3px !default;
// Transition global options
$transition-speed: 0.3s !default;
$transition-fn: ease-in-out !default;
$transition-fn: ease-in-out !default;

BIN
dist/img/boxed-bg.jpg vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

BIN
dist/img/boxed-bg.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB