summaryrefslogtreecommitdiffstats
path: root/apps/theming/css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/theming.scss14
1 files changed, 9 insertions, 5 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss
index 88d3e7cf0fc..f65e20fa9b7 100644
--- a/apps/theming/css/theming.scss
+++ b/apps/theming/css/theming.scss
@@ -92,8 +92,8 @@
/* override styles for login screen in guest.css */
@if variable_exists('theming-logo-mime') and $theming-logo-mime != '' {
- #theming-preview-logo,
- #header .logo {
+ #theming-preview-logo,
+ #header .logo {
background-image: url(#{$image-logo});
background-size: contain;
}
@@ -101,9 +101,9 @@
margin-bottom: 22px;
}
} @else {
- #theming-preview-logo {
- background-image: url(#{$image-logo});
- }
+ #theming-preview-logo {
+ background-image: url(#{$image-logo});
+ }
}
@if variable_exists('theming-background-mime') and $theming-background-mime != '' {
@@ -167,6 +167,10 @@ input.primary,
}
}
+} @else {
+ #body-login {
+ background-color: $color-primary;
+ }
}
@if ($color-primary == #ffffff) {