mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 14:39:30 -02:30
* The non-refactored credentials code has been returned to its original location. Inventories and Jobs pull in Credentials based on its original location in the file structure. * Apply margin to individual inputs instead of panels to have consistent spacing at more narrow resolutions. * Add placeholder for a Lookup component which will be necessary to let users select an org for the credential.
25 lines
354 B
Plaintext
25 lines
354 B
Plaintext
.at-Panel {
|
|
margin: @at-space-6x 0 0 0;
|
|
padding: @at-space-6x;
|
|
border-color: @at-gray-dark;
|
|
}
|
|
|
|
.at-Panel-heading {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.at-Panel-dismiss {
|
|
.at-mixin-ButtonIcon();
|
|
text-align: right;
|
|
}
|
|
|
|
.at-Panel-body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.at-Panel-headingTitle {
|
|
.at-mixin-Heading(@at-font-size-3x);
|
|
}
|