Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[#18661] Always include custom login image in theming
Signed-off-by: Marius David Wieschollek <[email protected]>
  • Loading branch information
marius-wieschollek committed Jan 7, 2020
commit bf94acfee79fd0166864d3dae148b67acae3fac7
2 changes: 1 addition & 1 deletion apps/theming/css/theming.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down