We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86bccde commit bf94acfCopy full SHA for bf94acf
1 file changed
apps/theming/css/theming.scss
@@ -12,7 +12,7 @@
12
}
13
14
@mixin faded-background-image {
15
- @if ($color-primary == #0082C9) {
+ @if ($color-primary == #0082C9) or ($has-custom-background == true) {
16
background-image: $image-login-background, linear-gradient(40deg, $color-primary 0%, lighten($color-primary, 20%) 100%);
17
18
@if($has-custom-background == true) {
0 commit comments