[IMP][CSS] Remove repetitive or unnused CSS

This commit is contained in:
Elisabeth Dickinson 2022-12-16 12:06:04 +01:00 committed by Antoine Vandevenne (anv)
parent e4afa7c177
commit b85a92be63

View File

@ -432,11 +432,6 @@ header {
grid-template-columns: minmax(0,$o-side-nav-width) minmax(0,auto) minmax(0,$o-on-page-width);
margin-top: $o-headers-height;
}
p {
> code {
padding: 0 .3rem;
}
}
// Literals Styles (ex: https://www.odoo.com/documentation/master/developer/reference/backend/orm.html#fields)
.o_code, .sig [class^="sig-"] {
@ -869,14 +864,6 @@ header {
}
}
.pq-patch em {
display: block;
border-radius: 4px 4px 0 0;
background: $o-gray-bg;
padding: .2rem 1rem;
@include font-size($font-size-sm);
font-weight: 600;
}
.container .container:not([class^="col"]) {
padding: 0;