update 31/01
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;
|
||||
@@ -339,7 +351,7 @@ a {
|
||||
height: 41px;
|
||||
display: none;
|
||||
}
|
||||
&:nth-child(n + 13) {
|
||||
&:nth-child(n + 10) {
|
||||
.sub-menu {
|
||||
top: unset;
|
||||
}
|
||||
@@ -715,6 +727,21 @@ input[type="radio"] {
|
||||
height: 16px;
|
||||
background-position: -114px -89px;
|
||||
}
|
||||
&.icon-view {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-position: -187px -88px;
|
||||
}
|
||||
&.icon-remove {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-position: -151px -88px;
|
||||
}
|
||||
&.icon-hide {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-position: -224px -88px;
|
||||
}
|
||||
}
|
||||
|
||||
.admin-header-container {
|
||||
@@ -810,6 +837,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%;
|
||||
@@ -860,3 +896,8 @@ input[type="radio"] {
|
||||
}
|
||||
}
|
||||
}
|
||||
.marketing-coupon-page {
|
||||
.order-page-table td {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user