diff options
author | Marin Treselj <marin.treselj@forlagshuset.no> | 2017-06-30 13:27:33 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2017-07-02 14:15:09 +0200 |
commit | 02dd7f59655cd54daff06511b87134fe6018bfae (patch) | |
tree | 5984cd94688e853aeaad76585ea18fa7675564a0 /apps | |
parent | 3470d0a44ea2b7a477af407b3d9abee81de071e3 (diff) | |
download | nextcloud-server-02dd7f59655cd54daff06511b87134fe6018bfae.tar.gz nextcloud-server-02dd7f59655cd54daff06511b87134fe6018bfae.zip |
Revert background-size as requested, issue will be fixed separately
Signed-off-by: Marin Treselj <marin.treselj@forlagshuset.no>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/theming/css/theming.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index e8b00e41653..20b84d2a0d3 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -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, |