Skip to content

Commit

Permalink
Adjust highlight box text size
Browse files Browse the repository at this point in the history
  • Loading branch information
vickymg authored and ushkarev committed Nov 15, 2016
1 parent 57a8f8e commit 6804c28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mtp_send_money/assets-src/stylesheets/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ $images-dir: '/static/images/';
@import 'views/bank-transfer-info';
@import 'views/check-details';
@import 'views/send-money';

// Govuk elements overrides

.govuk-box-highlight {
p, strong {
font-size: 18px;
}
}

0 comments on commit 6804c28

Please sign in to comment.