ecomlab-components-next 0.1.138 → 0.1.140

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.
@@ -82,7 +82,7 @@
82
82
  &__item-description {
83
83
  color: #333;
84
84
  font-family: "Golos Text";
85
- font-size: 17px;
85
+ font-size: 16px;
86
86
  font-style: normal;
87
87
  font-weight: 400;
88
88
  }
@@ -35,7 +35,7 @@
35
35
  &__title_card {
36
36
  color: #464853;
37
37
  font-family: Inter;
38
- font-size: 28px;
38
+ font-size: 24px;
39
39
  font-style: normal;
40
40
  font-weight: 700;
41
41
  }
@@ -209,10 +209,6 @@
209
209
  width: 100%;
210
210
  }
211
211
 
212
- &__description {
213
- font-size: 14px;
214
- }
215
-
216
212
  &__img-box {
217
213
  width: 100%;
218
214
  aspect-ratio: none;
@@ -67,7 +67,7 @@
67
67
  &__description {
68
68
  color: #333;
69
69
  font-family: "Golos Text";
70
- font-size: 18px;
70
+ font-size: 16px;
71
71
  font-style: normal;
72
72
  font-weight: 400;
73
73
  }
@@ -138,7 +138,7 @@
138
138
  }
139
139
 
140
140
  &__description {
141
- font-size: 16px;
141
+ font-size: 14px;
142
142
  }
143
143
  }
144
144
  }
@@ -34,12 +34,10 @@
34
34
 
35
35
  &__title {
36
36
  font-size: 28px;
37
- line-height: 32px
38
37
  }
39
38
 
40
39
  &__description {
41
- font-size: 20px;
42
- line-height: 30px
40
+ font-size: 16px;
43
41
  }
44
42
  }
45
43
  }
@@ -51,12 +49,6 @@
51
49
 
52
50
  &__title {
53
51
  font-size: 20px;
54
- line-height: 24px;
55
- }
56
-
57
- &__description {
58
- font-size: 14px;
59
- line-height: 20px;
60
52
  }
61
53
  }
62
54
  }
@@ -125,10 +125,6 @@
125
125
  font-size: 26px;
126
126
  }
127
127
 
128
- &__description {
129
- font-size: 14px;
130
- }
131
-
132
128
  .green-btn {
133
129
  margin-top: 20px;
134
130
  font-size: 16px !important;
@@ -94,7 +94,6 @@
94
94
  img {
95
95
  border-radius: 10px;
96
96
  max-width: max-content;
97
- width: 100%;
98
97
  height: auto;
99
98
  object-fit: cover;
100
99
  animation: fadeInUp 0.3s;
@@ -185,7 +184,7 @@
185
184
 
186
185
  img {
187
186
  width: 100%;
188
- max-width: 100%;
187
+ max-width: max-content;
189
188
  }
190
189
  }
191
190
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecomlab-components-next",
3
- "version": "0.1.138",
3
+ "version": "0.1.140",
4
4
  "description": "A set of common and reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "files": [