Merge pull request #18726 from marius-wieschollek/bugfix/18661
[#18661] Always include custom login image in theming
This commit is contained in:
commit
36b5bb583a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue