[#18661] Always include custom login image in theming

Signed-off-by: Marius David Wieschollek <git.public@mdns.eu>
This commit is contained in:
Marius David Wieschollek 2020-01-07 22:27:20 +01:00
parent 86bccde9c7
commit bf94acfee7
No known key found for this signature in database
GPG Key ID: 5EC95BDC15EED86B
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
}
@mixin faded-background-image {
@if ($color-primary == #0082C9) {
@if ($color-primary == #0082C9) or ($has-custom-background == true) {
background-image: $image-login-background, linear-gradient(40deg, $color-primary 0%, lighten($color-primary, 20%) 100%);
@if($has-custom-background == true) {