mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 04:30:05 -03:30
16 lines
281 B
Plaintext
16 lines
281 B
Plaintext
#instance-groups-panel {
|
|
table {
|
|
overflow: hidden;
|
|
}
|
|
.List-header {
|
|
margin-bottom: 20px;
|
|
}
|
|
.isActive {
|
|
border-left: 10px solid @list-row-select-bord;
|
|
}
|
|
.instances-list,
|
|
.instance-jobs-list {
|
|
margin-top: 20px;
|
|
}
|
|
}
|