From 558c1e71e35cb02e8607c5c1b48b032df6d66b9f Mon Sep 17 00:00:00 2001 From: Henriette Dinger Date: Wed, 7 Aug 2019 14:06:58 +0200 Subject: [PATCH] Style all logos uniformly independent of the edition --- app/assets/stylesheets/layout/_top_menu.sass | 8 +++++--- app/views/custom_styles/_inline_css.erb | 6 ------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/app/assets/stylesheets/layout/_top_menu.sass b/app/assets/stylesheets/layout/_top_menu.sass index 676b908570..1d88dbff4e 100644 --- a/app/assets/stylesheets/layout/_top_menu.sass +++ b/app/assets/stylesheets/layout/_top_menu.sass @@ -60,12 +60,14 @@ $search-input-height: 30px left: calc(50% - 230px / 2) .home-link - margin-top: 15px + margin-top: 12px display: block + height: 30px background: $header-home-link-bg - background-size: 140px - height: 42px text-indent: -9999em + background-position: center + background-size: contain + background-repeat: no-repeat #top-menu @include varprop(background-color, header-bg-color) diff --git a/app/views/custom_styles/_inline_css.erb b/app/views/custom_styles/_inline_css.erb index baee9b8c2d..c4e853ed20 100644 --- a/app/views/custom_styles/_inline_css.erb +++ b/app/views/custom_styles/_inline_css.erb @@ -30,13 +30,7 @@ See doc/COPYRIGHT.rdoc for more details.