font family for input
This commit is contained in:
parent
a577b706d1
commit
4a60cb1d8e
|
@ -131,6 +131,7 @@
|
||||||
.newScreenVisible {
|
.newScreenVisible {
|
||||||
height: calc(100vh - 58px);
|
height: calc(100vh - 58px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.screens {
|
.screens {
|
||||||
height: 212px;
|
height: 212px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -159,6 +160,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.input {
|
.input {
|
||||||
|
font-family: var(--font-sans);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
color: var(--ink);
|
color: var(--ink);
|
||||||
|
|
Loading…
Reference in New Issue