@transfermarkt/global-styles 1.48.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.48.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 {
@@ -2053,6 +2061,76 @@
2053
2061
  }
2054
2062
  }
2055
2063
 
2064
+ &__plus {
2065
+ padding-right: rem-calc(24);
2066
+
2067
+ @include tm-icon-generate('plus');
2068
+
2069
+ &--large {
2070
+ @include tm-icon-size(16px);
2071
+
2072
+ stroke-width: 1.8;
2073
+ }
2074
+
2075
+ &--medium {
2076
+ @include tm-icon-size(16px);
2077
+
2078
+ stroke-width: 1.5;
2079
+ }
2080
+
2081
+ &--small {
2082
+ @include tm-icon-size(14px);
2083
+
2084
+ stroke-width: 1.2;
2085
+ }
2086
+ }
2087
+
2088
+ &__plus-right {
2089
+ padding-left: rem-calc(24);
2090
+
2091
+ @include tm-icon-generate('plus', right);
2092
+
2093
+ &--large {
2094
+ @include tm-icon-size(16px);
2095
+
2096
+ stroke-width: 1.8;
2097
+ }
2098
+
2099
+ &--medium {
2100
+ @include tm-icon-size(16px);
2101
+
2102
+ stroke-width: 1.5;
2103
+ }
2104
+
2105
+ &--small {
2106
+ @include tm-icon-size(14px);
2107
+
2108
+ stroke-width: 1.2;
2109
+ }
2110
+ }
2111
+
2112
+ &__plus-both {
2113
+ @include tm-icon-generate('plus', both);
2114
+
2115
+ &--large {
2116
+ @include tm-icon-size(16px);
2117
+
2118
+ stroke-width: 1.8;
2119
+ }
2120
+
2121
+ &--medium {
2122
+ @include tm-icon-size(16px);
2123
+
2124
+ stroke-width: 1.5;
2125
+ }
2126
+
2127
+ &--small {
2128
+ @include tm-icon-size(14px);
2129
+
2130
+ stroke-width: 1.2;
2131
+ }
2132
+ }
2133
+
2056
2134
  &__white {
2057
2135
  @include tm-icon-color(white);
2058
2136
  }