This commit is contained in:
2024-01-30 08:45:44 +07:00
16 changed files with 199 additions and 69 deletions

View File

@@ -57,6 +57,10 @@ img {
height: auto;
}
table {
width: 100%;
}
a {
text-decoration: none;
}
@@ -728,22 +732,6 @@ input[type=radio]:focus:before {
.order-page .order-page-table td:nth-child(4), .order-page .order-page-table td:nth-child(10) {
text-align: left;
}
.order-page .order-page-table .icons {
width: 30px;
height: 30px;
border: 1px solid #ECECEC;
background-color: #F9F9F9;
border-radius: 5px;
}
.order-page .order-page-table .icon-edit {
border: 1px solid #0041E8;
background-color: #F5F7FF;
background-position: -108px -82px;
margin-right: 6px;
}
.order-page .order-page-table .icon-delete {
background-position: -145px -82px;
}
.order-page-table {
line-height: 20px;
@@ -782,6 +770,22 @@ input[type=radio]:focus:before {
width: 100%;
padding: 0 0 0 5px;
}
.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;
}
.is-close-btn {
background: #ECECEC !important;