@angular-schule/workshop-styles
v1.6.2
Published
Some common styles for our workshop projects
Downloads
286
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
- feedback classes
- 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
- shortcut aliases for bootstrap buttons with right margin:
Install
npm install @angular-schule/workshop-styles
in styles.scss
@use '@angular-schule/workshop-styles/index';