Fix: font-size property
This commit is contained in:
parent
e509529735
commit
52b7f383e0
|
@ -12,7 +12,7 @@
|
||||||
border: none;
|
border: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
font: 16px;
|
font-size: 16px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
border-bottom: 1px solid var(--secondary-text-color);
|
border-bottom: 1px solid var(--secondary-text-color);
|
||||||
|
|
Loading…
Reference in New Issue