[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#499

Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
xlu-odoo
2021-09-23 16:30:48 +00:00
committed by qsm-odoo
parent 1b4b65ff81
commit 65aefeb3e9
@@ -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',