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

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