open-consul/website/source/assets/stylesheets/_variables.scss

61 lines
1.8 KiB
SCSS
Raw Normal View History

2014-10-06 23:11:52 +00:00
//
// Variables
// --------------------------------------------------
// Global values
// --------------------------------------------------
2015-11-09 21:48:29 +00:00
$jumbotron-height: 540px;
$header-height: 92px;
$jumbotron-total-height: 542px; //jumbo+header
$jumbotron-color: #fff;
$btn-border-radius: 4px;
$el-border-radius: 6px;
$negative-hero-margin: -93px;
$large-negative-hero-margin: -154px;
2014-10-06 23:11:52 +00:00
// colors
// -------------------------
2015-11-09 21:48:29 +00:00
$white: #fff;
$black: #242424;
$gray-darker: #555;
$gray: #777;
$gray-light: #939393;
$gray-lighter: #979797;
$red: #dd4e58;
$red-dark: #c5454e;
$red-darker: #b03c44;
$tan: #f0f0e5;
$consul-gray: #909090;
$consul-footer-gray: #d7d4d7;
$purple: #69499a;
$light-purple: #f7f3f9;
$btn-color: #4592C5;
2014-10-06 23:11:52 +00:00
// Scaffolding
// -------------------------
2015-11-09 21:48:29 +00:00
$body-bg: #fff;
$text-color: $gray;
2014-10-06 23:11:52 +00:00
// Links
// -------------------------
2015-11-09 21:48:29 +00:00
$link-color: $red-dark;
$link-hover-color: darken($link-color, 15%);
2014-10-06 23:11:52 +00:00
// Typography
// -------------------------
$font-family-open-sans: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-klavika: "klavika-web", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-mono: "Courier New", Monaco, Menlo, Consolas, monospace;
2017-02-21 23:11:57 +00:00
$font-weight-xl: 100;
$font-weight-reg: 300;
$font-weight-sb: 500;
$font-weight-xb: 700;
$font-weight-open: $font-weight-reg;
2014-10-06 23:11:52 +00:00
2015-11-09 21:48:29 +00:00
$text-shadow: 1px 1px 1px #000;
$shadow: $text-shadow;