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

37
public/css/app.css Normal file
View File

@@ -0,0 +1,37 @@
html,
body {
height: 100%;
}
.sidebar {
width: 250px;
position: sticky;
top: 0;
}
.col-auto-fixed {
width: 250px;
}
.sidebar .nav-link {
color: white;
padding: 0.75rem 1rem;
font-weight: 600;
border-radius: 0;
}
.sidebar .nav-link:hover,
.sidebar .nav-link.active {
background-color: #495057;
color: white;
}
.sidebar .btn-logout {
color: white;
border: 1px solid white;
padding: 0.5rem 1rem;
width: calc(100% - 2rem);
margin: 1rem 1rem 2rem 1rem;
text-align: left;
font-weight: 600;
}