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