mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-05 23:51:48 -05:00
17 lines
302 B
Plaintext
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%;
|
|
} |