Remove to restrict check for background image/color

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-03-01 14:35:34 +01:00
parent d3d0d9e11d
commit 80842e1611
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 5 additions and 7 deletions

View File

@ -101,13 +101,11 @@
} }
} }
@if variable_exists('theming-background-mime') and $theming-background-mime != '' { #body-login,
#body-login, #firstrunwizard .firstrunwizard-header,
#firstrunwizard .firstrunwizard-header, #theming-preview {
#theming-preview { background-image: url(#{$image-login-background});
background-image: url(#{$image-login-background}); background-color: $color-primary;
background-color: $color-primary;
}
} }
input.primary, input.primary,