Thinner check lines; second signature line toggle
- Halve all check line thicknesses (line_thick * 0.5) - Add second_signature column to account table with runtime migration - Account settings toggle: enables a second signature line drawn 0.25" above the primary signature line, matching its width and thickness
This commit is contained in:
@@ -305,6 +305,8 @@ td {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
.form-group.required label::after { content: ' *'; color: var(--danger); }
|
||||
.form-group-check { flex-direction: row; align-items: center; }
|
||||
.form-group-check label { text-transform: none; font-weight: normal; font-size: 12px; letter-spacing: 0; cursor: pointer; display: flex; align-items: center; gap: 6px; }
|
||||
|
||||
.form-group input {
|
||||
border: 1px solid var(--border);
|
||||
|
||||
Reference in New Issue
Block a user