Files
awx/awx/ui/client/features/_index.less
2019-04-02 11:22:23 -04:00

17 lines
302 B
Plaintext

@import 'portalMode/_index';
@import 'output/_index';
@import 'credentials/_index';
/** @define Popup Modal after create new token and applicaiton and save form */
.PopupModal {
display: flex;
}
.PopupModal-label {
font-weight: bold;
width: 130px;
}
.PopupModal-value {
width: 70%;
}