Form style improved

stable
Xavier Julián 2014-07-30 12:36:54 +02:00
parent 5a8c635143
commit 59819b01de
1 changed files with 5 additions and 5 deletions

View File

@ -14,15 +14,14 @@ select,
textarea {
@extend %large;
@extend %title;
background: $gray-light;
border: 0;
background: $whitish;
border: 1px solid $gray-light;
color: $grayer;
//height: 40px;
margin: 0;
padding: 8px;
width: 100%;
@include placeholder {
color: $white;
color: $gray-light;
}
}
input[type="password"] {
@ -30,7 +29,8 @@ input[type="password"] {
}
textarea {
max-height: 10rem;
min-height: 10rem;
resize: vertical;
}
.checksley-error-list {