github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/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 }