first commit

This commit is contained in:
2026-05-22 20:46:29 +08:00
commit b04f87f2b0
121 changed files with 14851 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
.admin-header-box {
background: linear-gradient(45deg, #4e73df, #224abe);
color: white;
padding: 1.5rem !important;
border-radius: 1rem !important;
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
margin-bottom: 2rem !important;
display: flex;
justify-content: space-between;
align-items: center;
}
.admin-header-box h4 {
font-weight: 700 !important;
margin-bottom: 0 !important;
color: white !important;
}
.admin-header-box p {
margin-bottom: 0 !important;
opacity: 0.75;
font-size: 0.875rem;
}