@transfermarkt/global-styles 1.49.0 → 1.50.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.49.0",
3
+ "version": "1.50.0",
4
4
  "description": "Shared styles and Global configuration for stylelint rules of the Transfermarkt projects",
5
5
  "author": "Transfermarkt",
6
6
  "license": "MIT",
@@ -528,6 +528,10 @@
528
528
  stroke-width: 1.2;
529
529
  }
530
530
 
531
+ &--alone {
532
+ padding: 0 !important;
533
+ }
534
+
531
535
  &::before {
532
536
  transform: rotate(180deg);
533
537
  }
@@ -555,6 +559,10 @@
555
559
 
556
560
  stroke-width: 1.2;
557
561
  }
562
+
563
+ &--alone {
564
+ padding: 0 !important;
565
+ }
558
566
  }
559
567
 
560
568
  &__chevron-both {