Added GUI backbone (login and redirect to main stage)

This commit is contained in:
Sem van der Hoeven
2019-03-04 09:37:21 +01:00
parent 57bc183d40
commit 30e421d367
27 changed files with 463 additions and 36 deletions

6
src/GUI/LoginStyle.css Normal file
View File

@@ -0,0 +1,6 @@
.root {
-fx-background-color: #91daff;
}
#usertext {
-fx-text-fill: #670eed;
}