Add space on guest pages with custom logo

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-02-02 12:56:54 +01:00
parent c29bf24440
commit 1ac352de6c
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -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 != '' {