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="email"],
|
||||
input[type="date"],
|
||||
input[type="password"],
|
||||
select,
|
||||
textarea {
|
||||
@extend %large;
|
||||
@extend %title;
|
||||
@extend %text;
|
||||
background: $whitish;
|
||||
border: 1px solid $gray-light;
|
||||
color: $grayer;
|
||||
|
@ -30,9 +30,6 @@ textarea {
|
|||
color: $gray-light;
|
||||
}
|
||||
}
|
||||
input[type="password"] {
|
||||
@extend %title;
|
||||
}
|
||||
|
||||
textarea {
|
||||
min-height: 10rem;
|
||||
|
|
Loading…
Reference in New Issue