Allow selecting a role when creating an invitation

Includes some reorganization and prettification of the creation form.
This commit is contained in:
Matthew Wild
2024-04-16 21:16:06 +01:00
parent ed6f413c18
commit 4bdcb46a8a
8 changed files with 113 additions and 23 deletions

View File

@@ -259,6 +259,13 @@ div.form.layout-expanded {
margin: 0;
}
fieldset.descriptive-radio-selection {
p {
margin-top: 0;
margin-bottom: $w-s2;
}
}
input[type="radio"] + label, input[type="checkbox"] + label {
font-weight: inherit;
color: inherit;
@@ -363,6 +370,10 @@ div.form.layout-expanded {
margin-left: 0.25em;
}
.radio-button-ext {
margin-left: 0.5rem;
}
div.select-wrap {
display: block;
border-bottom: $w-s4 solid $primary-500;