merged 0300 and 0120

This commit is contained in:
Marco Kühn 2021-11-26 13:30:51 +01:00
parent dc1b1643d8
commit 5a4a1e70e8
2 changed files with 1 additions and 19 deletions

View File

@ -1,18 +0,0 @@
GridPane{
-fx-background-color: #282C34;
-fx-margin: 10px;
}
Label{
-fx-text-fill: white;
}
.main-btn{
-fx-background-color: #ffffff;
-fx-text-fill: white;
-fx-background-radius: 5em;
-fx-min-width: 40px;
-fx-min-height: 40px;
-fx-max-width: 40px;
-fx-max-height: 40px;
}

View File

@ -5,7 +5,7 @@ GridPane{
-fx-font-family: Segoe UI;
-fx-border-insets: 1;
-fx-border-color: white;
-fx-border-color: #B0B0B0;
-fx-border-style: solid;
-fx-border-width: 2;
-fx-effect: dropshadow(three-pass-box, rgba(100, 100, 100, 1), 24, 0.5, 0, 0);