web fixes
This commit is contained in:
@@ -83,6 +83,11 @@
|
||||
.form-grid label { display: grid; align-content: start; gap: 6px; color: #465267; font-size: 12px; }
|
||||
.form-grid label.wide { grid-column: 1 / -1; }
|
||||
.form-grid small { color: #7c8796; }
|
||||
/* Where a field would be, when the answer is the server's rather than the
|
||||
user's — a link's index, which the server always makes. It sits in the
|
||||
grid like the label it replaces. */
|
||||
.form-grid .field-note { display: grid; align-content: start; gap: 6px; color: #465267; font-size: 12px; }
|
||||
.form-grid .field-note p { margin: 0; }
|
||||
.form-actions { margin-top: 20px; display: flex; justify-content: end; align-items: center; gap: 14px; }
|
||||
.form-actions a { color: #59677a; }
|
||||
.form-actions button { padding: 9px 16px; border: 0; border-radius: 6px; color: white; background: #2563eb; cursor: pointer; }
|
||||
|
||||
Reference in New Issue
Block a user