github.com/manicqin/nomad@v0.9.5/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  }