12 lines
159 B
SCSS
12 lines
159 B
SCSS
|
.level {
|
||
|
.level-item {
|
||
|
&.is-pulled-right {
|
||
|
justify-content: flex-end;
|
||
|
}
|
||
|
|
||
|
&.is-pulled-left {
|
||
|
justify-content: flex-start;
|
||
|
}
|
||
|
}
|
||
|
}
|