[REF] odoo_theme: move stray mixins into the _mixins.scss file

X-original-commit: 7fa153594d
This commit is contained in:
Elisabeth Dickinson 2022-06-22 13:02:14 +02:00 committed by Antoine Vandevenne (anv)
parent 3be8b18bee
commit 5c344d726f
2 changed files with 8 additions and 8 deletions

View File

@ -91,3 +91,11 @@
@include o-transition(all, .5s, ease-in, 5s);
}
}
@mixin o-content-tab-selected {
font-weight: 700;
background: $doc-paper;
border-bottom: 1px solid $doc-paper;
border-left: 1px solid $gray-light;
border-right: 1px solid $gray-light;
}

View File

@ -1093,14 +1093,6 @@ header {
// Content Tabs
//------------------------------------------------------------------------------
@mixin o-content-tab-selected {
font-weight: 700;
background: $doc-paper;
border-bottom: 1px solid $doc-paper;
border-left: 1px solid $gray-light;
border-right: 1px solid $gray-light;
}
.sphinx-tabs {
padding: 0;
margin-bottom: 1rem;