1
0
Fork 0
find-us-lunch/app/assets/stylesheets/custom.css.scss

19 lines
242 B
SCSS

@import 'bootstrap-sprockets';
@import 'bootstrap';
body {
padding-top: 70px;
}
#form-errors {
color: #f00;
ul {
list-style: none;
margin: 0 0 18px 0;
}
}
.field_with_errors {
@extend .form-group;
@extend .has-error;
}