From 025a0634e095ed218744ce34d71190fe94eda638 Mon Sep 17 00:00:00 2001 From: Vicky Gray Date: Mon, 14 Nov 2016 17:16:47 +0000 Subject: [PATCH] Adjust highlight box text size --- mtp_send_money/assets-src/stylesheets/app.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mtp_send_money/assets-src/stylesheets/app.scss b/mtp_send_money/assets-src/stylesheets/app.scss index 690ca5ea..8578374d 100644 --- a/mtp_send_money/assets-src/stylesheets/app.scss +++ b/mtp_send_money/assets-src/stylesheets/app.scss @@ -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; + } +} \ No newline at end of file