diff --git a/frontend/src/assets/css/checkout.css b/frontend/src/assets/css/checkout.css index a6386396f..62b98ff9e 100644 --- a/frontend/src/assets/css/checkout.css +++ b/frontend/src/assets/css/checkout.css @@ -173,11 +173,9 @@ div.checkout div.payment-info div.payment-info-price { font-weight: 500; } -div.checkout .btn-checkout, -div.checkout .btn-cancel { +div.checkout .btn-checkout { font-size: 18px; line-height: 24px; - font-weight: 500; border: 0; border-radius: 5px; color: #fff; @@ -187,14 +185,19 @@ div.checkout .btn-cancel { white-space: nowrap; padding: 5px 32px; margin-left: 7px; + font-weight: 400; } div.checkout .btn-checkout { - background: #232323; + background-color: #232323; } div.checkout .btn-cancel { - background: #999; + height: 42px; + min-width: 164px; + font-size: 18px; + line-height: 24px; + font-weight: 400; } .status { diff --git a/frontend/src/assets/css/common.css b/frontend/src/assets/css/common.css index b7e81ed81..c34d3507f 100644 --- a/frontend/src/assets/css/common.css +++ b/frontend/src/assets/css/common.css @@ -22,10 +22,10 @@ color: #fff !important; } -.btn-secondary { +/* .btn-secondary { background-color: #999 !important; color: #fff !important; -} +} */ .btn-primary:hover, .btn-secondary:hover, diff --git a/frontend/src/components/Avatar.tsx b/frontend/src/components/Avatar.tsx index d1aed4930..175221c76 100644 --- a/frontend/src/components/Avatar.tsx +++ b/frontend/src/components/Avatar.tsx @@ -235,7 +235,7 @@ const Avatar = ({ {commonStrings.CONFIRM_TITLE} {commonStrings.DELETE_AVATAR_CONFIRM} - )} diff --git a/frontend/src/components/CarSelectList.tsx b/frontend/src/components/CarSelectList.tsx index e6af2f862..032142264 100644 --- a/frontend/src/components/CarSelectList.tsx +++ b/frontend/src/components/CarSelectList.tsx @@ -206,7 +206,7 @@ const CarSelectList = ({ )} - diff --git a/frontend/src/components/ContactForm.tsx b/frontend/src/components/ContactForm.tsx index a39a1049d..cf1b8d03e 100644 --- a/frontend/src/components/ContactForm.tsx +++ b/frontend/src/components/ContactForm.tsx @@ -186,7 +186,8 @@ const ContactForm = ({ user, className }: ContactFormProps) => { } - diff --git a/frontend/src/pages/Checkout.tsx b/frontend/src/pages/Checkout.tsx index 1d7847420..c8d72a554 100644 --- a/frontend/src/pages/Checkout.tsx +++ b/frontend/src/pages/Checkout.tsx @@ -890,7 +890,13 @@ const Checkout = () => { )}
{(!clientSecret || payLater) && ( - )} -
diff --git a/frontend/src/pages/ResetPassword.tsx b/frontend/src/pages/ResetPassword.tsx index 80d0ad35d..1944cd0b4 100644 --- a/frontend/src/pages/ResetPassword.tsx +++ b/frontend/src/pages/ResetPassword.tsx @@ -167,7 +167,7 @@ const ResetPassword = () => { - diff --git a/frontend/src/pages/Settings.tsx b/frontend/src/pages/Settings.tsx index 74bc047cb..0b07d2710 100644 --- a/frontend/src/pages/Settings.tsx +++ b/frontend/src/pages/Settings.tsx @@ -247,7 +247,8 @@ const Settings = () => { {commonStrings.SAVE} -