@@ -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;
@@ -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>
@@ -27,7 +27,7 @@
<FontAwesome5IconView styleClass="glyph-icon-white" glyph="EXCLAMATION" glyphSize="24"/>
- <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"/>