[IMP] theme_yes: update the theme
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2555035
X-original-commit: 2a2da47270
Part-of: odoo/design-themes#501
This commit is contained in:
committed by
qsm-odoo
parent
e3e8f6796d
commit
299d504df3
@@ -10,56 +10,61 @@ $o-theme-h5-font-size-multiplier: (14 / 12);
|
||||
$o-theme-h6-font-size-multiplier: 1;
|
||||
|
||||
$o-theme-font-configs: (
|
||||
'Spartan': (
|
||||
'family': ('Spartan', sans-serif), // font update - SinKinSans -> Spartan
|
||||
'url': 'Spartan:300,300i,400,400i,700,700i',
|
||||
'Playfair Display': (
|
||||
'family': ('Playfair Display', script),
|
||||
'url': 'Playfair+Display:400,400i,500,500i,600,600i,700,700i,800,800i',
|
||||
|
||||
),
|
||||
'Rajdhani': (
|
||||
'family': ('Rajdhani', sans-serif),
|
||||
'url': 'Rajdhani:300,300i,400,400i,700,700i',
|
||||
'Bodoni Moda': (
|
||||
'family': ('Bodoni Moda', script),
|
||||
'url': 'Bodoni+Moda:400,400i,600,600i,800,800i',
|
||||
),
|
||||
'Petit Formal Script': (
|
||||
'family': ('Petit Formal Script', cursive),
|
||||
'url': 'Petit+Formal+Script',
|
||||
),
|
||||
'Dancing Script': (
|
||||
'family': ('Dancing Script', cursive),
|
||||
'url': 'Dancing+Script:400,600,700',
|
||||
),
|
||||
'Roboto': (
|
||||
'family': ('Roboto', sans-serif),
|
||||
'url': 'Roboto:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Source Sans Pro': (
|
||||
'family': ('Source Sans Pro', sans-serif),
|
||||
'url': 'Source+Sans+Pro:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Ubuntu': (
|
||||
'family': ('Ubuntu', sans-serif),
|
||||
'url': 'Ubuntu:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Lato': (
|
||||
'family': ('Lato', sans-serif),
|
||||
'url': 'Lato:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Playfair Display': (
|
||||
'family': ('Playfair Display', serif),
|
||||
'url': 'Playfair+Display:300,300i,400,400i,700,700i',
|
||||
'Open Sans': (
|
||||
'family': ('Open Sans', sans-serif),
|
||||
'url': 'Open+Sans:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Lora': (
|
||||
'family': ('Lora', serif),
|
||||
'url': 'Lora:300,300i,400,400i,700,700i',
|
||||
'Raleway': (
|
||||
'family': ('Raleway', sans-serif),
|
||||
'url': 'Raleway:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Barlow Condensed': (
|
||||
'family': ('Barlow Condensed', sans-serif),
|
||||
'url': 'Barlow+Condensed:300,300i,400,400i,700,700i',
|
||||
'Quicksand': (
|
||||
'family': ('Quicksand', sans-serif),
|
||||
'url': 'Quicksand:300,300i,400,400i,700,700i',
|
||||
),
|
||||
);
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Default Values Override
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
$o-website-values-palettes: (
|
||||
(
|
||||
'color-palettes-name': 'yes-1',
|
||||
'font': 'Lora',
|
||||
'headings-font': 'Lora',
|
||||
'navbar-font': 'Lora',
|
||||
'buttons-font': 'Lora',
|
||||
'header-template': 'default',
|
||||
'footer-template': 'descriptive',
|
||||
'header-links-style': 'border-bottom',
|
||||
'logo-height': 3rem,
|
||||
'fixed-logo-height': 3rem,
|
||||
'color-palettes-name': 'yes-3',
|
||||
'font': 'Quicksand',
|
||||
'headings-font': 'Playfair Display',
|
||||
'navbar-font': 'Quicksand',
|
||||
'buttons-font': 'Quicksand',
|
||||
'footer-template': 'descriptive',
|
||||
'btn-border-radius': 10rem,
|
||||
'btn-border-radius-sm': 10rem,
|
||||
'btn-border-radius-lg': 10rem,
|
||||
'btn-ripple': true,
|
||||
),
|
||||
);
|
||||
|
||||
@@ -88,3 +93,14 @@ $o-color-palettes-compatibility-indexes: (
|
||||
20: 'generic-16',
|
||||
21: 'generic-17',
|
||||
);
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Bootstrap Overrides
|
||||
//------------------------------------------------------------------------------
|
||||
$carousel-indicator-width: 10px;
|
||||
$border-radius: 4px;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Shapes
|
||||
//-----------------------------------------------------------------------------
|
||||
$o-bg-shapes: add-extra-shape-colors-mapping('web_editor', 'Origins/14_001', 'second', (3:1, 4:2));
|
||||
|
||||
Reference in New Issue
Block a user