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

42 lines
1.5 KiB
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
*= require growl
2014-12-29 06:47:10 -08:00
*= require jquery.guillotine
2015-01-03 07:51:57 -08:00
*= require sweet-alert
*= 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";
@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;
}