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

This commit is contained in:
Elisabeth Dickinson 2022-06-22 13:02:14 +02:00 committed by Antoine Vandevenne (anv)
parent fca78f44db
commit 7fa153594d
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

@ -1086,14 +1086,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;