style(design): FINDING-002 — increase checkbox size from 13px to 18px
This commit is contained in:
@@ -35,6 +35,14 @@ body {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ── Checkboxes — accessible size ────────────────── */
|
||||||
|
input[type="checkbox"] {
|
||||||
|
width: 1.125rem;
|
||||||
|
height: 1.125rem;
|
||||||
|
accent-color: var(--blue-600);
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
/* ── Top Navbar ──────────────────────────────────── */
|
/* ── Top Navbar ──────────────────────────────────── */
|
||||||
.top-navbar {
|
.top-navbar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
Reference in New Issue
Block a user