mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
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;
|
|
}
|
|
}
|
|
}
|