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 1b3e3dfada
commit ef571d69f3
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 3 additions and 0 deletions

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