@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transfermarkt/global-styles",
3
- "version": "1.11.0",
3
+ "version": "1.12.0",
4
4
  "description": "Shared styles and Global configuration for stylelint rules of the Transfermarkt projects",
5
5
  "author": "Transfermarkt",
6
6
  "license": "MIT",
@@ -219,12 +219,12 @@
219
219
  }
220
220
 
221
221
  &--success {
222
- background-color: tm-color('success-light-new');
223
- color: tm-color('success-new');
222
+ background-color: tm-color('success');
223
+ color: tm-color('success-light');
224
224
 
225
225
  &:hover {
226
- background-color: tm-color('success-new');
227
- color: tm-color('success-light-new');
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-new');
312
+ color: tm-color('success-light');
313
313
 
314
314
  &:hover {
315
315
  color: tm-color('success-light');