@innovastudio/contentbuilder 1.5.64 → 1.5.65
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
|
@@ -4694,6 +4694,11 @@ button:focus-visible {
|
|
|
4694
4694
|
.is-ui .pickgradientcolor .label-saved {
|
|
4695
4695
|
margin-top: 20px;
|
|
4696
4696
|
}
|
|
4697
|
+
#_cbhtml .pickgradientcolor .label-gradient-colors,
|
|
4698
|
+
.is-ui .pickgradientcolor .label-gradient-colors {
|
|
4699
|
+
margin-top: 20px;
|
|
4700
|
+
margin-bottom: 10px;
|
|
4701
|
+
}
|
|
4697
4702
|
#_cbhtml .pickgradientcolor .div-saved,
|
|
4698
4703
|
.is-ui .pickgradientcolor .div-saved {
|
|
4699
4704
|
display: flex;
|
|
@@ -4851,7 +4856,7 @@ button:focus-visible {
|
|
|
4851
4856
|
width: 100%;
|
|
4852
4857
|
max-width: 600px;
|
|
4853
4858
|
height: 15px;
|
|
4854
|
-
margin:
|
|
4859
|
+
margin: 20px 0 15px -2px;
|
|
4855
4860
|
width: calc(100% - 28px);
|
|
4856
4861
|
}
|
|
4857
4862
|
#_cbhtml .gradient-slider-container .gradient-slider-container-shadow,
|
|
@@ -64237,7 +64237,7 @@ class GradientPicker {
|
|
|
64237
64237
|
<div class="label-saved">${this.out('Saved')}:</div>
|
|
64238
64238
|
<div class="div-saved"></div>
|
|
64239
64239
|
|
|
64240
|
-
<div class="label-
|
|
64240
|
+
<div class="label-gradient-colors">${this.out('Gradient Colors')}:</div>
|
|
64241
64241
|
|
|
64242
64242
|
<div class="gradient-slider" role="application"></div>
|
|
64243
64243
|
|