22 lines
328 B
CSS
22 lines
328 B
CSS
@import "./constants.css";
|
|
|
|
#header{
|
|
-fx-background-color: #3f51b5;
|
|
}
|
|
|
|
#header_menu{
|
|
|
|
-fx-min-width: -v-header-height;
|
|
-fx-max-width: -v-screen-width;
|
|
|
|
-fx-min-height: -v-header-height;
|
|
-fx-pref-height: -v-header-height;
|
|
-fx-max-height: -v-header-height;
|
|
}
|
|
|
|
.header_menu_item{
|
|
|
|
-fx-scale-x: 0.5;
|
|
-fx-scale-y: 0.5;
|
|
|
|
} |