Skip to content
Snippets Groups Projects
Unverified Commit 36b5bb58 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #18726 from marius-wieschollek/bugfix/18661

[#18661] Always include custom login image in theming
parents e046ed35 bf94acfe
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
} }
@mixin faded-background-image { @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%); background-image: $image-login-background, linear-gradient(40deg, $color-primary 0%, lighten($color-primary, 20%) 100%);
@if($has-custom-background == true) { @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