update customer
This commit is contained in:
@@ -1160,7 +1160,10 @@ input[type="radio"] {
|
||||
.table-addon,
|
||||
.table-spec,
|
||||
.spec-info,
|
||||
.table-list-competitor {
|
||||
.table-list-competitor,
|
||||
.table-customer-group,
|
||||
.table-review,
|
||||
.table-newsletter {
|
||||
th {
|
||||
padding: 7px 5px;
|
||||
background: #f6f6f6;
|
||||
@@ -1176,3 +1179,15 @@ input[type="radio"] {
|
||||
color: #0041e8;
|
||||
}
|
||||
}
|
||||
|
||||
.input-date {
|
||||
position: relative;
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 15px;
|
||||
transform: translate(0, -50%);
|
||||
content: "\f133";
|
||||
font-family: "Font Awesome 6 Free";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user