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

20 lines
332 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-11-08 10:29:41 -08:00
*= require_self
2014-08-01 06:27:08 -07:00
*/
2014-11-02 10:02:53 -08:00
2014-11-28 11:23:17 -08:00
@import "bootswatch/paper/variables";
2014-11-02 04:47:35 -08:00
@import "bootstrap";
body { padding-top: $navbar-height; }
2014-11-28 11:23:17 -08:00
@import "bootswatch/paper/bootswatch";
@import "base";
2014-11-02 10:02:53 -08:00
@import "font-awesome";
2014-11-26 04:34:23 -08:00
$nprogress-color: darken(#4285F4, 25%);
2014-11-02 10:02:53 -08:00
@import 'nprogress';
2014-11-26 04:34:23 -08:00
@import 'nprogress-bootstrap';