2022-07-24 21:02:13 +08:00
|
|
|
@import "admin/Label";
|
|
|
|
@import "admin/TaskOutputModal";
|
|
|
|
@import "admin/QueueSection";
|
|
|
|
@import "admin/ControlSection";
|
2021-09-25 20:59:59 +08:00
|
|
|
|
2022-07-24 21:02:13 +08:00
|
|
|
.PackageManager-controlSection, .PackageManager-queueSection {
|
|
|
|
> .container {
|
|
|
|
padding-bottom: 0;
|
2021-09-25 20:59:59 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-07-24 21:02:13 +08:00
|
|
|
.FormControl-container {
|
2021-09-25 20:59:59 +08:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2022-07-24 21:02:13 +08:00
|
|
|
flex-wrap: wrap;
|
|
|
|
gap: 4px;
|
2021-11-24 06:02:56 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.Form-group--danger {
|
|
|
|
border: 2px solid var(--alert-error-bg);
|
|
|
|
border-radius: var(--border-radius);
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2022-07-24 21:02:13 +08:00
|
|
|
// @TODO add to core
|
|
|
|
.Checkbox--switch.disabled {
|
|
|
|
opacity: 0.6;
|
|
|
|
cursor: not-allowed;
|
2021-10-02 00:52:15 +08:00
|
|
|
}
|