search
This commit is contained in:
@@ -32,6 +32,18 @@ input::-webkit-inner-spin-button {
|
||||
input[type="number"] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
input[type='date']::-webkit-calendar-picker-indicator {
|
||||
background: transparent;
|
||||
bottom: 0;
|
||||
color: transparent;
|
||||
cursor: pointer;
|
||||
height: auto;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: auto;
|
||||
}
|
||||
body {
|
||||
color: #000;
|
||||
font-family: "Inter", sans-serif;
|
||||
@@ -340,7 +352,7 @@ a {
|
||||
height: 41px;
|
||||
display: none;
|
||||
}
|
||||
&:nth-child(n + 13) {
|
||||
&:nth-child(n + 10) {
|
||||
.sub-menu {
|
||||
top: unset;
|
||||
}
|
||||
@@ -827,6 +839,15 @@ input[type="radio"] {
|
||||
background-position: -145px -82px;
|
||||
}
|
||||
}
|
||||
.order-detail-page{
|
||||
.icon-edit {
|
||||
border: transparent;
|
||||
background-color: transparent;
|
||||
margin: 0;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
.is-close-btn {
|
||||
background: #ececec !important;
|
||||
border-radius: 50%;
|
||||
@@ -877,6 +898,11 @@ input[type="radio"] {
|
||||
}
|
||||
}
|
||||
}
|
||||
.marketing-coupon-page {
|
||||
.order-page-table td {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
.table-brand {
|
||||
th {
|
||||
|
||||
Reference in New Issue
Block a user