Retrospring/app/assets/stylesheets/application.css.scss

15 lines
291 B
SCSS
Raw Normal View History

2014-08-01 06:27:08 -07:00
/*
2014-11-02 04:47:35 -08:00
*= require rails_bootstrap_forms
2014-08-01 06:27:08 -07:00
*= require_self
*/
2014-11-02 10:02:53 -08:00
2014-11-02 04:47:35 -08:00
@import "bootswatch/flatly/variables";
@import "bootstrap";
body { padding-top: $navbar-height; }
@import "bootswatch/flatly/bootswatch";
@import "base";
2014-11-02 10:02:53 -08:00
@import "font-awesome";
@import 'nprogress';
@import 'nprogress-bootstrap';