Move all into newgui/
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// material design elevation for all dashboard components
|
||||
export const cardElevation: string = "mat-elevation-z2";
|
||||
export const dataTableElevation: string = "mat-elevation-z0";
|
||||
|
||||
export const colors: Map<string, string> = new Map([
|
||||
["blue", "#0891D1"],
|
||||
["yellow", "#FFC400"],
|
||||
["green", "#56C568"],
|
||||
["grey", "#DDDDDD"],
|
||||
["red", "#EB5757"]
|
||||
]);
|
||||
Reference in New Issue
Block a user