openaustralia/publicwhip

View on GitHub
app/assets/stylesheets/global/_alerts.scss

Summary

Maintainability
Test Coverage
.alert-container {
  .alert {
    margin-bottom: 0;
    border: 0;
  }
}

.alert-postnote {
  border-radius: 0;
  border-left: .5em solid $gray-lighter;
}