Adding a ! to failed smart status circles (#5055)

This commit is contained in:
Michael Abashian 2017-01-31 00:01:23 -05:00 committed by Jake McDermott
parent 5362ee049b
commit 47b02fa2b2

View File

@ -26,6 +26,10 @@
padding: 0px;
}
.SmartStatus--failed:before {
content: "\f06a";
}
.SmartStatus--running{
color: @default-icon;
margin-top: 10px;