Skip to content
Snippets Groups Projects
Unverified Commit 1ac352de authored by Julius Härtl's avatar Julius Härtl
Browse files

Add space on guest pages with custom logo


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent c29bf244
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,9 @@ ...@@ -96,6 +96,9 @@
background-image: url(#{$image-logo}); background-image: url(#{$image-logo});
background-size: contain; background-size: contain;
} }
#body-login #header .logo {
margin-bottom: 22px;
}
} }
@if variable_exists('theming-background-mime') and $theming-background-mime != '' { @if variable_exists('theming-background-mime') and $theming-background-mime != '' {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment