1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Tweaked smart status icon styling to prevent overlap with action buttons

This commit is contained in:
mabashian 2018-02-01 10:44:08 -05:00
parent f391b7ace4
commit db0b2e6cb6
No known key found for this signature in database
GPG Key ID: 436B8D5EDC704CE3

View File

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