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

20 lines
242 B
SCSS
Raw Normal View History

2014-10-15 13:56:55 -04:00
@import 'bootstrap-sprockets';
@import 'bootstrap';
2014-10-02 17:06:30 -04:00
body {
padding-top: 70px;
}
2014-10-15 13:56:55 -04:00
#form-errors {
color: #f00;
ul {
list-style: none;
margin: 0 0 18px 0;
}
}
.field_with_errors {
@extend .form-group;
@extend .has-error;
}