github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/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 }