Revert background-size as requested, issue will be fixed separately
Signed-off-by: Marin Treselj <marin.treselj@forlagshuset.no>
This commit is contained in:
parent
3470d0a44e
commit
02dd7f5965
|
@ -47,6 +47,9 @@
|
|||
/* override styles for login screen in guest.css */
|
||||
#header .logo {
|
||||
background-image: url(#{$image-logo});
|
||||
@if $theming-logo-mime != '' {
|
||||
background-size: contain;
|
||||
}
|
||||
}
|
||||
|
||||
#body-login,
|
||||
|
|
|
@ -67,7 +67,7 @@ h3 {
|
|||
#header .logo {
|
||||
background-image: url('../img/logo.svg?v=1');
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-size: 175px;
|
||||
background-position: center;
|
||||
width: 256px;
|
||||
min-height: 128px;
|
||||
|
|
Loading…
Reference in New Issue