From daa61828d90ad3dda296bbf521028b4a61259252 Mon Sep 17 00:00:00 2001 From: Elisabeth Dickinson Date: Thu, 4 Mar 2021 16:46:00 +0100 Subject: [PATCH] [DESIGN] Odoo docs logo change --- extensions/odoo_theme/layout_templates/header.html | 2 +- extensions/odoo_theme/static/style.scss | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/extensions/odoo_theme/layout_templates/header.html b/extensions/odoo_theme/layout_templates/header.html index 53c0884cf..6c11dcafe 100644 --- a/extensions/odoo_theme/layout_templates/header.html +++ b/extensions/odoo_theme/layout_templates/header.html @@ -2,7 +2,7 @@ {% include "layout_templates/searchbox.html" %} diff --git a/extensions/odoo_theme/static/style.scss b/extensions/odoo_theme/static/style.scss index ff05678f4..1ca433ed4 100644 --- a/extensions/odoo_theme/static/style.scss +++ b/extensions/odoo_theme/static/style.scss @@ -11,7 +11,7 @@ div[aria-label="related navigation"] { } body { - a:not(:hover) { + a:not(:hover), a.o_logo { text-decoration: none !important; } dd { @@ -46,11 +46,12 @@ header.o_main_header{ margin-right: 3rem; > .o_logo { img { - margin-right: 0.2rem; - vertical-align: text-bottom; + margin-bottom: -2px; + vertical-align: baseline; } span { - font-size: 2rem; + @include font-size($font-size-base); + color: $o-violet; } } }