Form style improved
parent
5a8c635143
commit
59819b01de
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue