2025-07-16 13:41:14 +02:00
|
|
|
@import "tailwindcss";
|
2025-11-21 20:53:31 +01:00
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Intel+One+Mono:ital,wght@0,300..700;1,300..700&display=swap');
|
2025-12-24 23:59:23 +01:00
|
|
|
|
2025-11-16 20:08:49 +01:00
|
|
|
.bg-op {
|
|
|
|
|
background: rgba(0,0,0,0.5);
|
|
|
|
|
backdrop-filter: blur(5px);
|
|
|
|
|
}
|
2025-12-02 22:44:52 +01:00
|
|
|
|
|
|
|
|
.epage{
|
|
|
|
|
color: orangered;
|
|
|
|
|
}
|
2025-12-26 12:53:13 +01:00
|
|
|
|
|
|
|
|
#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 */
|
|
|
|
|
}
|
2025-12-26 21:51:34 +01:00
|
|
|
|
|
|
|
|
@media (max-width: 764px) {
|
|
|
|
|
.list {
|
|
|
|
|
display: block !important;
|
|
|
|
|
.listitem{
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
margin-bottom: 1rem !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-12-26 22:13:35 +01:00
|
|
|
#join_role {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
}
|