m
This commit is contained in:
@@ -916,4 +916,15 @@ input[type=radio]:focus:before {
|
|||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-list-customer th {
|
||||||
|
padding: 7px 5px;
|
||||||
|
background: #f6f6f6;
|
||||||
|
border: 1px solid #ececec;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.table-list-customer td {
|
||||||
|
padding: 7px 6px;
|
||||||
|
border: 1px solid #ececec;
|
||||||
}/*# sourceMappingURL=pc_style.css.map */
|
}/*# sourceMappingURL=pc_style.css.map */
|
||||||
File diff suppressed because one or more lines are too long
@@ -32,7 +32,7 @@ input::-webkit-inner-spin-button {
|
|||||||
input[type="number"] {
|
input[type="number"] {
|
||||||
-moz-appearance: textfield;
|
-moz-appearance: textfield;
|
||||||
}
|
}
|
||||||
input[type='date']::-webkit-calendar-picker-indicator {
|
input[type="date"]::-webkit-calendar-picker-indicator {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
@@ -839,7 +839,7 @@ input[type="radio"] {
|
|||||||
background-position: -145px -82px;
|
background-position: -145px -82px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.order-detail-page{
|
.order-detail-page {
|
||||||
.icon-edit {
|
.icon-edit {
|
||||||
border: transparent;
|
border: transparent;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@@ -941,3 +941,16 @@ input[type="radio"] {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-list-customer {
|
||||||
|
th {
|
||||||
|
padding: 7px 5px;
|
||||||
|
background: #f6f6f6;
|
||||||
|
border: 1px solid #ececec;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 7px 6px;
|
||||||
|
border: 1px solid #ececec;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -224,7 +224,8 @@
|
|||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<div class="admin-header-container flex items-center justify-between bg-white px-4 py-3">
|
<div class="admin-header-container flex items-center justify-between bg-white px-4 py-3">
|
||||||
<form class="max-w-[420px] relative w-[100%] menu-hide" id="js-form-search">
|
<form class="max-w-[420px] relative w-[100%] menu-hide" id="js-form-search">
|
||||||
<div class="content w-[100%] flex items-center border rounded-[5px]">
|
<div
|
||||||
|
class="content w-[100%] flex items-center border-[#ECECEC] border-[1px] rounded-[5px] focus-within:border-[#0041E8]">
|
||||||
<div class="inset-y-0 start-0 flex items-center ps-3 pointer-events-none">
|
<div class="inset-y-0 start-0 flex items-center ps-3 pointer-events-none">
|
||||||
<i class="icons icon-search"></i>
|
<i class="icons icon-search"></i>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user