Add organization change-control workflow
This commit is contained in:
@@ -31,6 +31,19 @@
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.organizations-change-request {
|
||||
display: inline-grid;
|
||||
gap: 4px;
|
||||
min-width: 220px;
|
||||
color: var(--muted);
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.organizations-change-request input {
|
||||
min-height: 36px;
|
||||
}
|
||||
|
||||
.organizations-section-grid {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
|
||||
@@ -148,6 +161,24 @@
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.organizations-muted {
|
||||
margin: 0;
|
||||
color: var(--muted);
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.organizations-identity-picker {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.organizations-identity {
|
||||
display: grid;
|
||||
gap: 2px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.organizations-id {
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user