@lab-anssi/ui-kit 1.23.1 → 1.23.2
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.
package/dist/lab/Bouton.svelte
CHANGED
|
@@ -44,6 +44,7 @@ export let actif = true;
|
|
|
44
44
|
font-family: Marianne, arial, sans-serif;
|
|
45
45
|
cursor: pointer;
|
|
46
46
|
justify-content: center;
|
|
47
|
+
text-align: center;
|
|
47
48
|
font-style: normal;
|
|
48
49
|
font-weight: 500;
|
|
49
50
|
}
|
|
@@ -114,7 +115,6 @@ export let actif = true;
|
|
|
114
115
|
}
|
|
115
116
|
.bouton.tertiaire, .bouton.tertiaire-sans-bordure {
|
|
116
117
|
color: var(--bouton-secondaire-tertiaire-couleur-texte);
|
|
117
|
-
text-align: center;
|
|
118
118
|
background: white;
|
|
119
119
|
border-radius: var(--bouton-arrondi);
|
|
120
120
|
}
|
package/dist/lab/Lien.svelte
CHANGED
|
@@ -135,6 +135,7 @@ export let actif = true;
|
|
|
135
135
|
font-family: Marianne, arial, sans-serif;
|
|
136
136
|
cursor: pointer;
|
|
137
137
|
justify-content: center;
|
|
138
|
+
text-align: center;
|
|
138
139
|
font-style: normal;
|
|
139
140
|
font-weight: 500;
|
|
140
141
|
}
|
|
@@ -224,7 +225,6 @@ export let actif = true;
|
|
|
224
225
|
|
|
225
226
|
.bouton.tertiaire, .bouton.tertiaire-sans-bordure {
|
|
226
227
|
color: var(--bouton-secondaire-tertiaire-couleur-texte);
|
|
227
|
-
text-align: center;
|
|
228
228
|
background: white;
|
|
229
229
|
border-radius: var(--bouton-arrondi);
|
|
230
230
|
}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
font-family: Marianne, arial, sans-serif;
|
|
6
6
|
cursor: pointer;
|
|
7
7
|
justify-content: center;
|
|
8
|
+
text-align: center;
|
|
8
9
|
|
|
9
10
|
font-style: normal;
|
|
10
11
|
font-weight: 500;
|
|
@@ -97,7 +98,6 @@
|
|
|
97
98
|
&.tertiaire,
|
|
98
99
|
&.tertiaire-sans-bordure {
|
|
99
100
|
color: $bouton-secondaire-tertiaire-couleur-texte;
|
|
100
|
-
text-align: center;
|
|
101
101
|
background: white;
|
|
102
102
|
border-radius: $bouton-arrondi;
|
|
103
103
|
|