2017-07-26 09:43:45 +00:00
|
|
|
// ngx-datatable
|
|
|
|
@import '~@swimlane/ngx-datatable/release/index.css';
|
|
|
|
@import '~@swimlane/ngx-datatable/release/themes/material.css';
|
|
|
|
@import '~@swimlane/ngx-datatable/release/assets/icons.css';
|
|
|
|
|
|
|
|
// Perfect Scrollbar
|
2017-07-15 15:03:40 +00:00
|
|
|
@import "~perfect-scrollbar/src/css/main";
|
2017-07-26 09:43:45 +00:00
|
|
|
|
2017-07-12 12:35:07 +00:00
|
|
|
// Fuse
|
|
|
|
@import "fuse";
|
|
|
|
|
|
|
|
// Theming
|
|
|
|
@include mat-core();
|
|
|
|
|
|
|
|
// Include theme styles for core and each component used in your app.
|
|
|
|
// Alternatively, you can import and @include the theme mixins for each component
|
|
|
|
// that you are using.
|
|
|
|
@include angular-material-theme($theme);
|
|
|
|
|
|
|
|
// Override typography CSS classes (e.g., mat-h1, mat-display-1, mat-typography, etc.).
|
|
|
|
@include mat-base-typography($custom-typography);
|
|
|
|
|
|
|
|
// Override typography for a specific Angular Material components.
|
|
|
|
@include mat-checkbox-typography($custom-typography);
|
|
|
|
|
|
|
|
// Override typography for all Angular Material, including mat-base-typography and all components.
|
|
|
|
@include angular-material-typography($custom-typography);
|
|
|
|
|
|
|
|
// Partials
|
2017-07-13 14:43:22 +00:00
|
|
|
@import "partials/global";
|
2017-07-16 15:24:09 +00:00
|
|
|
@import "partials/_material";
|
2017-07-13 14:43:22 +00:00
|
|
|
@import "partials/angular-material-fix";
|
|
|
|
@import "partials/typography";
|
|
|
|
@import "partials/page-layouts";
|
2017-07-18 21:26:09 +00:00
|
|
|
@import "partials/navigation";
|
2017-07-15 15:03:40 +00:00
|
|
|
|
|
|
|
// Plugins
|
|
|
|
@import "partials/plugins/plugins";
|