mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #1103 from mabashian/1091-status-icons
Tweaked smart status icon styling to prevent overlap with action buttons
This commit is contained in:
commit
f39fa35d86
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user