anthonymidili/Recipedia

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

Summary

Maintainability
Test Coverage
.callout {
  &.alert {
    background-color: $red-dark;
    color: $white;
    border-radius: 15px;
  }
  &.primary {
    background-color: $blue-dark;
    color: $white;
    border-radius: 15px;
  }
}