mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-10 08:14:52 +00:00
Fix font-family on input fields
This commit is contained in:
parent
f91c35daa9
commit
e6c895b873
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ $input-size: 32px;
|
|||
transition: $swift-ease-out;
|
||||
transition-property: font-size;
|
||||
color: rgba(#000, .54);
|
||||
font-family: $font-roboto;
|
||||
font-size: 1px;
|
||||
line-height: $input-size;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue