[FIX] odoo_theme: design fixes
- change button color (in line with odoo.com) - adapt margin above h2 - change gray variable on footer (to use the same as everywhere else) - fix grey background in nav - fix opacity on icon when active in nav - add icons on mobile homepage - fix missing homepage separator in mobile - fix nav top padding on mobile (hidden by searchbar) - adjust nav's active links styles - adjust margin on version switcher - hide toctree-wrapper when show-content is in meta - fix highlighted-link on tablet screen - style toctree-wrapper (a lil bit) - hide local toc while page is loading - SCSS linting
This commit is contained in:
committed by
Antoine Vandevenne (anv)
parent
74e7da5694
commit
fa267e5cfc
@@ -173,7 +173,7 @@ $o-inverse-dark: #5b7687;
|
||||
$o-inverse-darker: #485761;
|
||||
|
||||
$color-alpha: #00A19B;
|
||||
$color-alpha-dark: #00807D;
|
||||
$color-alpha-dark: #017e84;
|
||||
$color-alpha-light: #26d1af;
|
||||
$color-alpha-lightest: #2aebc4;
|
||||
|
||||
@@ -205,8 +205,6 @@ $gray-light: #d5d5d5;
|
||||
$gray: #888888;
|
||||
$gray-dark: #707070;
|
||||
$gray-darker: #282F33;
|
||||
$gray-darkest: shade-color($gray-darker, 30%);
|
||||
|
||||
|
||||
$primary: $color-alpha-dark;
|
||||
$secondary: $o-violet-dark;
|
||||
|
||||
Reference in New Issue
Block a user