Add space on guest pages with custom logo
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
1b3e3dfada
commit
ef571d69f3
|
@ -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 != '' {
|
||||
|
|
Loading…
Reference in New Issue