@maboussoleaidant/design-system 0.1.16 → 0.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -983,6 +983,8 @@ video {
|
|
|
983
983
|
* Styles de base pour le texte
|
|
984
984
|
*/
|
|
985
985
|
|
|
986
|
+
@layer base {
|
|
987
|
+
|
|
986
988
|
body {
|
|
987
989
|
font-family: var(--mba-font-family-text);
|
|
988
990
|
font-size: var(--mba-font-size-xs);
|
|
@@ -994,7 +996,6 @@ body {
|
|
|
994
996
|
}
|
|
995
997
|
|
|
996
998
|
/* Liens */
|
|
997
|
-
|
|
998
999
|
a {
|
|
999
1000
|
color: var(--mba-color-link);
|
|
1000
1001
|
transition: color var(--mba-transition-fast);
|
|
@@ -1005,19 +1006,21 @@ a:hover {
|
|
|
1005
1006
|
}
|
|
1006
1007
|
|
|
1007
1008
|
/* Focus visible pour accessibilité */
|
|
1008
|
-
|
|
1009
1009
|
:focus-visible {
|
|
1010
1010
|
outline: 2px solid var(--mba-color-primary-500);
|
|
1011
1011
|
outline-offset: 2px;
|
|
1012
1012
|
}
|
|
1013
1013
|
|
|
1014
1014
|
/* Selection */
|
|
1015
|
-
|
|
1016
1015
|
::selection {
|
|
1017
1016
|
background-color: var(--mba-color-primary-100);
|
|
1018
1017
|
color: var(--mba-color-primary-900);
|
|
1019
1018
|
}
|
|
1020
1019
|
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
/* end @layer base */
|
|
1023
|
+
|
|
1021
1024
|
/**
|
|
1022
1025
|
* MBA Design System - Composants
|
|
1023
1026
|
*
|