fix(admin-invites): create card uses form-card style, align save/delete with select via align-self flex-end
This commit is contained in:
@@ -289,7 +289,7 @@ code { background: var(--bg); padding: .15rem .4rem; border-radius: 4px; font-si
|
||||
/* Admin invite form */
|
||||
.admin-invite-form { display: flex; flex-wrap: wrap; gap: .5rem; align-items: flex-start; }
|
||||
.aif-row { display: flex; flex-direction: column; gap: .3rem; }
|
||||
.aif-field { display: flex; flex-direction: column; gap: .15rem; justify-content: flex-end; }
|
||||
.aif-field { display: flex; flex-direction: column; gap: .15rem; }
|
||||
.aif-grow { flex: 1 1 200px; min-width: 0; }
|
||||
.aif-label { font-size: .8rem; color: var(--text-muted); line-height: 1.2; }
|
||||
.aif-input, .aif-select { width: 100%; padding: .45rem .65rem; border: 1px solid var(--border); border-radius: 6px; font-size: .9rem; background: #fff; line-height: 1.3; }
|
||||
|
||||
Reference in New Issue
Block a user