@policystudio/policy-studio-ui-vue 1.1.90-beta.56 → 1.1.90-beta.58
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.
|
@@ -975,7 +975,7 @@ video {
|
|
|
975
975
|
margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
|
|
976
976
|
}
|
|
977
977
|
.psui-el-tab-header.layout-policy-design button {
|
|
978
|
-
padding: 8px
|
|
978
|
+
padding: 8px 2px 10px 0px;
|
|
979
979
|
margin-right: 8px;
|
|
980
980
|
}
|
|
981
981
|
.psui-el-tab-header.layout-policy-design button {
|
|
@@ -1042,16 +1042,19 @@ video {
|
|
|
1042
1042
|
--tw-text-opacity: 1;
|
|
1043
1043
|
color: rgb(52 64 74/var(--tw-text-opacity));
|
|
1044
1044
|
}
|
|
1045
|
+
.psui-el-tab-header.layout-policy-design button > div {
|
|
1046
|
+
margin-right: 0.25rem;
|
|
1047
|
+
}
|
|
1045
1048
|
.psui-el-tab-header.layout-policy-design button > div {
|
|
1046
1049
|
--tw-text-opacity: 1;
|
|
1047
1050
|
color: rgb(121 132 144/var(--tw-text-opacity));
|
|
1048
1051
|
}
|
|
1049
1052
|
.psui-el-tab-header.layout-policy-design button > span {
|
|
1050
|
-
|
|
1053
|
+
line-height: 120%;
|
|
1054
|
+
font-size: 14px;
|
|
1051
1055
|
}
|
|
1052
1056
|
.psui-el-tab-header.layout-policy-design button > span {
|
|
1053
|
-
font-
|
|
1054
|
-
line-height: 130%;
|
|
1057
|
+
font-weight: 700;
|
|
1055
1058
|
}
|
|
1056
1059
|
.psui-el-tab-header.layout-policy-design button > span {
|
|
1057
1060
|
--tw-text-opacity: 1;
|
package/package.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
@apply psui-space-x-2;
|
|
26
26
|
|
|
27
27
|
button {
|
|
28
|
-
padding: 8px
|
|
28
|
+
padding: 8px 2px 10px 0px;
|
|
29
29
|
margin-right:8px;
|
|
30
30
|
@apply psui-flex psui-items-center psui-relative;
|
|
31
31
|
|
|
@@ -57,11 +57,13 @@
|
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
> div {
|
|
60
|
-
@apply psui-text-gray-50;
|
|
60
|
+
@apply psui-text-gray-50 psui-mr-1;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
> span {
|
|
64
|
-
|
|
64
|
+
line-height: 120%;
|
|
65
|
+
font-size: 14px;
|
|
66
|
+
@apply psui-text-gray-60 psui-font-bold;
|
|
65
67
|
}
|
|
66
68
|
}
|
|
67
69
|
}
|