general-library-union 2.3.71 → 2.3.72
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
|
@@ -141,10 +141,11 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
141
141
|
margin: 0;
|
|
142
142
|
|
|
143
143
|
@include breakpoint(large) {
|
|
144
|
-
font-size:
|
|
144
|
+
font-size: 8rem;
|
|
145
145
|
-webkit-text-stroke: 0.99rem transparent;
|
|
146
146
|
-webkit-background-clip: text;
|
|
147
147
|
background-clip: text;
|
|
148
|
+
text-align: left;
|
|
148
149
|
}
|
|
149
150
|
}
|
|
150
151
|
|
|
@@ -157,7 +158,8 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
157
158
|
|
|
158
159
|
|
|
159
160
|
@include breakpoint(large) {
|
|
160
|
-
font-size:
|
|
161
|
+
font-size: 2.5rem;
|
|
162
|
+
color: var(--color-600);
|
|
161
163
|
}
|
|
162
164
|
}
|
|
163
165
|
|
|
@@ -240,7 +242,7 @@ color: var(--color-700);
|
|
|
240
242
|
}
|
|
241
243
|
|
|
242
244
|
img {
|
|
243
|
-
max-width:
|
|
245
|
+
max-width: 32rem;
|
|
244
246
|
width: 100%;
|
|
245
247
|
}
|
|
246
248
|
|
|
@@ -151,23 +151,25 @@ body {
|
|
|
151
151
|
margin: 0;
|
|
152
152
|
|
|
153
153
|
@include breakpoint(large) {
|
|
154
|
-
font-size:
|
|
154
|
+
font-size: 8rem;
|
|
155
155
|
-webkit-text-stroke: 0.99rem transparent;
|
|
156
156
|
-webkit-background-clip: text;
|
|
157
157
|
background-clip: text;
|
|
158
|
+
text-align: left;
|
|
158
159
|
}
|
|
159
160
|
}
|
|
160
161
|
|
|
161
162
|
h5 {
|
|
162
|
-
font-size:
|
|
163
|
+
font-size: 2.5rem;
|
|
163
164
|
font-weight: 500;
|
|
164
165
|
margin: 0;
|
|
165
166
|
margin-bottom: 20px;
|
|
166
|
-
text-align:
|
|
167
|
+
text-align: left;
|
|
167
168
|
|
|
168
169
|
|
|
169
170
|
@include breakpoint(large) {
|
|
170
|
-
font-size:
|
|
171
|
+
font-size: 2.5rem;
|
|
172
|
+
color: var(--color-600);
|
|
171
173
|
}
|
|
172
174
|
}
|
|
173
175
|
|
|
@@ -234,7 +236,7 @@ body {
|
|
|
234
236
|
}
|
|
235
237
|
|
|
236
238
|
img {
|
|
237
|
-
max-width:
|
|
239
|
+
max-width: 32rem;
|
|
238
240
|
width: 100%;
|
|
239
241
|
}
|
|
240
242
|
|