@angular-schule/workshop-styles

Some common styles for our workshop projects

Usage no npm install needed!

<script type="module">
  import angularSchuleWorkshopStyles from 'https://cdn.skypack.dev/@angular-schule/workshop-styles';
</script>

README

workshop-styles

Some common styles for our workshop projects

Includes

  • Bootstrap CSS
  • Common form styles
    • feedback classes .feedback-error and .feedback-success (and their aliases .feedback-red and .feedback-green)
    • Angular form styles for .ng-valid et al
  • Button styles
    • shortcut aliases for bootstrap buttons with right margin: .btn-red, .btn-green, .btn-yellow, .btn-blue, .btn-grey,
    • disabled button style with cursor

Install

npm install @angular-schule/workshop-styles

in styles.scss

@import '~@angular-schule/workshop-styles/index';