"src/git@git.gvk.idi.ntnu.no:HermanDyrkorn/the-hurlers.git" did not exist on "bac05bfebe6582e57c8221309645c3748e0d6c09"
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: 300;
}