houston/houston-core

View on GitHub
app/assets/stylesheets/houston/core/alerts.scss

Summary

Maintainability
Test Coverage
.alertify-log {
  background: rgba(9, 151, 196, 0.75);
  text-shadow: none;
}
.alertify-log.alertify-log-error {
  background: rgba(237, 36, 12, 0.75);
}
.alertify-log.alertify-log-success {
  background: rgba(50, 151, 50, 0.75);
}