remove list styles from option fields

This commit is contained in:
Andrew Croce 2018-07-25 13:10:05 -04:00
parent a315aef576
commit c7e42124c9

View File

@ -104,6 +104,21 @@
}
}
ul {
list-style: none;
margin: 0;
padding: 0;
> li {
margin: 0;
[type='radio'] + label,
[type='checkbox'] + label {
margin: 0;
}
}
}
label {
font-weight: normal;
margin: 0;