summaryrefslogtreecommitdiffstats
path: root/apps/theming
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-02-02 12:56:54 +0100
committerJulius Härtl <jus@bitgrid.net>2018-02-09 17:46:48 +0100
commitef571d69f3521760ef915847d0d9fef4b56a9ea3 (patch)
treec6656b0298af15860080971059819597fe22be3f /apps/theming
parent1b3e3dfada521f74b3d760002528ba9de0576423 (diff)
downloadnextcloud-server-ef571d69f3521760ef915847d0d9fef4b56a9ea3.tar.gz
nextcloud-server-ef571d69f3521760ef915847d0d9fef4b56a9ea3.zip
Add space on guest pages with custom logo
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming')
-rw-r--r--apps/theming/css/theming.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss
index 18ddd9235db..623aad063f1 100644
--- a/apps/theming/css/theming.scss
+++ b/apps/theming/css/theming.scss
@@ -96,6 +96,9 @@
background-image: url(#{$image-logo});
background-size: contain;
}
+ #body-login #header .logo {
+ margin-bottom: 22px;
+ }
}
@if variable_exists('theming-background-mime') and $theming-background-mime != '' {