up
This commit is contained in:
@@ -36,5 +36,5 @@ const AdminFunction = (() => {
|
||||
function r() {
|
||||
$("#overlay").removeClass("active"), $(".status-notificatiom").removeClass("active");
|
||||
}
|
||||
return { capNhatTrangThaiMenu: capNhatTrangThaiMenu, add_product_to_category: t, run_search: n, update_product_hot: o, searchSelect: a, checkForm: i, closeForm: r };
|
||||
return { capNhatTrangThaiMenu: capNhatTrangThaiMenu, add_product_to_category: t, run_search: n, update_product_hot: o, checkForm: i, closeForm: r };
|
||||
})();
|
||||
|
||||
@@ -75,6 +75,12 @@ table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table td,
|
||||
table th {
|
||||
padding: 8px !important;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -202,6 +208,9 @@ a {
|
||||
.admin-menu-container .sub-menu a:last-child {
|
||||
margin: 0;
|
||||
}
|
||||
.admin-menu-container .sub-menu.active {
|
||||
display: block;
|
||||
}
|
||||
.admin-menu-container .hover-menu {
|
||||
padding: 10px 22px 10px 15px;
|
||||
border-radius: 6px;
|
||||
@@ -415,49 +424,11 @@ a {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.product-list th {
|
||||
padding: 10px;
|
||||
border: 1px solid #ececec;
|
||||
background: #f6f6f6;
|
||||
}
|
||||
.product-list td {
|
||||
padding: 8px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
|
||||
.product-sale-info td {
|
||||
padding: 14px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
|
||||
input[type=radio] {
|
||||
position: absolute;
|
||||
}
|
||||
input[type=radio]:before {
|
||||
content: "";
|
||||
background: #fff;
|
||||
border-radius: 100%;
|
||||
border: 1.5px solid #0041e8;
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
position: relative;
|
||||
top: -0.2em;
|
||||
margin-right: 1em;
|
||||
vertical-align: top;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
transition: all 250ms ease;
|
||||
}
|
||||
input[type=radio]:checked:before {
|
||||
background-color: #0041e8;
|
||||
box-shadow: inset 0 0 0 3px #fff;
|
||||
}
|
||||
input[type=radio]:focus:before {
|
||||
outline: none;
|
||||
border-color: #0041e8;
|
||||
}
|
||||
|
||||
.table-seo td {
|
||||
padding: 14px;
|
||||
border: 1px solid #ececec;
|
||||
@@ -588,20 +559,6 @@ input[type=radio]:focus:before {
|
||||
background: #0041e8;
|
||||
color: #fff;
|
||||
}
|
||||
.order-page .order-page-table {
|
||||
text-align: center;
|
||||
}
|
||||
.order-page .order-page-table thead td {
|
||||
padding: 8px;
|
||||
}
|
||||
.order-page .order-page-table td {
|
||||
padding: 14px 8px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.order-page .order-page-table td:nth-child(4), .order-page .order-page-table td:nth-child(10) {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.order-page-table {
|
||||
line-height: 20px;
|
||||
@@ -609,28 +566,6 @@ input[type=radio]:focus:before {
|
||||
.order-page-table a {
|
||||
color: #0041e8;
|
||||
}
|
||||
.order-page-table table {
|
||||
width: 100%;
|
||||
}
|
||||
.order-page-table thead {
|
||||
background: #f6f6f6;
|
||||
font-weight: 500;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.order-page-table thead td {
|
||||
padding: 8px;
|
||||
}
|
||||
.order-page-table tbody td {
|
||||
vertical-align: top;
|
||||
}
|
||||
.order-page-table tbody tr:hover {
|
||||
background: #f5f7ff;
|
||||
}
|
||||
.order-page-table td {
|
||||
padding: 10px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
.order-page-table select {
|
||||
border-radius: 4px;
|
||||
border: 1px solid #d8d8d8;
|
||||
@@ -723,16 +658,6 @@ input[type=radio]:focus:before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
.table-brand th {
|
||||
padding: 7px 5px;
|
||||
background: #f6f6f6;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
.table-brand td {
|
||||
padding: 7px 6px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
|
||||
.table-vertical-inherit tbody td {
|
||||
padding: 8px;
|
||||
vertical-align: inherit;
|
||||
@@ -794,19 +719,13 @@ input[type=radio]:focus:before {
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
|
||||
.table-list-category td {
|
||||
padding: 6px 5px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
.table-list-category a {
|
||||
color: #0041e8;
|
||||
}
|
||||
|
||||
.input-file {
|
||||
position: relative;
|
||||
}
|
||||
.input-file input {
|
||||
opacity: 0;
|
||||
position: relative;
|
||||
z-index: 999;
|
||||
}
|
||||
.input-file .title {
|
||||
position: absolute;
|
||||
@@ -902,21 +821,6 @@ input[type=radio]:focus:before {
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
|
||||
.table-config-group th {
|
||||
padding: 7px 5px;
|
||||
background: #f6f6f6;
|
||||
border: 1px solid #ececec;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
.table-config-group td {
|
||||
padding: 7px 6px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
.table-config-group a {
|
||||
color: #0041e8;
|
||||
}
|
||||
|
||||
.table-config-pro th {
|
||||
padding: 7px 5px;
|
||||
background: #f6f6f6;
|
||||
@@ -932,42 +836,6 @@ input[type=radio]:focus:before {
|
||||
color: #0041e8;
|
||||
}
|
||||
|
||||
.table-addon th,
|
||||
.table-spec th,
|
||||
.spec-info th,
|
||||
.table-list-competitor th,
|
||||
.table-customer-group th,
|
||||
.table-review th,
|
||||
.table-newsletter th,
|
||||
.style-table th {
|
||||
padding: 7px 5px;
|
||||
background: #f6f6f6;
|
||||
border: 1px solid #ececec;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
.table-addon td,
|
||||
.table-spec td,
|
||||
.spec-info td,
|
||||
.table-list-competitor td,
|
||||
.table-customer-group td,
|
||||
.table-review td,
|
||||
.table-newsletter td,
|
||||
.style-table td {
|
||||
padding: 7px 6px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
.table-addon .name,
|
||||
.table-spec .name,
|
||||
.spec-info .name,
|
||||
.table-list-competitor .name,
|
||||
.table-customer-group .name,
|
||||
.table-review .name,
|
||||
.table-newsletter .name,
|
||||
.style-table .name {
|
||||
color: #0041e8;
|
||||
}
|
||||
|
||||
.input-date {
|
||||
position: relative;
|
||||
}
|
||||
@@ -995,62 +863,24 @@ input[type=radio]:focus:before {
|
||||
color: #0041e8;
|
||||
}
|
||||
|
||||
.style-checkbox {
|
||||
display: block;
|
||||
position: relative;
|
||||
padding-left: 26px;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
.checkbox-success {
|
||||
--chkbg: #0041e8;
|
||||
--chkfg: #fff;
|
||||
border-color: #000 !important;
|
||||
width: 1.2rem;
|
||||
height: 1.2rem;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.style-checkbox input {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.style-checkbox .checkmark {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
background: #fff;
|
||||
border: 1.5px solid #c5c5c5;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.style-checkbox:hover input ~ .checkmark {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.style-checkbox input:checked ~ .checkmark {
|
||||
.checkbox-success:checked,
|
||||
.checkbox-success[aria-checked=true] {
|
||||
background-color: #0041e8;
|
||||
border: 1px solid #0041e8;
|
||||
border-color: #0041e8 !important;
|
||||
}
|
||||
|
||||
.style-checkbox .checkmark:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.style-checkbox input:checked ~ .checkmark:after {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.style-checkbox .checkmark:after {
|
||||
left: 6px;
|
||||
top: 1px;
|
||||
width: 6px;
|
||||
height: 13px;
|
||||
border: solid white;
|
||||
border-width: 0 3px 3px 0;
|
||||
transform: rotate(45deg);
|
||||
.radio {
|
||||
width: 1.2rem;
|
||||
height: 1.2rem;
|
||||
}
|
||||
|
||||
.box-note {
|
||||
@@ -1166,4 +996,12 @@ input[type=radio]:focus:before {
|
||||
.status-notificatiom .fa-triangle-exclamation {
|
||||
font-size: 70px;
|
||||
color: #ffc53d;
|
||||
}
|
||||
|
||||
.table a {
|
||||
color: #0041e8;
|
||||
}
|
||||
.table .btn {
|
||||
color: #fff;
|
||||
padding: 0;
|
||||
}/*# sourceMappingURL=pc_style.css.map */
|
||||
File diff suppressed because one or more lines are too long
@@ -65,6 +65,11 @@ img {
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
table td,
|
||||
table th {
|
||||
padding: 8px !important;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -192,6 +197,9 @@ a {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
.hover-menu {
|
||||
padding: 10px 22px 10px 15px;
|
||||
@@ -338,6 +346,7 @@ a {
|
||||
padding: 16px 0 16px 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.table-fixed {
|
||||
text-align: center;
|
||||
td {
|
||||
@@ -411,17 +420,6 @@ a {
|
||||
}
|
||||
}
|
||||
}
|
||||
.product-list {
|
||||
th {
|
||||
padding: 10px;
|
||||
border: 1px solid #ececec;
|
||||
background: #f6f6f6;
|
||||
}
|
||||
td {
|
||||
padding: 8px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
}
|
||||
|
||||
.product-sale-info {
|
||||
td {
|
||||
@@ -430,39 +428,6 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
input[type="radio"] {
|
||||
position: absolute;
|
||||
&:before {
|
||||
content: "";
|
||||
background: #fff;
|
||||
border-radius: 100%;
|
||||
border: 1.5px solid #0041e8;
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
position: relative;
|
||||
top: -0.2em;
|
||||
margin-right: 1em;
|
||||
vertical-align: top;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
transition: all 250ms ease;
|
||||
}
|
||||
|
||||
&:checked {
|
||||
&:before {
|
||||
background-color: #0041e8;
|
||||
box-shadow: inset 0 0 0 3px #fff;
|
||||
}
|
||||
}
|
||||
&:focus {
|
||||
&:before {
|
||||
outline: none;
|
||||
border-color: #0041e8;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.table-seo {
|
||||
td {
|
||||
padding: 14px;
|
||||
@@ -608,55 +573,12 @@ input[type="radio"] {
|
||||
}
|
||||
}
|
||||
}
|
||||
.order-page-table {
|
||||
text-align: center;
|
||||
thead {
|
||||
td {
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
td {
|
||||
padding: 14px 8px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
&:nth-child(4),
|
||||
&:nth-child(10) {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.order-page-table {
|
||||
line-height: 20px;
|
||||
a {
|
||||
color: #0041e8;
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
thead {
|
||||
background: #f6f6f6;
|
||||
font-weight: 500;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
td {
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
tbody {
|
||||
td {
|
||||
vertical-align: top;
|
||||
}
|
||||
tr {
|
||||
&:hover {
|
||||
background: #f5f7ff;
|
||||
}
|
||||
}
|
||||
}
|
||||
td {
|
||||
padding: 10px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
select {
|
||||
border-radius: 4px;
|
||||
border: 1px solid #d8d8d8;
|
||||
@@ -750,17 +672,6 @@ input[type="radio"] {
|
||||
}
|
||||
}
|
||||
}
|
||||
.table-brand {
|
||||
th {
|
||||
padding: 7px 5px;
|
||||
background: #f6f6f6;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
td {
|
||||
padding: 7px 6px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
}
|
||||
|
||||
.table-vertical-inherit {
|
||||
tbody {
|
||||
@@ -833,20 +744,12 @@ input[type="radio"] {
|
||||
}
|
||||
}
|
||||
|
||||
.table-list-category {
|
||||
td {
|
||||
padding: 6px 5px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
a {
|
||||
color: #0041e8;
|
||||
}
|
||||
}
|
||||
|
||||
.input-file {
|
||||
position: relative;
|
||||
input {
|
||||
opacity: 0;
|
||||
position: relative;
|
||||
z-index: 999;
|
||||
}
|
||||
.title {
|
||||
position: absolute;
|
||||
@@ -954,23 +857,6 @@ input[type="radio"] {
|
||||
}
|
||||
}
|
||||
|
||||
.table-config-group {
|
||||
th {
|
||||
padding: 7px 5px;
|
||||
background: #f6f6f6;
|
||||
border: 1px solid #ececec;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
td {
|
||||
padding: 7px 6px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
a {
|
||||
color: #0041e8;
|
||||
}
|
||||
}
|
||||
|
||||
.table-config-pro {
|
||||
th {
|
||||
padding: 7px 5px;
|
||||
@@ -988,30 +874,6 @@ input[type="radio"] {
|
||||
}
|
||||
}
|
||||
|
||||
.table-addon,
|
||||
.table-spec,
|
||||
.spec-info,
|
||||
.table-list-competitor,
|
||||
.table-customer-group,
|
||||
.table-review,
|
||||
.table-newsletter,
|
||||
.style-table {
|
||||
th {
|
||||
padding: 7px 5px;
|
||||
background: #f6f6f6;
|
||||
border: 1px solid #ececec;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
td {
|
||||
padding: 7px 6px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
.name {
|
||||
color: #0041e8;
|
||||
}
|
||||
}
|
||||
|
||||
.input-date {
|
||||
position: relative;
|
||||
&::before {
|
||||
@@ -1041,59 +903,24 @@ input[type="radio"] {
|
||||
}
|
||||
}
|
||||
|
||||
.style-checkbox {
|
||||
display: block;
|
||||
position: relative;
|
||||
padding-left: 26px;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.style-checkbox input {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
.style-checkbox .checkmark {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
background: #fff;
|
||||
border: 1.5px solid #c5c5c5;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.style-checkbox:hover input ~ .checkmark {
|
||||
background: #fff;
|
||||
}
|
||||
.style-checkbox input:checked ~ .checkmark {
|
||||
background-color: #0041e8;
|
||||
border: 1px solid #0041e8;
|
||||
.checkbox-success {
|
||||
--chkbg: #0041e8;
|
||||
--chkfg: #fff;
|
||||
border-color: #000 !important;
|
||||
width: 1.2rem;
|
||||
height: 1.2rem;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.style-checkbox .checkmark:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
display: none;
|
||||
.checkbox-success:checked,
|
||||
.checkbox-success[aria-checked="true"] {
|
||||
background-color: #0041e8;
|
||||
border-color: #0041e8 !important;
|
||||
}
|
||||
.style-checkbox input:checked ~ .checkmark:after {
|
||||
display: block;
|
||||
}
|
||||
.style-checkbox .checkmark:after {
|
||||
left: 6px;
|
||||
top: 1px;
|
||||
width: 6px;
|
||||
height: 13px;
|
||||
border: solid white;
|
||||
border-width: 0 3px 3px 0;
|
||||
-webkit-transform: rotate(45deg);
|
||||
-ms-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
|
||||
.radio {
|
||||
width: 1.2rem;
|
||||
height: 1.2rem;
|
||||
}
|
||||
|
||||
.box-note {
|
||||
@@ -1213,3 +1040,13 @@ input[type="radio"] {
|
||||
color: #ffc53d;
|
||||
}
|
||||
}
|
||||
|
||||
.table {
|
||||
a {
|
||||
color: #0041e8;
|
||||
}
|
||||
.btn {
|
||||
color: #fff;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user