1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
.automation-script-modal pre {
max-height: 20em;
margin-bottom: 5px;
}
.automation-script-modal span.fa {
margin-right: 5px;
}
.automation-script-modal i.fa {
margin-right: 2px;
margin-left: 5px;
}
.automation-script-modal textarea {
min-height: 15rem;
}
.automation-script-modal .ansible-docs-link > svg {
padding-right: var(--pf-global--spacer--xs);
}
.green-icon {
color: var(--pf-global--success-color--100);
}
.pf-c-card.modifications-table .pf-c-card__header {
justify-content: space-between;
}
|