Revision 59944
Added by Konstantinos Triantafyllou almost 4 years ago
modules/uoa-aggregator-portal/trunk/angular.json | ||
---|---|---|
28 | 28 |
], |
29 | 29 |
"styles": [ |
30 | 30 |
"src/styles.css", |
31 |
"src/material.scss", |
|
31 | 32 |
"node_modules/datatables.net-dt/css/jquery.dataTables.css" |
32 | 33 |
], |
33 | 34 |
"scripts": [ |
modules/uoa-aggregator-portal/trunk/src/material.scss | ||
---|---|---|
1 |
@import '~@angular/material/theming'; |
|
2 |
@include mat-core(); |
|
3 |
$my-app-primary: mat-palette($mat-gray, 900); |
|
4 |
$my-app-accent: mat-palette($mat-light-green, 700); |
|
5 |
|
|
6 |
$my-app-theme: mat-light-theme($my-app-primary, $my-app-accent); |
|
7 |
|
|
8 |
@include angular-material-theme($my-app-theme); |
|
9 |
|
modules/uoa-aggregator-portal/trunk/src/styles.css | ||
---|---|---|
1 | 1 |
/* You can add global styles to this file, and also import other style files */ |
2 |
@import '~@angular/material/prebuilt-themes/indigo-pink.css'; |
|
3 |
|
|
4 |
|
|
5 | 2 |
@import "assets/common-assets/common/theme.css"; |
6 | 3 |
@import "assets/common-assets/common/custom.css"; |
7 | 4 |
@import "assets/common-assets/library.css"; |
Also available in: Unified diff
[Aggregator | Trunk]: Add material css