center the red and green balls

related to #3967
This commit is contained in:
Chris Meyers 2017-01-20 11:15:04 -05:00
parent 5afa2ab264
commit be3ff85500

View File

@ -14,13 +14,15 @@
.SmartStatus--success{
color: @default-succ;
margin-bottom: 20px;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
}
.SmartStatus--failed{
color: @default-err;
margin-top: 20px;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
}