@abi-software/scaffoldvuer 0.4.0-vue3.2 → 0.4.0-vue3.3
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
|
@@ -2068,6 +2068,12 @@ export default {
|
|
|
2068
2068
|
|
|
2069
2069
|
.scaffold-container {
|
|
2070
2070
|
--el-color-primary: #8300BF;
|
|
2071
|
+
--el-color-primary-light-7: #dab3ec;
|
|
2072
|
+
--el-color-primary-light-8: #e6ccf2
|
|
2073
|
+
--el-color-primary-light-9: #f3e6f9;
|
|
2074
|
+
height: 100%;
|
|
2075
|
+
width: 100%;
|
|
2076
|
+
position: relative;
|
|
2071
2077
|
}
|
|
2072
2078
|
|
|
2073
2079
|
.time-slider-tooltip {
|