This commit is contained in:
2025-02-14 16:17:58 +07:00
parent e60866c99f
commit 84731fc375
17 changed files with 283 additions and 170 deletions

View File

@@ -772,4 +772,39 @@ a {
.not-padding td {
padding: 0;
}
@media screen and (min-width: 2560px) {
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 {
font-size: 14px !important;
}
.text-custom-16 {
font-size: 16px !important;
}
.text-custom-22 {
font-size: 22px !important;
}
.text-custom-28 {
font-size: 28px !important;
}
}/*# sourceMappingURL=pc_style.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -780,3 +780,42 @@ a {
.not-padding td {
padding: 0;
}
@media screen and (min-width: 2560px) {
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 {
font-size: 14px !important;
}
.text-custom-16 {
font-size: 16px !important;
}
.text-custom-22 {
font-size: 22px !important;
}
.text-custom-28 {
font-size: 28px !important;
}
}