создал систему календарного учебного графика

This commit is contained in:
Zuev
2026-04-30 23:40:49 +03:00
parent 96e9d8155f
commit 89c822a073
56 changed files with 3356 additions and 1644 deletions

View File

@@ -1,4 +1,4 @@
/* ===== Auditorium Workload Specific Styles ===== */
/* ===== Стили загруженности аудиторий ===== */
.workload-grid-container {
width: 100%;
@@ -37,7 +37,8 @@
box-shadow: 0 1px 0 var(--bg-card-border);
}
.workload-table .time-cell {
.workload-table .time-cell,
.workload-table .axis-cell {
background: var(--bg-input);
color: var(--text-secondary);
font-weight: 500;
@@ -62,7 +63,7 @@
box-shadow: 1px 1px 0 var(--bg-card-border);
}
/* Diagonal line using SVG or linear-gradient */
/* Диагональная линия через linear-gradient */
.workload-table .top-left-cell::before {
content: '';
position: absolute;
@@ -126,7 +127,7 @@
}
.lesson-group {
font-weight: 700; /* Bolder specific for groups request mockup */
font-weight: 700; /* Акцент на названии группы */
color: var(--text-primary);
margin-bottom: 0.1rem;
font-size: 0.75rem;
@@ -137,7 +138,7 @@
font-size: 0.75rem;
}
/* Custom scrollbar adjustments for grid container */
/* Настройка scrollbar для контейнера сетки */
.workload-grid-container::-webkit-scrollbar {
width: 8px;
height: 8px;