mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-14 03:51:49 -05:00
* Add ability to configurably cache API responses per model * Fix general error display on credentials * Add current version from API to the documentation link
29 lines
457 B
Plaintext
29 lines
457 B
Plaintext
.at-Modal-body {
|
|
font-size: @at-font-size;
|
|
padding: @at-padding-panel 0;
|
|
}
|
|
|
|
.at-Modal-dismiss {
|
|
.at-mixin-ButtonIcon();
|
|
font-size: @at-font-size-modal-dismiss;
|
|
color: @at-color-icon-dismiss;
|
|
text-align: right;
|
|
}
|
|
|
|
.at-Modal-heading {
|
|
margin: 0;
|
|
overflow: visible;
|
|
|
|
& > .at-Modal-dismiss {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.at-Modal-title {
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
.at-mixin-Heading(@at-font-size-modal-heading);
|
|
}
|
|
|