This commit is contained in:
2025-02-20 16:27:50 +07:00
parent 3a257c411e
commit 0c8e3258c4
42 changed files with 1647 additions and 728 deletions

View File

@@ -1,5 +1,9 @@
@charset "UTF-8";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css";
:root {
--p: 0.48 0.25 263.47;
}
*,
::after,
::before {
@@ -807,6 +811,7 @@ a {
}
.admin-content-container {
width: 100%;
margin-left: 0;
}
.admin-content-container .content-holder {
padding: 10px;
@@ -825,4 +830,7 @@ a {
#js-form-search {
display: none;
}
.admin-content-container {
margin-left: 0;
}
}/*# sourceMappingURL=pc_style.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,9 @@
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css";
:root {
--p: 0.48 0.25 263.47;
}
*,
::after,
::before {
@@ -815,6 +819,7 @@ a {
}
.admin-content-container {
width: 100%;
margin-left: 0;
.content-holder {
padding: 10px;
}
@@ -834,4 +839,7 @@ a {
#js-form-search {
display: none;
}
.admin-content-container {
margin-left: 0;
}
}