diff --git a/src/scss/cdb-components/shapes/move.scss b/src/scss/cdb-components/shapes/move.scss index 3cde123..1d6c720 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-move { padding: 1px 0 0; } -.CDB-Shape-Move.is-small { +.CDB-Shape-move.is-small { padding: 3px 0 0 1px; - .CDB-Shape-MoveItem { + .CDB-Shape-moveItem { height: 2px; margin-bottom: 2px; @@ -110,7 +110,7 @@ Description } } -.CDB-Shape-MoveItem { +.CDB-Shape-moveItem { height: 3px; margin-bottom: 3px; @@ -135,21 +135,21 @@ Description } } -.CDB-Shape-MoveItem.is-blue { +.CDB-Shape-moveItem--blue { &::before, &::after { background: $cBlue; } } -.CDB-Shape-MoveItem.is-white { +.CDB-Shape-moveItem--white { &::before, &::after { background: $cWhite; } } -.CDB-Shape-MoveItem.is-grey { +.CDB-Shape-moveItem--grey { &::before, &::after { background: $cHoverLine;