diff --git a/src/scss/cdb-components/shapes/move.scss b/src/scss/cdb-components/shapes/move.scss index 7e4b655..9d7cf25 100644 --- a/src/scss/cdb-components/shapes/move.scss +++ b/src/scss/cdb-components/shapes/move.scss @@ -7,37 +7,37 @@ Description

16px

-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
@@ -48,37 +48,37 @@ Description

12px

-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
@@ -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;