consistent font-familes across input-fields
This commit is contained in:
parent
50f088c9ca
commit
1d63e9a068
@ -68,6 +68,7 @@ input[type*="time"] {
|
|||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
font-family: var(--font-base);
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
padding: 4px 13px;
|
padding: 4px 13px;
|
||||||
}
|
}
|
||||||
@ -104,11 +105,12 @@ textarea {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 170px;
|
height: 170px;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
font-size: 1rem;
|
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
color: #363636;
|
color: #363636;
|
||||||
background-color: #f3f3f3;
|
background-color: #f3f3f3;
|
||||||
padding: 4px 13px;
|
padding: 4px 13px;
|
||||||
|
font-size: 1rem;
|
||||||
|
font-family: var(--font-base);
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
border: 1px solid #dbdbdb;
|
border: 1px solid #dbdbdb;
|
||||||
|
|||||||
Reference in New Issue
Block a user