open-nomad/ui/app/styles/core/level.scss
Alex Dadgar e5ec915ac3 sync
2017-09-19 10:08:23 -05:00

12 lines
159 B
SCSS

.level {
.level-item {
&.is-pulled-right {
justify-content: flex-end;
}
&.is-pulled-left {
justify-content: flex-start;
}
}
}