Skip to content

Commit 14440de

Browse files
authored
use font-type-30 on form-control (#516)
1 parent aba148b commit 14440de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scss/forms/form_group.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,12 @@
8080
}
8181

8282
.form-control {
83+
@include font-type-30;
8384
height: 2.25rem;
8485
}
8586

8687
textarea.form-control {
88+
@include font-type-30;
8789
height: auto;
8890
}
8991
}

0 commit comments

Comments
 (0)