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-12-29 06:47:10 -08:00
|
|
|
*= require jquery.guillotine
|
2015-01-03 07:51:57 -08:00
|
|
|
*= require sweet-alert
|
2015-01-03 10:43:51 -08:00
|
|
|
*= require_self
|
2014-08-01 06:27:08 -07:00
|
|
|
*/
|
2014-11-02 10:02:53 -08:00
|
|
|
|
2014-12-01 11:06:26 -08:00
|
|
|
@import url(https://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";
|
|
|
|
|
2015-01-12 06:53:14 -08:00
|
|
|
html.turbolinks-progress-bar::before {
|
|
|
|
background-color: darken($navbar-inverse-bg, 15%) !important;
|
|
|
|
box-shadow: 0px 0px 10px darken($navbar-inverse-bg, 15%), 0px 0px 5px darken($navbar-inverse-bg, 15%);
|
|
|
|
height: 2px !important;
|
|
|
|
}
|
2015-01-13 12:27:39 -08:00
|
|
|
|
2015-01-13 12:53:47 -08:00
|
|
|
$navbar-inverse-bg: #5e35b1;
|
|
|
|
$navbar-inverse-link-color: #ffffff;
|
|
|
|
$navbar-inverse-link-hover-color: #bfbfbf;
|
|
|
|
$navbar-inverse-link-hover-bg: transparent;
|
|
|
|
$navbar-inverse-link-active-color: #bfbfbf;
|
|
|
|
$navbar-inverse-link-active-bg: darken($navbar-inverse-bg, 6.5%);
|
|
|
|
$navbar-inverse-link-disabled-color: darken(#fff, 12.5%);
|
|
|
|
$navbar-inverse-link-disabled-bg: transparent;
|
|
|
|
$navbar-inverse-brand-color: $navbar-inverse-link-color;
|
|
|
|
$navbar-inverse-brand-hover-color: darken($navbar-inverse-link-color, 10%);
|
|
|
|
$navbar-inverse-brand-hover-bg: transparent;
|
|
|
|
$navbar-inverse-toggle-hover-bg: #512da8;
|
|
|
|
$navbar-inverse-toggle-icon-bar-bg: #7e57c2;
|
|
|
|
$navbar-inverse-toggle-border-color: #512da8;
|