2017-03-30 22:35:47 +00:00
|
|
|
// Colors
|
|
|
|
$white: #FFFFFF;
|
|
|
|
$black: #000000;
|
|
|
|
$gray-darker: #555555;
|
|
|
|
|
2017-04-13 16:22:32 +00:00
|
|
|
$consul-red: #C62A71;
|
|
|
|
$consul-red-dark: #8C1C59;
|
2017-03-30 22:35:47 +00:00
|
|
|
$packer-blue: #1DAEFF;
|
|
|
|
$packer-blue-dark: #1D94DD;
|
2017-04-06 22:17:04 +00:00
|
|
|
$terraform-purple: #5C4EE5;
|
|
|
|
$terraform-purple-dark: #4040B2;
|
2017-03-30 22:35:47 +00:00
|
|
|
$vagrant-blue: #1563FF;
|
|
|
|
$vagrant-blue-dark: #104EB2;
|
|
|
|
$vault-black: #000000;
|
|
|
|
$vault-blue: #00ABE0;
|
|
|
|
$vault-gray: #919FA8;
|
2014-10-06 23:11:52 +00:00
|
|
|
|
|
|
|
// Typography
|
2017-04-06 22:41:12 +00:00
|
|
|
$font-family-klavika: 'klavika-web', Helvetica, sans-serif;
|
|
|
|
$font-family-open-sans: 'Open Sans', sans-serif;
|
|
|
|
$font-family-monospace: 'Fira Mono', monospace;
|
2017-03-30 22:35:47 +00:00
|
|
|
$font-size: 15px;
|
|
|
|
$font-weight-reg: 400;
|
|
|
|
$font-weight-bold: 600;
|
|
|
|
|
|
|
|
// Body
|
|
|
|
$body-font-color: $gray-darker;
|
2017-04-13 16:22:32 +00:00
|
|
|
$body-link-color: $consul-red;
|
2017-03-30 22:35:47 +00:00
|
|
|
|
|
|
|
// Home
|
|
|
|
$home-header-background-color: transparent;
|
|
|
|
$home-header-link-color: $gray-darker;
|
|
|
|
$home-header-link-color-hover: $black;
|
|
|
|
|
|
|
|
// Sidebar
|
|
|
|
$sidebar-background-color: $white;
|
|
|
|
$sidebar-font-size: $font-size - 2;
|
|
|
|
$sidebar-link-color: $body-font-color;
|
|
|
|
$sidebar-link-color-hover: $black;
|
|
|
|
$sidebar-link-color-active: $body-link-color;
|
|
|
|
$sidebar-font-family: $font-family-open-sans;
|
|
|
|
$sidebar-font-weight: $font-weight-reg;
|
|
|
|
|
|
|
|
// Header
|
2017-04-13 16:22:32 +00:00
|
|
|
$header-background-color: $consul-red;
|
2017-03-30 22:35:47 +00:00
|
|
|
$header-font-size: $font-size - 2;
|
|
|
|
$header-height: 92px;
|
|
|
|
$header-link-color: rgba($white, 0.85);
|
|
|
|
$header-link-color-hover: $white;
|
2017-06-04 05:30:21 +00:00
|
|
|
$header-font-family: $font-family-klavika;
|
2017-03-30 22:35:47 +00:00
|
|
|
|
|
|
|
// Footer
|
|
|
|
$footer-font-size: $font-size - 2;
|
|
|
|
$footer-link-color: $body-font-color;
|
|
|
|
$footer-link-color-hover: $black;
|
|
|
|
|
|
|
|
// Button
|
|
|
|
$button-background: $white;
|
|
|
|
$button-font-color: #7b8A8E;
|
|
|
|
$button-font-family: $font-family-klavika;
|
|
|
|
$button-font-size: $font-size;
|
|
|
|
$button-font-weight: $font-weight-bold;
|
2017-04-13 16:22:32 +00:00
|
|
|
$button-primary-background: $consul-red;
|
2017-03-30 22:35:47 +00:00
|
|
|
$button-primary-font-color: $white;
|