9 lines
94 B
SCSS
9 lines
94 B
SCSS
.nut-steps {
|
|
display: flex;
|
|
}
|
|
|
|
.nut-steps-vertical {
|
|
flex-flow: column;
|
|
height: 100%;
|
|
}
|