theforeman/foreman

View on GitHub
webpack/assets/javascripts/react_app/components/hosts/powerStatus/PowerStatus.scss

Summary

Maintainability
Test Coverage
.host-power-status {
  &.on {
    color: #3f9c35;
  }

  &.off {
    color: #c00;
  }

  &.na {
    color: #8b8d8f;
  }
}