@policystudio/policy-studio-ui-vue 1.1.49 → 1.1.50
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/dist/css/psui_styles.css
CHANGED
|
@@ -3012,8 +3012,8 @@ video {
|
|
|
3012
3012
|
|
|
3013
3013
|
.psui-el-switch.disabled .psui-el-switch-button {
|
|
3014
3014
|
--bg-opacity: 1;
|
|
3015
|
-
background-color: #
|
|
3016
|
-
background-color: rgba(
|
|
3015
|
+
background-color: #D6DDE5;
|
|
3016
|
+
background-color: rgba(214, 221, 229, var(--bg-opacity));
|
|
3017
3017
|
}
|
|
3018
3018
|
|
|
3019
3019
|
.psui-el-switch.size-big {
|
package/package.json
CHANGED