consistent font-familes across input-fields

This commit is contained in:
Felix Hamann 2018-07-01 15:39:27 +02:00
parent 50f088c9ca
commit 1d63e9a068

View File

@ -68,6 +68,7 @@ input[type*="time"] {
border: 1px solid transparent;
border-radius: 4px;
font-size: 1rem;
font-family: var(--font-base);
line-height: 1.5;
padding: 4px 13px;
}
@ -104,11 +105,12 @@ textarea {
width: 100%;
height: 170px;
max-width: 600px;
font-size: 1rem;
line-height: 1.5;
color: #363636;
background-color: #f3f3f3;
padding: 4px 13px;
font-size: 1rem;
font-family: var(--font-base);
-webkit-appearance: none;
appearance: none;
border: 1px solid #dbdbdb;