Skip to content
Snippets Groups Projects
styleSheet.css 405 B
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;
}