This commit is contained in:
2025-02-17 16:51:08 +07:00
parent ae9d94330f
commit 66344ad5c6
12 changed files with 354 additions and 369 deletions

View File

@@ -139,6 +139,10 @@ a {
overflow-y: auto;
overflow-x: hidden;
}
.admin-menu-container.show {
display: block;
z-index: 999;
}
.admin-menu-container a {
color: #fff;
}
@@ -446,10 +450,6 @@ a {
background-position: -330px -88px;
}
.admin-header-container .menu-hide {
margin-left: 30px;
}
/* Bán hàng */
.page-input {
width: 100%;
@@ -666,7 +666,7 @@ a {
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.6);
background: rgba(0, 0, 0, 0.2);
z-index: 9;
display: none;
}
@@ -778,21 +778,6 @@ a {
body {
font-size: 18px;
}
.admin-menu-container {
width: 300px;
}
.admin-content-container {
margin-left: 300px !important;
}
.menu-list .item {
line-height: 50px !important;
}
.admin-menu-container .sub-menu a {
font-size: 16px;
}
.admin-menu-container .hover-menu a {
line-height: 30px;
}
}
@media (min-width: 1920px) {
.text-custom-14 {