Files
e-ticket/assets/app.scss
Serreau Jovann 8193930f60 Add application source code, configs and assets
- Controllers, Entity, Repository, Services, Twig extensions
- Templates (account, emails, home, legal, security, unsubscribe)
- Symfony config updates (bundles, security, framework, services)
- Vite + Bun setup with PostCSS
- Caddy config, CLAUDE.md, README
- Update .gitignore (node_modules, .idea, cert)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 20:16:01 +01:00

31 lines
689 B
SCSS

@import "tailwindcss";
@import url('https://fonts.googleapis.com/css2?family=Intel+One+Mono:ital,wght@0,300..700;1,300..700&display=swap');
.bg-op {
background: rgba(0,0,0,0.5);
backdrop-filter: blur(5px);
}
.epage{
color: orangered;
}
#userMenuDesktop {
margin-top: -4px; /* Remonte légèrement le menu pour toucher le bouton */
padding-top: 10px; /* Ajoute du padding interne pour garder la zone réactive */
}
@media (max-width: 764px) {
.list {
display: block !important;
.listitem{
width: 100% !important;
margin-bottom: 1rem !important;
}
}
}
#join_role {
display: flex;
flex-direction: row;
}