BathHacked/energy-sparks

View on GitHub
app/assets/stylesheets/alert_editor.scss

Summary

Maintainability
Test Coverage

select.colours option[value="negative"] {
  background: $bg-negative;
}

select.colours option[value="neutral"] {
  background: $bg-neutral;
}

select.colours option[value="positive"] {
  background: $bg-positive;
}

.width-400 {
  width: 400px;
}