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
|
|
|
|
2024-01-23 01:58:08 +08:00
|
|
|
.ExtensionManager-controlSection {
|
2022-07-24 21:02:13 +08:00
|
|
|
> .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
|
|
|
}
|
2024-01-23 01:58:08 +08:00
|
|
|
|
|
|
|
.ButtonGroup--full {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
> .Button:first-child {
|
|
|
|
flex-grow: 1;
|
|
|
|
text-align: start;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ConfigureAuth-hosts, .ConfigureComposer-repositories {
|
|
|
|
> .ButtonGroup {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.flarum-extension-manager-Page .SettingsGroups .Form {
|
|
|
|
max-height: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ExtensionManager-SettingsGroups {
|
|
|
|
display: flex;
|
|
|
|
column-count: 3;
|
|
|
|
column-gap: 30px;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
.FormSection {
|
|
|
|
min-width: 300px;
|
|
|
|
max-height: 500px;
|
|
|
|
min-height: 20vh;
|
|
|
|
max-width: 400px;
|
|
|
|
|
|
|
|
@media (max-width: 1209px) {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Form-controls {
|
|
|
|
margin-top: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ExtensionManager-warnings {
|
|
|
|
margin-bottom: 24px;
|
|
|
|
|
|
|
|
> .Alert {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|