[IMP] odoo_theme: add subheader and adapt switchers and searchbar
task-2800937
X-original-commit: 411e1cb1d3
This commit is contained in:
committed by
Antoine Vandevenne (anv)
parent
2155876d26
commit
3673dbee7a
@@ -231,9 +231,13 @@ $doc_cyan: $color-alpha;
|
||||
|
||||
// Header
|
||||
$o-header-mobile-height: 50px;
|
||||
$o-header-height: 90px;
|
||||
$o-header-height: 80px;
|
||||
$o-header-white: #ffffff;
|
||||
|
||||
$o-subheader-height: calc(#{$o-header-height}/2.5);
|
||||
|
||||
$o-headers-mobile-height: calc(#{$o-header-mobile-height} + (#{$o-subheader-height}));
|
||||
$o-headers-height: calc(#{$o-header-height} + #{$o-subheader-height});
|
||||
// Navigation
|
||||
$o-side-nav-width: 350px;
|
||||
$o-on-page-width: 20%;
|
||||
|
||||
Reference in New Issue
Block a user