overview, booking and train scheduling ui

This commit is contained in:
Marshal
2026-06-10 07:53:15 +00:00
parent 2b5a0f4e96
commit 0335555892
12 changed files with 207 additions and 257 deletions

View File

@@ -16,7 +16,7 @@
font-weight: 600;
}
.ov-seg-label[data-active] {
color: #15803d;
color: #15805f;
}
/* ---- Premium tab bar ---- */
@@ -47,9 +47,9 @@
box-shadow: 0 2px 10px -4px rgba(15, 23, 42, 0.18);
}
.ov-tab[data-active] {
background: linear-gradient(135deg, #22c55e 0%, #15803d 100%) !important;
background: linear-gradient(135deg, #2dbf95 0%, #1b9e7a 100%) !important;
color: #ffffff !important;
box-shadow: 0 10px 20px -8px rgba(21, 128, 61, 0.55);
box-shadow: 0 10px 20px -8px rgba(27, 158, 122, 0.55);
transform: translateY(-1px);
}
.ov-tab[data-active]:hover {