[#18661] Always include custom login image in theming

Signed-off-by: Marius David Wieschollek <git.public@mdns.eu>
pull/18726/head
Marius David Wieschollek 6 years ago
parent 86bccde9c7
commit bf94acfee7
No known key found for this signature in database
GPG Key ID: 5EC95BDC15EED86B
  1. 2
      apps/theming/css/theming.scss

@ -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) {

Loading…
Cancel
Save