@@ -87,14 +87,14 @@ Description
@import '../../cdb-variables/colors';
-.CDB-Shape-move {
+.CDB-Shape-rectsHandle {
padding: 1px 0 0;
}
-.CDB-Shape-move.is-small {
+.CDB-Shape-rectsHandle.is-small {
padding: 3px 0 0 1px;
- .CDB-Shape-moveItem {
+ .CDB-Shape-rectsHandleItem {
height: 2px;
margin-bottom: 2px;
@@ -110,7 +110,7 @@ Description
}
}
-.CDB-Shape-moveItem {
+.CDB-Shape-rectsHandleItem {
height: 3px;
margin-bottom: 3px;
@@ -135,21 +135,21 @@ Description
}
}
-.CDB-Shape-moveItem--blue {
+.CDB-Shape-rectsHandleItem--blue {
&::before,
&::after {
background: $cBlue;
}
}
-.CDB-Shape-moveItem--white {
+.CDB-Shape-rectsHandleItem--white {
&::before,
&::after {
background: $cWhite;
}
}
-.CDB-Shape-moveItem--grey {
+.CDB-Shape-rectsHandleItem--grey {
&::before,
&::after {
background: $cHoverLine;