2014-04-30 16:15:54 +00: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 15:49:01 +00:00
|
|
|
|
|
|
|
&.form-control-mini {
|
2014-06-03 15:32:22 +00:00
|
|
|
font-size: 12px;
|
2014-06-02 15:49:01 +00:00
|
|
|
}
|
2014-04-30 16:15:54 +00: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 23:46:32 +00:00
|
|
|
|
|
|
|
textarea.form-control {
|
|
|
|
height: 130px;
|
|
|
|
}
|