diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-06-07 16:06:19 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2017-07-02 14:14:49 +0200 |
commit | 3470d0a44ea2b7a477af407b3d9abee81de071e3 (patch) | |
tree | 6bfbe62ce8ea0c2c913a3aef40c499b051ce8148 /apps/theming/css/theming.scss | |
parent | cc4373c90157679f2ff8bc21b8cf55e386e9ccea (diff) | |
download | nextcloud-server-3470d0a44ea2b7a477af407b3d9abee81de071e3.tar.gz nextcloud-server-3470d0a44ea2b7a477af407b3d9abee81de071e3.zip |
Simplified Nextcloud logo icon
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'apps/theming/css/theming.scss')
-rw-r--r-- | apps/theming/css/theming.scss | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index 3967ad4ce06..e8b00e41653 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -45,12 +45,8 @@ } /* override styles for login screen in guest.css */ -#header .logo, -#header .logo-icon { +#header .logo { background-image: url(#{$image-logo}); - @if $theming-logo-mime != '' { - background-size: contain; - } } #body-login, |