[REF] odoo_theme: move stray mixins into the _mixins.scss
file
This commit is contained in:
parent
fca78f44db
commit
7fa153594d
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user