From c5944e1c56f171cbceea5b9cab4c6ee37fa224a4 Mon Sep 17 00:00:00 2001 From: kkrzowski Date: Thu, 20 Nov 2025 11:43:52 +0100 Subject: [PATCH] init css --- style.less | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 style.less diff --git a/style.less b/style.less new file mode 100644 index 0000000..5cfd04d --- /dev/null +++ b/style.less @@ -0,0 +1,20 @@ +.idm-quantity-picker{ + width: 100%; + padding: 1.2rem 1.6rem; + border: @border; + border-radius: @border_radius; + display: flex; + justify-content: center; + align-items: center; + background: @primary_white; + + &__input{ + width: 6.4rem; + text-align: center; + border: none !important; + font-size: @body_m_font; + font-weight: @font_bold; + color: @primary_black; + } + +}