feat(ui): finalize E-TIB modernization with footer redesign, video optimization, and TS fixes

Former-commit-id: 67ac02c8404cc66893fdf97308574701cca6000c
This commit is contained in:
2026-05-07 10:43:20 +02:00
parent f2fdea96ec
commit 5439df72ea
3712 changed files with 932332 additions and 1867 deletions

View File

@@ -7,6 +7,19 @@
.text-balance {
text-wrap: balance;
}
.hide-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.hide-scrollbar::-webkit-scrollbar {
display: none; /* Chrome, Safari and Opera */
}
}
/* Global Selection Color (E-TIB Orange) */
::selection {
background-color: #FE7B00 !important;
color: #ffffff !important;
}
/* Base Styles */
@@ -17,12 +30,6 @@
body {
@apply bg-neutral font-sans text-neutral-dark antialiased;
}
::selection {
background-color: theme('colors.primary.dark');
color: theme('colors.neutral.light');
}
/* Interactive elements pointer */
a,
button,