@innovastudio/contentbuilder 1.0.55 → 1.0.59
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
|
@@ -3681,13 +3681,15 @@ button:focus {
|
|
|
3681
3681
|
fill: #fff;
|
|
3682
3682
|
}
|
|
3683
3683
|
.is-tool.is-row-tool .row-handle {
|
|
3684
|
-
|
|
3684
|
+
display: flex;
|
|
3685
|
+
height: 25px;
|
|
3686
|
+
justify-content: center;
|
|
3687
|
+
align-items: center;
|
|
3685
3688
|
background: #169af7;
|
|
3686
3689
|
}
|
|
3687
3690
|
.is-tool.is-row-tool .row-handle svg {
|
|
3688
3691
|
width: 13px;
|
|
3689
3692
|
height: 13px;
|
|
3690
|
-
margin-top: -2px;
|
|
3691
3693
|
}
|
|
3692
3694
|
.is-tool.is-row-tool .row-grideditor {
|
|
3693
3695
|
background: rgba(216, 200, 6, 0.9);
|
|
@@ -3723,13 +3725,15 @@ button:focus {
|
|
|
3723
3725
|
fill: #000;
|
|
3724
3726
|
}
|
|
3725
3727
|
.is-builder[gray] .is-tool.is-row-tool .row-handle {
|
|
3726
|
-
|
|
3728
|
+
display: flex;
|
|
3729
|
+
height: 27px;
|
|
3730
|
+
justify-content: center;
|
|
3731
|
+
align-items: center;
|
|
3727
3732
|
background: transparent;
|
|
3728
3733
|
}
|
|
3729
3734
|
.is-builder[gray] .is-tool.is-row-tool .row-handle svg {
|
|
3730
3735
|
width: 11px;
|
|
3731
3736
|
height: 11px;
|
|
3732
|
-
margin-top: -3px;
|
|
3733
3737
|
}
|
|
3734
3738
|
.is-builder[gray] .is-tool.is-row-tool .row-grideditor {
|
|
3735
3739
|
background: transparent;
|