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="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;