Add support for habing two steps

This commit is contained in:
Luis Cielak
2018-09-17 15:04:52 -04:00
committed by luisgov
parent bc3cd8887b
commit 1381004f19
2 changed files with 7 additions and 1 deletions

View File

@@ -7,6 +7,12 @@
padding: 0;
}
&--two {
.progress-menu__item {
width: 49%;
}
}
&--three {
.progress-menu__item {
width: 32%;