Skip to content

angular-schule/workshop-styles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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';