valor-software/angular2-bootstrap

View on GitHub
demo/src/app/components/+alerts/demos/styling-global/styling-global.html

Summary

Maintainability
Test Coverage
<style>
  .alert-md-color {
    background-color: #7B1FA2;
    border-color: #4A148C;
    color: #fff;
  }
</style>
<alert type="md-color">
  <strong>Well done!</strong> You successfully read this important alert message.
</alert>