mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[FIX] theme_vehicle: fix btn-lg size
This commit removes the modified size for large (lg) buttons. They were
far too big. It also slightly changes the medium buttons accordingly.
This is not supposed to change anymore in stable versions but in this
case the big buttons were causing issues in eCommerce pages.
closes odoo/design-themes#528
X-original-commit: 65aefeb3e9
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -114,15 +114,14 @@ $o-website-values-palettes: (
|
||||
'btn-secondary-outline': true,
|
||||
|
||||
'btn-border-width': 2px,
|
||||
'btn-padding-x': 1.15rem,
|
||||
'btn-border-radius': 1px,
|
||||
'btn-border-radius-sm': 0,
|
||||
'btn-border-radius-lg': 2px,
|
||||
'btn-border-radius-lg': 1px,
|
||||
'btn-padding-x': 1.25rem,
|
||||
'btn-padding-y': .474rem,
|
||||
'btn-padding-y-lg': 1rem,
|
||||
'btn-padding-x-lg': 3.3rem,
|
||||
'btn-padding-x-lg': 1.8rem,
|
||||
'btn-padding-y-lg': .6rem,
|
||||
'btn-font-size': 1.2rem,
|
||||
'btn-font-size-lg': 2rem,
|
||||
|
||||
'header-template': 'default',
|
||||
'header-links-style': 'border-bottom',
|
||||
|
||||
Reference in New Issue
Block a user