website init

This commit is contained in:
Benjamin Ifland
2019-03-23 14:13:18 +01:00
parent 8842a192c7
commit 14a033a56c
54 changed files with 11443 additions and 1 deletions

11
WEB/src/styles.less Normal file
View File

@@ -0,0 +1,11 @@
/* You can add global styles to this file, and also import other style files */
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
tbody {
tr:hover {
cursor: pointer;
td {
color: #ff9900;
}
}
}