feat: update styles for small quantity selector to improve appearance and usability

This commit is contained in:
2026-08-11 10:38:42 -03:00
parent 5d760bfd80
commit ede2173a5a
2 changed files with 55 additions and 7 deletions

View File

@@ -39,15 +39,15 @@
}
&--small {
width: 46px;
height: 21px;
min-height: 21px;
border: 1px solid #cfcfcf;
width: 62px;
height: 28px;
min-height: 28px;
border-color: #cccccc;
background-color: #ffffff;
.quantity-selector__button {
width: 15px;
font-size: 10px;
width: 18px;
font-size: 11px;
background-color: #ffffff;
color: #666666;
@@ -57,7 +57,7 @@
}
.quantity-selector__value {
font-size: 10px;
font-size: 11px;
color: #666666;
}
}