Newer
Older
/* General css for alle the main windows */
/*noinspection CssUnusedSymbol*/
.root {
-fx-pref-width: 1150;
-fx-pref-height: 600;
-fx-fill-height: true;
-fx-max-width: infinity;
-fx-font-size: 14;
}
#logoBar {
-fx-pref-height: 100;
-fx-max-width: infinity;
-fx-background-color: rgba(12, 76, 81, 1);
-fx-alignment: center;
}
#sideBar {
-fx-pref-width: 250;
}
#sideBarLabel {
-fx-pref-height: 17;
-fx-translate-x: 10;
-fx-max-height: infinity;
-fx-max-width: infinity;
-fx-font-family: Arial;
}
#sideBarLabelText {
-fx-pref-height: 17;
-fx-translate-x: 5;
-fx-max-height: infinity;
-fx-max-width: infinity;
-fx-font-family: Arial;
}
#sideBarButtonFinish {
-fx-translate-x: 5;
-fx-translate-y: 20;
-fx-pref-width: infinity;
-fx-pref-height: 25;
-fx-font-size: 20;
-fx-font-family: Arial;
-fx-background-color: rgba(104, 229, 59, 1);
}