Moved from forms to OpenSans to avoid font mistakes
parent
6061da9c80
commit
fee41a8c0a
|
@ -16,10 +16,10 @@ input[type="number"],
|
||||||
input[type="password"],
|
input[type="password"],
|
||||||
input[type="email"],
|
input[type="email"],
|
||||||
input[type="date"],
|
input[type="date"],
|
||||||
|
input[type="password"],
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
@extend %large;
|
@extend %text;
|
||||||
@extend %title;
|
|
||||||
background: $whitish;
|
background: $whitish;
|
||||||
border: 1px solid $gray-light;
|
border: 1px solid $gray-light;
|
||||||
color: $grayer;
|
color: $grayer;
|
||||||
|
@ -30,9 +30,6 @@ textarea {
|
||||||
color: $gray-light;
|
color: $gray-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
input[type="password"] {
|
|
||||||
@extend %title;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
min-height: 10rem;
|
min-height: 10rem;
|
||||||
|
|
Loading…
Reference in New Issue