github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/ui/app/styles/core/level.scss (about) 1 .level { 2 .level-item { 3 &.is-pulled-right { 4 justify-content: flex-end; 5 } 6 7 &.is-pulled-left { 8 justify-content: flex-start; 9 } 10 } 11 }