2014-08-01 06:27:08 -07:00
|
|
|
/*
|
2014-11-02 04:47:35 -08:00
|
|
|
*= require rails_bootstrap_forms
|
2014-11-28 12:35:44 -08:00
|
|
|
*= require growl
|
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-12-01 11:03:00 -08:00
|
|
|
@import url(http://fonts.googleapis.com/css?family=Exo+2:400,700);
|
2014-11-28 11:23:17 -08:00
|
|
|
@import "bootswatch/paper/variables";
|
|
|
|
|
2014-12-01 11:03:00 -08:00
|
|
|
$font-family-sans-serif: "Exo 2","Open Sans", "Helvetica Neue", Helvetica, "DejaVu Sans", Arial, sans-serif;
|
2014-11-28 12:17:50 -08:00
|
|
|
$font-family-serif: Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
|
|
|
|
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
|
|
|
|
$font-family-monospace: Monaco, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace;
|
|
|
|
$font-family-base: $font-family-sans-serif;
|
|
|
|
|
|
|
|
$font-size-base: 14px;
|
|
|
|
$font-size-large: ceil(($font-size-base * 1.25)); // ~18px
|
|
|
|
$font-size-small: ceil(($font-size-base * 0.85)); // ~12px
|
|
|
|
|
|
|
|
$font-size-h1: floor(($font-size-base * 2.6)); // ~36px
|
|
|
|
$font-size-h2: floor(($font-size-base * 2.15)); // ~30px
|
|
|
|
$font-size-h3: ceil(($font-size-base * 1.7)); // ~24px
|
|
|
|
$font-size-h4: ceil(($font-size-base * 1.25)); // ~18px
|
|
|
|
$font-size-h5: $font-size-base;
|
|
|
|
$font-size-h6: ceil(($font-size-base * 0.85)); // ~12px
|
|
|
|
|
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";
|
|
|
|
|
2014-08-01 02:55:50 -07:00
|
|
|
@import "base";
|
2014-11-02 10:02:53 -08:00
|
|
|
|
|
|
|
@import "font-awesome";
|
|
|
|
|
2014-11-28 12:41:32 -08:00
|
|
|
$nprogress-color: darken($navbar-inverse-bg, 15%);
|
2014-11-02 10:02:53 -08:00
|
|
|
@import 'nprogress';
|
2014-11-26 04:34:23 -08:00
|
|
|
@import 'nprogress-bootstrap';
|