This commit is contained in:
2025-02-12 16:13:51 +07:00
parent c3c4efd679
commit 1315df5ebb
46 changed files with 817 additions and 673 deletions

View File

@@ -560,39 +560,6 @@ a {
color: #fff;
}
.order-page-table {
line-height: 20px;
}
.order-page-table a {
color: #0041e8;
}
.order-page-table select {
border-radius: 4px;
border: 1px solid #d8d8d8;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
height: 32px;
display: block;
width: 100%;
padding: 0 0 0 5px;
font-weight: 400;
}
.order-page-table .icons {
width: 30px;
height: 30px;
border: 1px solid #ececec;
background-color: #f9f9f9;
border-radius: 5px;
}
.order-page-table .icon-edit {
border: 1px solid #0041e8;
background-color: #f5f7ff;
background-position: -108px -82px;
margin-right: 6px;
}
.order-page-table .icon-delete {
background-position: -145px -82px;
}
.order-detail-page .icon-edit {
border: transparent;
background-color: transparent;
@@ -658,11 +625,6 @@ a {
content: none;
}
.table-vertical-inherit tbody td {
padding: 8px;
vertical-align: inherit;
}
#js-form-search [type=search]:focus::before {
position: absolute;
content: "\f00d";
@@ -686,28 +648,6 @@ a {
background: #f6f6f6;
}
.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;
}
.table-comment th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
}
.table-comment td {
padding: 7px 6px;
border: 1px solid #ececec;
}
.list-info-reply th {
padding: 7px 5px;
background: #f6f6f6;
@@ -750,9 +690,6 @@ a {
color: #fff;
}
.modal .order-page-table td {
vertical-align: middle;
}
.modal .brand-letters a {
width: 11.1111111111%;
text-transform: capitalize;
@@ -848,21 +785,6 @@ a {
font-family: "Font Awesome 6 Free";
}
.css-table th {
padding: 10px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
text-align: left;
}
.css-table td {
padding: 10px;
border: 1px solid #ececec;
}
.css-table .name {
color: #0041e8;
}
.checkbox-success {
--chkbg: #0041e8;
--chkfg: #fff;
@@ -1004,4 +926,32 @@ a {
.table .btn {
color: #fff;
padding: 0;
}
.table select {
border-radius: 4px;
border: 1px solid #d8d8d8;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
height: 32px;
display: block;
width: 100%;
padding: 0 0 0 5px;
font-weight: 400;
}
.table .icons {
width: 30px;
height: 30px;
border: 1px solid #ececec;
background-color: #f9f9f9;
border-radius: 5px;
}
.table .icon-edit {
border: 1px solid #0041e8;
background-color: #f5f7ff;
background-position: -108px -82px;
}
.table .icon-delete {
background-position: -145px -82px;
}
.table .icon-view {
background-position: -180px -82px;
}/*# sourceMappingURL=pc_style.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -574,38 +574,7 @@ a {
}
}
}
.order-page-table {
line-height: 20px;
a {
color: #0041e8;
}
select {
border-radius: 4px;
border: 1px solid #d8d8d8;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
height: 32px;
display: block;
width: 100%;
padding: 0 0 0 5px;
font-weight: 400;
}
.icons {
width: 30px;
height: 30px;
border: 1px solid #ececec;
background-color: #f9f9f9;
border-radius: 5px;
}
.icon-edit {
border: 1px solid #0041e8;
background-color: #f5f7ff;
background-position: -108px -82px;
margin-right: 6px;
}
.icon-delete {
background-position: -145px -82px;
}
}
.order-detail-page {
.icon-edit {
border: transparent;
@@ -673,15 +642,6 @@ a {
}
}
.table-vertical-inherit {
tbody {
td {
padding: 8px;
vertical-align: inherit;
}
}
}
#js-form-search [type="search"]:focus::before {
position: absolute;
content: "\f00d";
@@ -705,32 +665,6 @@ a {
}
}
.table-list-customer {
th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
}
td {
padding: 7px 6px;
border: 1px solid #ececec;
}
}
.table-comment {
th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
}
td {
padding: 7px 6px;
border: 1px solid #ececec;
}
}
.list-info-reply {
th {
padding: 7px 5px;
@@ -775,11 +709,6 @@ a {
}
}
.modal {
.order-page-table {
td {
vertical-align: middle;
}
}
.brand-letters {
a {
width: calc(100% / 9);
@@ -886,23 +815,6 @@ a {
}
}
.css-table {
th {
padding: 10px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
text-align: left;
}
td {
padding: 10px;
border: 1px solid #ececec;
}
.name {
color: #0041e8;
}
}
.checkbox-success {
--chkbg: #0041e8;
--chkfg: #fff;
@@ -1049,4 +961,32 @@ a {
color: #fff;
padding: 0;
}
select {
border-radius: 4px;
border: 1px solid #d8d8d8;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
height: 32px;
display: block;
width: 100%;
padding: 0 0 0 5px;
font-weight: 400;
}
.icons {
width: 30px;
height: 30px;
border: 1px solid #ececec;
background-color: #f9f9f9;
border-radius: 5px;
}
.icon-edit {
border: 1px solid #0041e8;
background-color: #f5f7ff;
background-position: -108px -82px;
}
.icon-delete {
background-position: -145px -82px;
}
.icon-view {
background-position: -180px -82px;
}
}