[IMP] odoo_theme: add subheader and adapt switchers and searchbar

task-2800937

X-original-commit: 411e1cb1d3
This commit is contained in:
Elisabeth Dickinson
2022-06-13 16:33:19 +02:00
committed by Antoine Vandevenne (anv)
parent 2155876d26
commit 3673dbee7a
7 changed files with 147 additions and 166 deletions
@@ -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%;