@asd20/ui 3.2.726 → 3.2.727
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
|
@@ -188,11 +188,11 @@ export default {
|
|
|
188
188
|
content: '>';
|
|
189
189
|
display: block;
|
|
190
190
|
border: 5px solid transparent;
|
|
191
|
-
line-height:
|
|
192
|
-
font-size:
|
|
191
|
+
line-height: 2.0625rem;
|
|
192
|
+
font-size: 1.5rem;
|
|
193
193
|
font-weight: 700;
|
|
194
|
-
width:
|
|
195
|
-
height:
|
|
194
|
+
width: 2rem;
|
|
195
|
+
height: 2rem;
|
|
196
196
|
// border-top-color: var(--color__on-bg-default);
|
|
197
197
|
// border-right-color: var(--color__on-bg-default);
|
|
198
198
|
border: 2px solid #000000;
|
|
@@ -265,10 +265,12 @@ export default {
|
|
|
265
265
|
&__prev,
|
|
266
266
|
&__next {
|
|
267
267
|
width: space(3);
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
268
|
+
&::after {
|
|
269
|
+
width: 3rem;
|
|
270
|
+
height: 3rem;
|
|
271
|
+
line-height: 3.1rem;
|
|
272
|
+
font-size: 3rem;
|
|
273
|
+
}
|
|
272
274
|
}
|
|
273
275
|
}
|
|
274
276
|
}
|