fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
.quantityControls {
|
.quantityControls {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: var(--primary);
|
background-color: #ffb70014;
|
||||||
border-radius: 888px;
|
border-radius: 888px;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.quantityControls {
|
.quantityControls {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: var(--primary);
|
background-color: #ffb70014;
|
||||||
border-radius: 888px;
|
border-radius: 888px;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 12px;
|
top: 12px;
|
||||||
right: 12px;
|
right: 12px;
|
||||||
background-color: var(--primary);
|
background-color: #ffb70014;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
@@ -65,7 +65,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tableNumberCard :global(.ant-select-selection-overflow) {
|
.tableNumberCard :global(.ant-select-selection-overflow) {
|
||||||
top: 1px !important;
|
top: 5px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.couponApplyIcon {
|
.couponApplyIcon {
|
||||||
|
|||||||
Reference in New Issue
Block a user