fix: input lg font size (#34381)

This commit is contained in:
MadCcc 2022-03-09 17:08:29 +08:00 committed by GitHub
parent d12614fdbb
commit b199d9d2fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,10 @@
.input-lg() {
padding: @input-padding-vertical-lg @input-padding-horizontal-lg;
font-size: @font-size-lg;
input {
font-size: @font-size-lg;
}
}
.input-sm() {