From f6ac322edf9392d8e847ec3855eab4184b401b6c Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Tue, 24 Oct 2017 16:11:42 +0200 Subject: Add `warning` styles to infobox --- src/styles/infobox.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/styles/infobox.scss') 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 @@ color: #FFF; } + &.infobox--warning { + background: $theme-brand-warning; + color: #FFF; + } + .mdi { margin-right: 10px; } -- cgit v1.2.3-54-g00ecf