OPAGEZ-82
Sets font size for inputs.
This commit is contained in:
parent
d54da40797
commit
6f6cb49270
@ -197,3 +197,15 @@ select[multiple] {
|
||||
b, strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
input[type="email"],
|
||||
input[type="number"],
|
||||
input[type="search"],
|
||||
input[type="text"],
|
||||
input[type="tel"],
|
||||
input[type="url"],
|
||||
input[type="password"],
|
||||
textarea,
|
||||
select {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user