This commit is contained in:
2024-01-27 11:19:25 +07:00
parent 31aaee0dcd
commit 7217f8b92f
5 changed files with 246 additions and 229 deletions

View File

@@ -141,7 +141,7 @@ a {
overflow: auto;
background: #004e99;
color: #fff;
width: 20%;
width: 18%;
padding: 20px 0;
line-height: 20px;
}
@@ -494,6 +494,12 @@ a {
line-height: 20px;
}
.admin-content-container {
width: calc(100% - 50px);
}
.admin-content-container.show-large-menu {
width: 82%;
}
.admin-content-container .note-list {
min-width: 144px;
}
@@ -719,6 +725,9 @@ input[type=radio]:focus:before {
.order-page .order-page-table td {
padding: 14px 8px;
}
.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;
@@ -751,6 +760,7 @@ input[type=radio]:focus:before {
.order-page-table thead {
background: #F6F6F6;
font-weight: 600;
text-align: center;
}
.order-page-table thead td {
padding: 8px;