diff --git a/awx/ui/client/src/smart-status/smart-status.block.less b/awx/ui/client/src/smart-status/smart-status.block.less index 96ce93228f..01f9cfee65 100644 --- a/awx/ui/client/src/smart-status/smart-status.block.less +++ b/awx/ui/client/src/smart-status/smart-status.block.less @@ -11,14 +11,14 @@ } .SmartStatus-icon { - width: 16px; - height: 16px; + width: 14px; + height: 14px; } .SmartStatus-iconDirectionPlaceholder { - width: 16px; - height: 8px; + width: 14px; + height: 7px; border: 1px solid #d7d7d7; background: #f2f2f2; } @@ -32,8 +32,8 @@ } .SmartStatus-iconIndicator { - width: 16px; - height: 8px; + width: 14px; + height: 7px; } .SmartStatus-iconIndicator--success { @@ -45,8 +45,8 @@ } .SmartStatus-iconPlaceholder { - height: 15px; - width: 15px; + height: 14px; + width: 14px; border: 1px solid #d7d7d7; background: #f2f2f2; }