angular-sass
The angular-sass library includes styling definitions for evan.network featured DApps. Install angular-sass to your project and reference the variable files and core stylings.
Features
- font-style: Open Sans
- Ionic Styles
- positioning & color sass variables
- evan.network start page & loading symbol
- alert style adjustments
- button styles
- content containers with dynamic sizes
- dashboard side panel style
- form specific stylings
- grid styles
- modal styles
- popover styles
- table styles
- tab styles
- Ionic adjustments
API Documentation and Tutorials
Installation
npm i @evan.network/ui-angular-libs
Usage
Include sass libs by importing files like to following:
@import "angular-sass/src/colors";
div.my-class {
background-color: $background-color;
}