VPR-Frontend/hellofx/app/build/resources/main/client/style.css

18 lines
313 B
CSS
Raw Normal View History

2021-11-15 15:36:13 +01:00
GridPane{
-fx-background-color: #282C34;
2021-11-25 15:04:40 +01:00
-fx-margin: 10px;
2021-11-15 15:36:13 +01:00
}
2021-11-15 13:21:46 +01:00
2021-11-25 11:34:33 +01:00
Label{
-fx-text-fill: white;
}
2021-11-15 13:21:46 +01:00
.main-btn{
2021-11-15 15:36:13 +01:00
-fx-background-color: #ffffff;
2021-11-15 13:21:46 +01:00
-fx-text-fill: white;
2021-11-15 15:36:13 +01:00
-fx-background-radius: 5em;
-fx-min-width: 40px;
-fx-min-height: 40px;
-fx-max-width: 40px;
-fx-max-height: 40px;
2021-11-15 13:21:46 +01:00
}