[DESIGN] Odoo docs logo change
This commit is contained in:
parent
ad11ec0a7e
commit
daa61828d9
@ -2,7 +2,7 @@
|
||||
<a href="{{ pathto(master_doc) }}" class="o_logo">
|
||||
<img src="{{ pathto('_static/img/logos/odoo_logo.svg', 1) }}"
|
||||
height="30" alt="Odoo"/>
|
||||
<span class="text-dark fw_extralight">docs</span>
|
||||
<span>docs</span>
|
||||
</a>
|
||||
</div>
|
||||
{% include "layout_templates/searchbox.html" %}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user