mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Merge pull request #4852 from chrismeyersfsu/fix-3967
center the red and green balls
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user