Build 2602261536: refine invite layouts and tighten UI
This commit is contained in:
@@ -4530,11 +4530,10 @@ button:hover:not(:disabled) {
|
||||
}
|
||||
|
||||
.invite-admin-tabbar {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 10px 12px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
align-items: start;
|
||||
gap: 8px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
@@ -4543,6 +4542,31 @@ button:hover:not(:disabled) {
|
||||
}
|
||||
|
||||
.invite-admin-tab-actions {
|
||||
width: 100%;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.invite-admin-stack {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.invite-admin-list-panel,
|
||||
.invite-admin-form-panel {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.profile-form-layout .invite-form-row-control > label {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.profile-form-layout .invite-form-row-control > label > span {
|
||||
color: #9ea7b6;
|
||||
font-size: 0.76rem;
|
||||
}
|
||||
|
||||
.profile-form-layout .admin-inline-actions {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
@@ -4692,3 +4716,44 @@ button:hover:not(:disabled) {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
/* Enterprise UI tightening pass */
|
||||
.admin-panel,
|
||||
.user-detail-panel,
|
||||
.user-directory-search-panel,
|
||||
.user-directory-bulk-panel,
|
||||
.user-directory-table,
|
||||
.invite-admin-summary-panel,
|
||||
.invite-admin-summary-row,
|
||||
.invite-form-row,
|
||||
.admin-list-item,
|
||||
.status-banner,
|
||||
.error-banner,
|
||||
.admin-segmented {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.admin-segmented button,
|
||||
.small-pill,
|
||||
.user-bulk-summary span,
|
||||
.admin-inline-actions button,
|
||||
.ghost-button,
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.signed-in-dropdown,
|
||||
.modal-card,
|
||||
.card,
|
||||
.admin-card,
|
||||
.summary-card {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.avatar-button,
|
||||
.theme-toggle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user