Move all into newgui/

This commit is contained in:
Jakob Borg
2021-02-10 13:58:08 +01:00
parent 777a30e870
commit 472affb6a3
120 changed files with 0 additions and 0 deletions
+11
View File
@@ -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"]
]);