Common styles for our workshop projects at Angular.Schule. This package is meant to be used in the workshop example projects only.
Includes
- Bootstrap CSS
- Common form styles
- Angular form styles for
.ng-valid
et al - feedback classes
.feedback-error
and.feedback-success
(and their aliases.feedback-red
and.feedback-green
)
- Angular form styles for
- 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:
- primary color Angular purple
npm install @angular-schule/workshop-styles
in styles.scss
@use '@angular-schule/workshop-styles/index';