@policystudio/policy-studio-ui-vue 1.1.90-beta.54 → 1.1.90-beta.55
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.
|
@@ -969,6 +969,11 @@ video {
|
|
|
969
969
|
--tw-bg-opacity: 1;
|
|
970
970
|
background-color: rgb(230 236 242/var(--tw-bg-opacity));
|
|
971
971
|
}
|
|
972
|
+
.psui-el-tab-header.layout-policy-design > :not([hidden]) ~ :not([hidden]) {
|
|
973
|
+
--tw-space-x-reverse: 0;
|
|
974
|
+
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
975
|
+
margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
|
|
976
|
+
}
|
|
972
977
|
.psui-el-tab-header.layout-policy-design button {
|
|
973
978
|
padding: 8px 0px 10px 0px;
|
|
974
979
|
margin-right: 8px;
|
package/package.json
CHANGED