https://github.com/angular-schule/workshop-styles
Common styles for our workshop projects at Angular.Schule
https://github.com/angular-schule/workshop-styles
Last synced: 3 months ago
JSON representation
Common styles for our workshop projects at Angular.Schule
- Host: GitHub
- URL: https://github.com/angular-schule/workshop-styles
- Owner: angular-schule
- Created: 2018-03-13T20:25:56.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-07-31T17:56:26.000Z (10 months ago)
- Last Synced: 2025-07-31T20:55:39.133Z (10 months ago)
- Language: SCSS
- Homepage: https://www.npmjs.com/package/@angular-schule/workshop-styles
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/@angular-schule/workshop-styles)
[](http://opensource.org/licenses/MIT)
# workshop-styles
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`)
- 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
- primary color Angular purple
# Install
```
npm install @angular-schule/workshop-styles
```
in `styles.scss`
```
@use '@angular-schule/workshop-styles/index';
```