@asd20/ui 3.2.950 → 3.2.951
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
|
@@ -377,11 +377,11 @@ $accent: var(--color__accent);
|
|
|
377
377
|
}
|
|
378
378
|
}
|
|
379
379
|
&::v-deep .small-dot {
|
|
380
|
-
width: space(0.
|
|
381
|
-
height: space(0.
|
|
380
|
+
width: space(0.3);
|
|
381
|
+
height: space(0.3);
|
|
382
382
|
.title::before {
|
|
383
|
-
width:
|
|
384
|
-
height:
|
|
383
|
+
width: 8px;
|
|
384
|
+
height: 8px;
|
|
385
385
|
}
|
|
386
386
|
}
|
|
387
387
|
}
|