Merge pull request #26 from cjfloss/fix-text-size
Fix: font-size property
This commit is contained in:
commit
ad565f8dbc
|
@ -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