1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

form label font size

This commit is contained in:
codecalm
2019-09-09 12:20:05 +02:00
parent d8503db952
commit b1d8a01eb0

View File

@@ -7,7 +7,7 @@ textarea {
.form-label { .form-label {
display: block; display: block;
margin-bottom: .375rem; margin-bottom: .375rem;
font-size: $h5-font-size; font-size: $h6-font-size;
font-weight: 600; font-weight: 600;
} }