This commit is contained in:
2025-10-16 00:37:40 +03:00
parent 946678228f
commit e0a5ce228c
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
.quantityControls {
display: flex;
align-items: center;
background-color: var(--primary);
background-color: #ffb70014;
border-radius: 888px;
width: fit-content;
}

View File

@@ -1,7 +1,7 @@
.quantityControls {
display: flex;
align-items: center;
background-color: var(--primary);
background-color: #ffb70014;
border-radius: 888px;
width: fit-content;
margin-left: 3px;
@@ -59,7 +59,7 @@
position: absolute;
top: 12px;
right: 12px;
background-color: var(--primary);
background-color: #ffb70014;
border-radius: 50%;
padding: 8px;
cursor: pointer;

View File

@@ -65,7 +65,7 @@
}
.tableNumberCard :global(.ant-select-selection-overflow) {
top: 1px !important;
top: 5px !important;
}
.couponApplyIcon {