WIP staff pt

This commit is contained in:
2025-11-02 22:36:28 +01:00
parent 8b0d2f9203
commit e43cbbf9e4
4 changed files with 152 additions and 17 deletions
@@ -0,0 +1,26 @@
.staff-pt-container {
display: flex;
flex-direction: column;
gap: 16px;
}
.week-header {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.week-title {
font-size: 1.1rem;
font-weight: 600;
}
.full-width {
width: 100%;
}
.no-data td {
text-align: center;
padding: 16px;
}