@transfermarkt/global-styles 1.34.0 → 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
|
@@ -132,6 +132,7 @@
|
|
|
132
132
|
color: tm-color('warning-new');
|
|
133
133
|
|
|
134
134
|
&--disabled {
|
|
135
|
+
background-color: tm-color('warning-light-new');
|
|
135
136
|
color: tm-color('white');
|
|
136
137
|
}
|
|
137
138
|
|
|
@@ -425,6 +426,10 @@
|
|
|
425
426
|
stroke-width: 1.2;
|
|
426
427
|
}
|
|
427
428
|
|
|
429
|
+
&--alone {
|
|
430
|
+
padding: 0 !important;
|
|
431
|
+
}
|
|
432
|
+
|
|
428
433
|
&::before {
|
|
429
434
|
transform: rotate(180deg);
|
|
430
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,
|