github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/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  }