You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
421 B
26 lines
421 B
.title {
|
|
-fx-font-size: 18px;
|
|
-fx-font-weight: bold;
|
|
}
|
|
|
|
.info {
|
|
-fx-text-fill: #2c7a7b;
|
|
}
|
|
|
|
VBox, HBox, GridPane {
|
|
-fx-padding: 16px;
|
|
}
|
|
|
|
Label, Button, TextField, PasswordField, RadioButton {
|
|
-fx-font-size: 14px;
|
|
}
|
|
|
|
.hint {
|
|
-fx-background-color: #eef5ff;
|
|
-fx-text-fill: #1a5fb4;
|
|
-fx-padding: 2 8 2 8;
|
|
-fx-border-color: #bcd3ff;
|
|
-fx-border-radius: 6;
|
|
-fx-background-radius: 6;
|
|
-fx-font-size: 12px;
|
|
} |