Skip to content
Snippets Groups Projects
Unverified Commit bf94acfe authored by Marius David Wieschollek's avatar Marius David Wieschollek
Browse files

[#18661] Always include custom login image in theming

parent 86bccde9
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment