[CLN] odoo_theme: remove unnecessary css

X-original-commit: fca78f44db
This commit is contained in:
Elisabeth Dickinson 2022-06-22 12:48:35 +02:00 committed by Antoine Vandevenne (anv)
parent 52ee4a7a9c
commit 3be8b18bee

View File

@ -197,7 +197,6 @@ header {
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
.o_side_nav { .o_side_nav {
width: 100%;
.o_mobile-overlay { .o_mobile-overlay {
background-color: rgba(0,0,0,.3); background-color: rgba(0,0,0,.3);
@include o-position-absolute($top: 0, $bottom: 0, $left: 0, $right:0); @include o-position-absolute($top: 0, $bottom: 0, $left: 0, $right:0);
@ -205,6 +204,7 @@ header {
transition: opacity .2s linear; transition: opacity .2s linear;
z-index: -100; z-index: -100;
} }
.o_side_nav-inner { .o_side_nav-inner {
width: 90%; width: 90%;
height: calc(100% - #{$o-headers-mobile-height}); height: calc(100% - #{$o-headers-mobile-height});
@ -258,6 +258,7 @@ header {
font-weight: 600; font-weight: 600;
} }
} }
.o_main_toc { .o_main_toc {
> ul { > ul {
li { li {
@ -558,18 +559,7 @@ header {
// pages with column for code on the right // pages with column for code on the right
&.o_has_code_column { &.o_has_code_column {
article.doc-body { article.doc-body {
> * {
max-width: 100%;
}
@include media-breakpoint-up(xl) { @include media-breakpoint-up(xl) {
width: 100%;
padding-right: 0;
&:before {
@include o-code-col();
}
.o_git_link { .o_git_link {
right: calc(#{$o-codecol-width} + #{$padding-l}); right: calc(#{$o-codecol-width} + #{$padding-l});
} }