From 14717e338482cceb0f417d4af20a22fb165d6bc5 Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Tue, 8 Sep 2020 18:37:34 -0500 Subject: Update style of modal title New style guide uses h4 style for modal title Signed-off-by: Dixsie Wolmers Change-Id: I440ff224b24de788086a33b5a0df7ad464d22096 --- src/assets/styles/bmc/custom/_modal.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/assets') diff --git a/src/assets/styles/bmc/custom/_modal.scss b/src/assets/styles/bmc/custom/_modal.scss index a34a11bf..e2fa0cd8 100644 --- a/src/assets/styles/bmc/custom/_modal.scss +++ b/src/assets/styles/bmc/custom/_modal.scss @@ -4,4 +4,9 @@ color: theme-color("dark"); opacity: 1; } -} \ No newline at end of file + .modal-title { + font-size: 1.25rem; + font-weight: normal; + line-height: 1.3; + } +} -- cgit v1.2.3