app/assets/stylesheets/binco.scss in binco-0.0.3 vs app/assets/stylesheets/binco.scss in binco-2.0.1
- old
+ new
@@ -1,10 +1,13 @@
@import "bootstrap-sprockets";
-@import "bootstrap-overrides";
@import "bootstrap";
@import "select2";
@import "select2-bootstrap";
-@import "bootstrap-datepicker3.css";
+@import "bootstrap-datepicker3";
.field_with_errors {
@extend .has-error;
+
+ .form-control {
+ border-width: 1px;
+ }
}