feat: Ajout de composant (#23)
All checks were successful
Release / release (push) Successful in 1m14s
All checks were successful
Release / release (push) Successful in 1m14s
| Numéro du ticket | Titre du ticket | |------------------|-----------------| | | | ## Description de la PR ## Modification du .env ## Check list - [x] Pas de régression - [x] TU/TI/TF rédigée - [x] TU/TI/TF OK - [x] CHANGELOG modifié Co-authored-by: kevin <kevin@yuno.malio.fr> Co-authored-by: Kevin Boudet <kevin@yuno.malio.fr> Reviewed-on: #23 Co-authored-by: tristan <tristan@yuno.malio.fr> Co-committed-by: tristan <tristan@yuno.malio.fr>
This commit was merged in pull request #23.
This commit is contained in:
@@ -4,16 +4,37 @@
|
||||
|
||||
@layer base {
|
||||
:root {
|
||||
/* Couleurs en RGB “space separated” pour Tailwind */
|
||||
--m-primary: 34 39 131; /* Couleur principal*/
|
||||
--m-secondary: 48 73 152; /* Couleur secondaire */
|
||||
--m-tertiary: 243 244 248; /* Couleur tertiaire (background) */
|
||||
--m-border: 203 213 225; /* Couleur des bordures */
|
||||
--m-text: 15 23 42; /* Couleur du texte */
|
||||
--m-muted: 100 116 139; /* Couleur pour les éléments désactivés ou secondaires */
|
||||
--m-bg: 243 244 248; /* Couleur de fond générale */
|
||||
/* ── Globales ── */
|
||||
--m-primary: 34 39 131; /* #222783 - Bleu Malio */
|
||||
--m-bg: 243 244 248; /* #F3F4F8 - Fond de page */
|
||||
--m-surface: 243 244 248; /* #F3F4F8 - Fond hover/cartes */
|
||||
--m-text: 15 23 42; /* #0F172A */
|
||||
--m-muted: 100 116 139; /* #64748B */
|
||||
--m-border: 203 213 225; /* #CBD5E1 */
|
||||
--m-disabled: 204 204 223; /* #CCCCDF - Partagé entre toutes les familles bouton */
|
||||
--m-danger: 242 105 107; /* #F2696B - Erreurs et boutons danger */
|
||||
--m-success: 15 149 70; /* #0F9546 */
|
||||
|
||||
--m-error: 155 17 30; /* rouge pour les erreurs */
|
||||
--m-success: 15 149 70; /* vert pour les succès */
|
||||
/* ── Boutons Primary ── */
|
||||
--m-btn-primary: 34 39 131; /* #222783 */
|
||||
--m-btn-primary-hover: 18 28 219; /* #121CDB */
|
||||
--m-btn-primary-active: 33 37 103; /* #212567 */
|
||||
|
||||
/* ── Boutons Secondary ── */
|
||||
--m-btn-secondary: 75 77 237; /* #4B4DED */
|
||||
--m-btn-secondary-hover: 137 123 241; /* #897BF1 */
|
||||
--m-btn-secondary-active: 18 28 219; /* #121CDB */
|
||||
|
||||
/* ── Boutons Danger ── */
|
||||
--m-btn-danger: 242 105 107; /* #F2696B */
|
||||
--m-btn-danger-hover: 234 151 151; /* #EA9797 */
|
||||
--m-btn-danger-active: 255 83 86; /* #FF5356 */
|
||||
|
||||
/* ── Couleurs de site (usage ponctuel) ── */
|
||||
--m-site-blue: 5 108 242; /* #056CF2 - Bleu Châtellerault */
|
||||
--m-site-yellow: 243 203 0; /* #F3CB00 - Jaune Saint-Jean */
|
||||
--m-site-green: 116 191 4; /* #74BF04 - Vert Pommevic */
|
||||
|
||||
--m-radius: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user