diff --git a/src/scss/cdb-components/shapes/toogle-arrow.scss b/src/scss/cdb-components/shapes/toogle-arrow.scss
index 86f302a..df2911a 100644
--- a/src/scss/cdb-components/shapes/toogle-arrow.scss
+++ b/src/scss/cdb-components/shapes/toogle-arrow.scss
@@ -1,5 +1,5 @@
/* SG
-# Shapes/Toogle Arrows
+# Shapes/Toggle Arrows
Description
@@ -7,17 +7,17 @@ Description
16px
@@ -27,17 +27,17 @@ Description
12px
@@ -47,17 +47,17 @@ Description
16px
@@ -67,25 +67,26 @@ Description
12px
```
*/
@import '../../cdb-variables/colors';
+@import '../../cdb-variables/sizes';
-.CDB-ArrowToogle {
+.CDB-ArrowToggle {
position: relative;
height: 100%;
@@ -113,11 +114,14 @@ Description
}
}
-.CDB-ArrowToogle.is-down {
+.CDB-ArrowToggle.is-down {
transform: rotate(180deg);
}
-.CDB-ArrowToogle.is-small {
+.CDB-ArrowToggle.is-small {
+ width: $baseSize * 2;
+ height: $baseSize * 2;
+
&::before {
left: 2px;
width: 8px;
@@ -128,7 +132,7 @@ Description
}
}
-.CDB-ArrowToogle.is-blue {
+.CDB-ArrowToggle.is-blue {
&::before {
background: $cBlue;
}
@@ -137,7 +141,7 @@ Description
}
}
-.CDB-ArrowToogle.is-white {
+.CDB-ArrowToggle.is-white {
&::before {
background: $cWhite;
}
diff --git a/src/scss/cdb-components/step.scss b/src/scss/cdb-components/step.scss
index b98f120..460edc7 100644
--- a/src/scss/cdb-components/step.scss
+++ b/src/scss/cdb-components/step.scss
@@ -16,7 +16,7 @@
@@ -30,7 +30,7 @@
@@ -45,7 +45,7 @@