Merge "font for transfer table heading enlarged"

This commit is contained in:
Zuul 2018-02-01 04:55:44 +00:00 committed by Gerrit Code Review
commit 1443e6529f
1 changed files with 8 additions and 2 deletions

View File

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