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