diff --git a/src/scss/cdb-components/shapes/move.scss b/src/scss/cdb-components/shapes/move.scss index db5a45f..3cde123 100644 --- a/src/scss/cdb-components/shapes/move.scss +++ b/src/scss/cdb-components/shapes/move.scss @@ -23,6 +23,15 @@ Description +
+
+
+
+
+
+
+
+
@@ -55,6 +64,15 @@ Description
+
+
+
+
+
+
+
+
+
@@ -77,6 +95,7 @@ Description padding: 3px 0 0 1px; .CDB-Shape-MoveItem { + height: 2px; margin-bottom: 2px; &::before { @@ -92,6 +111,7 @@ Description } .CDB-Shape-MoveItem { + height: 3px; margin-bottom: 3px; &:last-child { @@ -128,3 +148,10 @@ Description background: $cWhite; } } + +.CDB-Shape-MoveItem.is-grey { + &::before, + &::after { + background: $cHoverLine; + } +}