@policystudio/policy-studio-ui-vue 1.0.65 → 1.0.66
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
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
@layer components {
|
|
2
2
|
.psui-el-mini-tag {
|
|
3
|
-
@apply psui-flex psui-rounded-full psui-items-center psui-
|
|
3
|
+
@apply psui-flex psui-rounded-full psui-items-center psui-flex-row;
|
|
4
4
|
width: fit-content;
|
|
5
5
|
|
|
6
6
|
span {
|
|
7
7
|
@apply psui-w-full psui-font-bold psui-uppercase;
|
|
8
8
|
padding: 3px 8px 3px 8px;
|
|
9
9
|
font-size: 10px;
|
|
10
|
+
line-height: 100%;
|
|
10
11
|
letter-spacing: 0.5px;
|
|
11
12
|
}
|
|
12
13
|
|