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

20 lines
332 B
SCSS

/*
*= require rails_bootstrap_forms
*= require_self
*/
@import "bootswatch/paper/variables";
@import "bootstrap";
body { padding-top: $navbar-height; }
@import "bootswatch/paper/bootswatch";
@import "base";
@import "font-awesome";
$nprogress-color: darken(#4285F4, 25%);
@import 'nprogress';
@import 'nprogress-bootstrap';