github.com/blixtra/nomad@v0.7.2-0.20171221000451-da9a1d7bb050/ui/app/styles/components/status-text.scss (about)

     1  .status-text {
     2    &.node-ready {
     3      color: $nomad-green-dark;
     4    }
     5  
     6    &.node-down {
     7      color: $danger;
     8    }
     9  
    10    &.node-initializing {
    11      color: $grey;
    12    }
    13  }