Updates form label style for checks/radios

This commit is contained in:
Jennifer Siegfried 2016-08-12 10:07:21 -06:00
parent fc3b27f0b9
commit 4298fadd2c

View File

@ -278,6 +278,11 @@ select {
}
.form-group-multiples { // radios, checks wrappers
margin-bottom: .5rem;
label {
font-style: normal;
font-weight: 300;
}
}
.button-group {