Moved from forms to OpenSans to avoid font mistakes

stable
Xavier Julián 2014-10-30 17:49:01 +01:00
parent 6061da9c80
commit fee41a8c0a
1 changed files with 2 additions and 5 deletions

View File

@ -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;