replaced boxed-bg images with static color

pull/1526/head
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 { .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 // AdminLTE 2 Variables.less
// ========================= // =========================
// PATHS
// --------------------------------------------------------
@boxed-layout-bg-image-path: "../img/boxed-bg.jpg";
// COLORS // COLORS
// -------------------------------------------------------- // --------------------------------------------------------
// Primary // Primary

View File

@ -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;

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