* change css styleclass of dialogue headings to `label-large`
* remove newly introduced style class `label-medium`
This commit is contained in:
Armin Schrenk
2020-11-23 16:14:31 +01:00
parent e72d32f2d1
commit 6381227897
4 changed files with 2 additions and 12 deletions

View File

@@ -105,11 +105,6 @@
-fx-font-size: 1.5em;
}
.label-medium {
-fx-font-family: 'Open Sans SemiBold';
-fx-font-size: 1.2em;
}
.label-small {
-fx-font-size: 0.8em;
}

View File

@@ -105,11 +105,6 @@
-fx-font-size: 1.5em;
}
.label-medium {
-fx-font-family: 'Open Sans SemiBold';
-fx-font-size: 1.2em;
}
.label-small {
-fx-font-size: 0.8em;
}

View File

@@ -26,7 +26,7 @@
<FontAwesome5IconView styleClass="glyph-icon-white" glyph="TIMES" glyphSize="24"/>
</StackPane>
<VBox spacing="6">
<Label styleClass="label-medium" text="%lock.fail.heading"/>
<Label styleClass="label-large" text="%lock.fail.heading"/>
<FormattedLabel format="%lock.fail.message" arg1="${controller.vaultName}" wrapText="true"/>
</VBox>
</HBox>

View File

@@ -27,7 +27,7 @@
<FontAwesome5IconView styleClass="glyph-icon-white" glyph="EXCLAMATION" glyphSize="24"/>
</StackPane>
<VBox spacing="6">
<Label styleClass="label-medium" text="%lock.forced.heading"/>
<Label styleClass="label-large" text="%lock.forced.heading"/>
<FormattedLabel format="%lock.forced.message" arg1="${controller.vaultName}" wrapText="true"/>
</VBox>
</HBox>