diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-02-02 12:56:54 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-02-02 14:20:13 +0100 |
commit | 1ac352de6c047db8f9b9e58c4eec308bbccae19d (patch) | |
tree | 78f5b39f881a38b9e3f85be4bd7ca36af0240e2f /apps | |
parent | c29bf244401efd87243346f5f17e0abe242bc37b (diff) | |
download | nextcloud-server-1ac352de6c047db8f9b9e58c4eec308bbccae19d.tar.gz nextcloud-server-1ac352de6c047db8f9b9e58c4eec308bbccae19d.zip |
Add space on guest pages with custom logo
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/theming/css/theming.scss | 3 |
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 != '' { |