@transfermarkt/global-styles 1.34.1 → 1.35.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.34.1",
3
+ "version": "1.35.0",
4
4
  "description": "Shared styles and Global configuration for stylelint rules of the Transfermarkt projects",
5
5
  "author": "Transfermarkt",
6
6
  "license": "MIT",
@@ -426,6 +426,10 @@
426
426
  stroke-width: 1.2;
427
427
  }
428
428
 
429
+ &--alone {
430
+ padding: 0 !important;
431
+ }
432
+
429
433
  &::before {
430
434
  transform: rotate(180deg);
431
435
  }
@@ -89,6 +89,8 @@ $tm-colors: (
89
89
  'whisper': #e9e9e9,
90
90
  // the new $rivergrey
91
91
  'white-smoke': #f0f0f0,
92
+ 'white-transparent-light': #ffffff1a,
93
+ 'white-half': #ffffff80,
92
94
  // reds
93
95
  'red': #8f1a29,
94
96
  'danger': #d10414,
@@ -108,6 +110,7 @@ $tm-colors: (
108
110
  'warning-dark-new': #ab1744,
109
111
  'warning-light-new': #ffedea,
110
112
  'pale-chestnut': #e6a8ae,
113
+ 'red-base': #ef1717,
111
114
  // yellows
112
115
  'yellow': #efa93b,
113
116
  'sunflower': #e6b40a,