Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 608 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 608 Bytes

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

@use '@angular-schule/workshop-styles/index';