view app/assets/stylesheets/app_bootstrap.scss @ 342:4048614cb4cf

Update rails and other gems.
author edogawaconan <me@myconan.net>
date Tue, 01 Jul 2014 00:36:08 +0900
parents 41b0903c9b2b
children
line wrap: on
line source

@import 'bootstrap';
@import 'sticky-footer';

// Rails support.
.field_with_errors {
  @extend .has-error;
}