From 947bced20e9566203bd30104b95ef2820cf02385 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Wed, 17 Jul 2019 22:34:32 -0400 Subject: [PATCH] Adding chart_bar_stacked icon for min/max temp announcement --- css/dashboard.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/dashboard.css b/css/dashboard.css index 754a0d4..2b50238 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -331,6 +331,7 @@ a.inverted:active { .icon.calendar_range:before { content: "\F678"; } .icon.cancel:before { content: "\F739"; } .icon.cash:before { content: "\F114"; } +.icon.chart_bar_stacked:before { content: "\F769"; } .icon.chart_bell_curve:before { content: "\FC2C"; } .icon.chart_line:before { content: "\F12A"; } .icon.check:before { content: "\F12C"; }