fix(admin-invites): add margin-top to create button, align save/delete buttons bottom with select via invisible label
This commit is contained in:
@@ -296,7 +296,7 @@ code { background: var(--bg); padding: .15rem .4rem; border-radius: 4px; font-si
|
||||
.aif-input:focus, .aif-select:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(37,99,235,.1); }
|
||||
.aif-short { width: 80px; }
|
||||
.aif-date { width: 180px; }
|
||||
.aif-btn-wrap { flex-direction: row; align-items: flex-end; gap: .4rem; padding-bottom: 1px; }
|
||||
.aif-btn-wrap { flex-direction: row; align-items: center; gap: .4rem; }
|
||||
.aif-btn { height: 2rem; }
|
||||
.aif-edit-num, .aif-edit-date { flex-direction: row; align-items: center; gap: .35rem; }
|
||||
.aif-edit-num .aif-input, .aif-edit-date .aif-input { width: 80px; flex: none; }
|
||||
|
||||
Reference in New Issue
Block a user