Checkboxes and radio buttons, now with enhanced clickability!

This commit is contained in:
ポール ウェッブ 2019-05-07 10:55:38 -05:00
commit 5c47c17183
4 changed files with 11 additions and 8 deletions
sass/init

View file

@ -197,8 +197,11 @@
}
label {
padding-left: var(--spacing-xs);
left: -2rem;
padding-left: var(--spacing-l);
position: relative;
transition: color 0.2s;
z-index: 1;
}
}