Make sure the label style for input text and radios match

This commit is contained in:
luis cielak
2018-08-08 13:54:10 -04:00
parent d582cf2a41
commit 74fc5f0ec9
2 changed files with 5 additions and 1 deletions

View File

@@ -100,6 +100,10 @@
padding: 0 0 $gap 0;
@include h4;
label {
font-weight: $font-bold;
}
.icon {
vertical-align: middle;
}