Form CSS changes

This commit is contained in:
James Brooks
2015-01-15 10:53:46 +00:00
parent a6b279bb84
commit 42c9b45322

View File

@@ -2,6 +2,11 @@ label {
font-size: 14px;
}
textarea {
resize: none;
overflow: auto;
}
.form-control {
display: block;
width: 100%;
@@ -13,7 +18,6 @@ label {
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
@include box-shadow(none !important);
@include transition(border-color ease-in-out .15s, box-shadow ease-in-out .15s);