From 38e87b1af07d335b48b7d35ccf1fbe17cef41faf Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 28 Jun 2018 11:59:49 -0400 Subject: [PATCH] breach report styling --- src/scss/styles.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/scss/styles.scss b/src/scss/styles.scss index fecda1a402..ab28e121f9 100644 --- a/src/scss/styles.scss +++ b/src/scss/styles.scss @@ -384,6 +384,12 @@ app-two-factor-recovery { } } +app-breach-report { + .list-group-item h3 { + font-size: $font-size-lg; + } +} + #duo-frame { background: url('../images/loading.svg') 0 0 no-repeat; height: 330px;