Start time grid #62

Merged
stne3960 merged 30 commits from start_time_grid into main 2026-01-16 14:17:09 +01:00
Showing only changes of commit 234a7adfb0 - Show all commits

View File

@ -168,6 +168,17 @@
/* Text input default width */
--text-input-default-width-md: 194px;
--text-input-default-width-lg: 218px;
/* Layout */
--max-page-width: 900px;
/* Arrow */
--arrow-width: 20px;
/* Breakpoints */
--breakpoint-sm: 500px;
--breakpoint-md: 800px;
--breakpoint-lg: 1179px;
}
.dark {