From 1e43f1048b5e299e181999f8f9dabfd8999ee931 Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 2 May 2024 15:15:35 +0200 Subject: [PATCH] wip #6893 @0:05 --- style/cart/bastide-resah-cart.less | 6 +++--- style/cart/bastide-resah.less | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/style/cart/bastide-resah-cart.less b/style/cart/bastide-resah-cart.less index 5b6d24ca..5780b3a2 100644 --- a/style/cart/bastide-resah-cart.less +++ b/style/cart/bastide-resah-cart.less @@ -35,7 +35,7 @@ font-size: 18px; .cart-sent { - padding: 20px 50px; + padding: 20px 50px 50px; font-size: 16px; text-align: left; @@ -78,9 +78,9 @@ p.legal { clear: both; - font-size: 12px; + font-size: 14px; text-align: left; - padding: 30px 0; + padding: 30px 0 50px; a { color: @menu-background; diff --git a/style/cart/bastide-resah.less b/style/cart/bastide-resah.less index 54870c30..e3cb8f92 100644 --- a/style/cart/bastide-resah.less +++ b/style/cart/bastide-resah.less @@ -444,7 +444,7 @@ input[type=email], input[type=password], input[type=text] { flex-direction: column; label { - margin-bottom: .625em; + margin-bottom: 4px; text-transform: uppercase; } @@ -613,6 +613,7 @@ input[type=email], input[type=password], input[type=text] { label { text-transform: initial; + font-size: 14px; } } } -- 2.39.5