@transfermarkt/global-styles 1.48.0 → 1.49.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.49.0",
4
4
  "description": "Shared styles and Global configuration for stylelint rules of the Transfermarkt projects",
5
5
  "author": "Transfermarkt",
6
6
  "license": "MIT",
@@ -2053,6 +2053,76 @@
2053
2053
  }
2054
2054
  }
2055
2055
 
2056
+ &__plus {
2057
+ padding-right: rem-calc(24);
2058
+
2059
+ @include tm-icon-generate('plus');
2060
+
2061
+ &--large {
2062
+ @include tm-icon-size(16px);
2063
+
2064
+ stroke-width: 1.8;
2065
+ }
2066
+
2067
+ &--medium {
2068
+ @include tm-icon-size(16px);
2069
+
2070
+ stroke-width: 1.5;
2071
+ }
2072
+
2073
+ &--small {
2074
+ @include tm-icon-size(14px);
2075
+
2076
+ stroke-width: 1.2;
2077
+ }
2078
+ }
2079
+
2080
+ &__plus-right {
2081
+ padding-left: rem-calc(24);
2082
+
2083
+ @include tm-icon-generate('plus', right);
2084
+
2085
+ &--large {
2086
+ @include tm-icon-size(16px);
2087
+
2088
+ stroke-width: 1.8;
2089
+ }
2090
+
2091
+ &--medium {
2092
+ @include tm-icon-size(16px);
2093
+
2094
+ stroke-width: 1.5;
2095
+ }
2096
+
2097
+ &--small {
2098
+ @include tm-icon-size(14px);
2099
+
2100
+ stroke-width: 1.2;
2101
+ }
2102
+ }
2103
+
2104
+ &__plus-both {
2105
+ @include tm-icon-generate('plus', both);
2106
+
2107
+ &--large {
2108
+ @include tm-icon-size(16px);
2109
+
2110
+ stroke-width: 1.8;
2111
+ }
2112
+
2113
+ &--medium {
2114
+ @include tm-icon-size(16px);
2115
+
2116
+ stroke-width: 1.5;
2117
+ }
2118
+
2119
+ &--small {
2120
+ @include tm-icon-size(14px);
2121
+
2122
+ stroke-width: 1.2;
2123
+ }
2124
+ }
2125
+
2056
2126
  &__white {
2057
2127
  @include tm-icon-color(white);
2058
2128
  }