@policystudio/policy-studio-ui-vue 1.1.90-beta.55 → 1.1.90-beta.57
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 {
|
|
@@ -1046,12 +1046,15 @@ video {
|
|
|
1046
1046
|
--tw-text-opacity: 1;
|
|
1047
1047
|
color: rgb(121 132 144/var(--tw-text-opacity));
|
|
1048
1048
|
}
|
|
1049
|
+
.psui-el-tab-header.layout-policy-design button > span {
|
|
1050
|
+
line-height: 120%;
|
|
1051
|
+
font-size: 14px;
|
|
1052
|
+
}
|
|
1049
1053
|
.psui-el-tab-header.layout-policy-design button > span {
|
|
1050
1054
|
margin-left: 0.25rem;
|
|
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
|
|
|
@@ -61,7 +61,9 @@
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
> span {
|
|
64
|
-
|
|
64
|
+
line-height: 120%;
|
|
65
|
+
font-size: 14px;
|
|
66
|
+
@apply psui-text-gray-60 psui-ml-1 psui-font-bold;
|
|
65
67
|
}
|
|
66
68
|
}
|
|
67
69
|
}
|