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

16px

-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
@@ -39,28 +48,37 @@ Description

12px

-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
@@ -69,14 +87,15 @@ 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; &::before { @@ -91,7 +110,8 @@ Description } } -.CDB-Shape-MoveItem { +.CDB-Shape-rectsHandleItem { + height: 3px; margin-bottom: 3px; &:last-child { @@ -115,16 +135,23 @@ Description } } -.CDB-Shape-MoveItem.is-blue { +.CDB-Shape-rectsHandleItem--blue { &::before, &::after { background: $cBlue; } } -.CDB-Shape-MoveItem.is-white { +.CDB-Shape-rectsHandleItem--white { &::before, &::after { background: $cWhite; } } + +.CDB-Shape-rectsHandleItem--grey { + &::before, + &::after { + background: $cHoverLine; + } +}