mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 20:20:06 -03:30
Tweaked smart status icon styling to prevent overlap with action buttons
This commit is contained in:
@@ -11,14 +11,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.SmartStatus-icon {
|
.SmartStatus-icon {
|
||||||
width: 16px;
|
width: 14px;
|
||||||
height: 16px;
|
height: 14px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.SmartStatus-iconDirectionPlaceholder {
|
.SmartStatus-iconDirectionPlaceholder {
|
||||||
width: 16px;
|
width: 14px;
|
||||||
height: 8px;
|
height: 7px;
|
||||||
border: 1px solid #d7d7d7;
|
border: 1px solid #d7d7d7;
|
||||||
background: #f2f2f2;
|
background: #f2f2f2;
|
||||||
}
|
}
|
||||||
@@ -32,8 +32,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.SmartStatus-iconIndicator {
|
.SmartStatus-iconIndicator {
|
||||||
width: 16px;
|
width: 14px;
|
||||||
height: 8px;
|
height: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SmartStatus-iconIndicator--success {
|
.SmartStatus-iconIndicator--success {
|
||||||
@@ -45,8 +45,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.SmartStatus-iconPlaceholder {
|
.SmartStatus-iconPlaceholder {
|
||||||
height: 15px;
|
height: 14px;
|
||||||
width: 15px;
|
width: 14px;
|
||||||
border: 1px solid #d7d7d7;
|
border: 1px solid #d7d7d7;
|
||||||
background: #f2f2f2;
|
background: #f2f2f2;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user