feat: redesign Schedules, Discover, and Routes views with SIBU Main HUD aesthetic and Tailwind v4

This commit is contained in:
2026-02-22 15:05:59 -05:00
parent d8245c5021
commit c6b97c4188
7 changed files with 1106 additions and 1226 deletions

View File

@ -1,5 +1,7 @@
@import "tailwindcss";
/* Global styles are now managed in App.vue and component-specific styles.
This file has been cleared to prevent layout conflicts. */
Tailwind v4 handles utility classes automatically. */
* {
box-sizing: border-box;
}