Revert background-size as requested, issue will be fixed separately

Signed-off-by: Marin Treselj <marin.treselj@forlagshuset.no>
This commit is contained in:
Marin Treselj 2017-06-30 13:27:33 +02:00 committed by Julius Härtl
parent 3470d0a44e
commit 02dd7f5965
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
2 changed files with 4 additions and 1 deletions

View File

@ -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,

View File

@ -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;