[DESIGN] Odoo docs logo change

This commit is contained in:
Elisabeth Dickinson 2021-03-04 16:46:00 +01:00
parent ad11ec0a7e
commit daa61828d9
2 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<a href="{{ pathto(master_doc) }}" class="o_logo"> <a href="{{ pathto(master_doc) }}" class="o_logo">
<img src="{{ pathto('_static/img/logos/odoo_logo.svg', 1) }}" <img src="{{ pathto('_static/img/logos/odoo_logo.svg', 1) }}"
height="30" alt="Odoo"/> height="30" alt="Odoo"/>
<span class="text-dark fw_extralight">docs</span> <span>docs</span>
</a> </a>
</div> </div>
{% include "layout_templates/searchbox.html" %} {% include "layout_templates/searchbox.html" %}

View File

@ -11,7 +11,7 @@ div[aria-label="related navigation"] {
} }
body { body {
a:not(:hover) { a:not(:hover), a.o_logo {
text-decoration: none !important; text-decoration: none !important;
} }
dd { dd {
@ -46,11 +46,12 @@ header.o_main_header{
margin-right: 3rem; margin-right: 3rem;
> .o_logo { > .o_logo {
img { img {
margin-right: 0.2rem; margin-bottom: -2px;
vertical-align: text-bottom; vertical-align: baseline;
} }
span { span {
font-size: 2rem; @include font-size($font-size-base);
color: $o-violet;
} }
} }
} }