Merged in feature/VBV-343-inputfield-font (pull request #81)
Update input fields font feature
This commit is contained in:
commit
0174cdda75
|
|
@ -36,7 +36,9 @@ svg {
|
||||||
@apply fill-current;
|
@apply fill-current;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button,
|
||||||
|
input,
|
||||||
|
textarea {
|
||||||
font-feature-settings: "salt";
|
font-feature-settings: "salt";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue