Files
ludikevent_crm/assets/etl.scss
Serreau Jovann 42e33a5908 feat(etl): Add ETL authentication and navigation
Add Keycloak authentication for ETL users.
Configure ETL routes and login/logout functionality.
Integrate ETL with Keycloak SSO.
Update vite.config.js to include etl.js.
Create EtlController with home, login, and logout routes.
Implement EtlAuthenticator for email/password login.
Configure security.yaml for ETL firewall and providers.
Add etl.js and etl.scss for ETL frontend.
Add Keycloak client configuration for ETL.
Update PrestaireController to use absolute URL for login.
2026-02-06 11:43:31 +01:00

11 lines
264 B
SCSS

@import "tailwindcss";
body {
@apply bg-slate-50 text-slate-900 font-sans antialiased;
-webkit-tap-highlight-color: transparent;
}
.mobile-container {
@apply max-w-md mx-auto min-h-screen flex flex-col relative bg-white shadow-2xl overflow-hidden;
}