cart page: increase "action btn" width

This commit is contained in:
2025-11-12 14:13:27 +03:00
parent 98e43a90a9
commit b125c97d0c

View File

@@ -4,13 +4,8 @@
background-color: #ffb70014; background-color: #ffb70014;
border-radius: 888px; border-radius: 888px;
width: fit-content; width: fit-content;
margin-left: 3px;
} }
:global(.rtl) .quantityControls {
margin-left: 0;
margin-right: 3px;
}
.quantityLabel { .quantityLabel {
font-size: 14px; font-size: 14px;
@@ -23,7 +18,7 @@
align-items: center; align-items: center;
padding: 8px; padding: 8px;
border-radius: 888px; border-radius: 888px;
width: 84px; width: 90px;
height: 32px; height: 32px;
} }