From 1cc4e1791a4375c1b6a15164e8c22b67497c8c64 Mon Sep 17 00:00:00 2001 From: kkrzowski Date: Thu, 20 Nov 2025 14:30:40 +0100 Subject: [PATCH] Update style.less --- style.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.less b/style.less index 38098de..b0e5536 100644 --- a/style.less +++ b/style.less @@ -1,3 +1,4 @@ + .idm-quantity-picker{ width: 100%; padding: 1.2rem 1.6rem; @@ -17,7 +18,7 @@ color: @primary_black; } - &__minus, &__plus{ + &__button{ display: flex; justify-content: center; align-items: center;