React/Vite Frontend (hifi-src) + PHP/MariaDB Backend (hifi/api) fuer den Car-Hifi Umbau-Shop HifiPlanet in Amorbach, inkl. Admin-Panel, 2FA, Wartungsmodus, Cookie-Consent und rechtlichen Pflichtseiten. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
12 lines
303 B
CSS
12 lines
303 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html {
|
|
scroll-behavior: smooth;
|
|
}
|
|
|
|
.marquee-viewport {
|
|
-webkit-mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
|
|
mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
|
|
}
|