mirror of
https://github.com/odoo/documentation.git
synced 2026-01-04 10:46:04 +07:00
[REF] odoo_theme: move stray mixins into the _mixins.scss file
This commit is contained in:
committed by
Antoine Vandevenne (anv)
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;
|
||||
|
||||
Reference in New Issue
Block a user