changed layout

This commit is contained in:
2021-11-15 15:36:13 +01:00
parent 23be5a1b91
commit 6971a42b39
3 changed files with 28 additions and 14 deletions

View File

@@ -1,6 +1,13 @@
GridPane{
-fx-background-color: #282C34;
}
.main-btn{
-fx-background-color: #424242;
-fx-background-color: #ffffff;
-fx-text-fill: white;
-fx-border-radius: 50em;
-fx-background-radius: 5em;
-fx-min-width: 40px;
-fx-min-height: 40px;
-fx-max-width: 40px;
-fx-max-height: 40px;
}