aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/infobox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/infobox.scss')
-rw-r--r--src/styles/infobox.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/styles/infobox.scss b/src/styles/infobox.scss
index ad363314d..7ab094058 100644
--- a/src/styles/infobox.scss
+++ b/src/styles/infobox.scss
@@ -31,6 +31,11 @@
31 color: #FFF; 31 color: #FFF;
32 } 32 }
33 33
34 &.infobox--warning {
35 background: $theme-brand-warning;
36 color: #FFF;
37 }
38
34 .mdi { 39 .mdi {
35 margin-right: 10px; 40 margin-right: 10px;
36 } 41 }