Merge pull request #4852 from chrismeyersfsu/fix-3967

center the red and green balls
This commit is contained in:
Chris Meyers
2017-01-20 13:57:23 -05:00
committed by GitHub

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;
}