BathHacked/energy-sparks

View on GitHub
app/components/notice_component/notice_component.scss

Summary

Maintainability
Test Coverage
.notice-component {
  background-color: $light !important;
  &.negative {
    border-left: 5px solid $new-red;
  }
  &.positive {
    border-left: 5px solid $green;
  }
  &.neutral {
    border-left: 5px solid $electric-light;
  }
}