github.com/emate/nomad@v0.8.2-wo-binpacking/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 }