font for transfer table heading enlarged

changed the heading type from h5 to h4 to enlarge it without
altering the appearance of other h5's. This was done because
the current font size made locating the text amongst the many
larger elements on the page, this change allows a user to
quickly identify the purpose of the sections below.

Closes-Bug #1743683

Change-Id: I992ed598d59e4fef6baa18139288782003a1ade3
This commit is contained in:
Simon Collins 2018-01-17 16:39:12 +13:00
parent 0ab99a1963
commit 735e45855b
1 changed files with 8 additions and 2 deletions

View File

@ -4,8 +4,14 @@
}
.transfer-heading{
@extend h5;
font-size: $font-size-h5;
@extend h4;
font-size: $font-size-h4;
.help-text{
@extend h5;
font-size: $font-size-h5;
}
}
.transfer-section {