@transfermarkt/global-styles 1.11.0 → 1.12.0
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/package.json
CHANGED
|
@@ -219,12 +219,12 @@
|
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
&--success {
|
|
222
|
-
background-color: tm-color('success
|
|
223
|
-
color: tm-color('success-
|
|
222
|
+
background-color: tm-color('success');
|
|
223
|
+
color: tm-color('success-light');
|
|
224
224
|
|
|
225
225
|
&:hover {
|
|
226
|
-
background-color: tm-color('success-
|
|
227
|
-
color: tm-color('success
|
|
226
|
+
background-color: tm-color('success-light');
|
|
227
|
+
color: tm-color('success');
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
}
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
&--success {
|
|
312
|
-
color: tm-color('success-
|
|
312
|
+
color: tm-color('success-light');
|
|
313
313
|
|
|
314
314
|
&:hover {
|
|
315
315
|
color: tm-color('success-light');
|