2014-04-30 12:15:54 -04:00
|
|
|
.form-group {
|
|
|
|
.form-control {
|
|
|
|
@include transition(border-color .2s ease-in-out);
|
|
|
|
@include transition(box-shadow .2s ease-in-out);
|
|
|
|
@include transition(border-color .2s ease-in-out);
|
2014-06-02 11:49:01 -04:00
|
|
|
|
|
|
|
&.form-control-mini {
|
2014-06-03 11:32:22 -04:00
|
|
|
font-size: 12px;
|
2014-06-02 11:49:01 -04:00
|
|
|
}
|
2014-04-30 12:15:54 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
&.valid {
|
|
|
|
.form-control {
|
|
|
|
border-color: $green-faded;
|
|
|
|
box-shadow: 0 0 5px $green-faded;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group-addon {
|
|
|
|
background-color: $gray-background;
|
|
|
|
}
|
|
|
|
}
|
2014-08-22 16:46:32 -07:00
|
|
|
|
|
|
|
textarea.form-control {
|
|
|
|
height: 130px;
|
|
|
|
}
|