@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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.726",
8
+ "version": "3.2.727",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -188,11 +188,11 @@ export default {
188
188
  content: '>';
189
189
  display: block;
190
190
  border: 5px solid transparent;
191
- line-height: 3rem;
192
- font-size: 2rem;
191
+ line-height: 2.0625rem;
192
+ font-size: 1.5rem;
193
193
  font-weight: 700;
194
- width: 3rem;
195
- height: 3rem;
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
- // &::after {
269
- // width: 3rem;
270
- // height: 3rem;
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
  }