github.com/diptanu/nomad@v0.5.7-0.20170516172507-d72e86cbe3d9/website/source/assets/stylesheets/_variables.scss (about)

     1  // Colors
     2  $white: #FFFFFF;
     3  $black: #000000;
     4  $gray: #555555;
     5  $gray-light: #CCCCCC;
     6  
     7  $consul-pink: #D62783;
     8  $consul-pink-dark: #961D59;
     9  $nomad-green: #2DAA86;
    10  $nomad-green-dark:#0E7A65;
    11  $nomad-green-light: #27C48D;
    12  $packer-blue: #1DAEFF;
    13  $packer-blue-dark: #1D94DD;
    14  $terraform-purple: #5C4EE5;
    15  $terraform-purple-dark: #4040B2;
    16  $vagrant-blue: #1563FF;
    17  $vagrant-blue-dark: #104EB2;
    18  $vault-black: #000000;
    19  $vault-blue: #00ABE0;
    20  $vault-gray: #919FA8;
    21  
    22  // Typography
    23  $font-family-klavika:   'klavika-web', Helvetica, sans-serif;
    24  $font-family-open-sans: 'Open Sans', sans-serif;
    25  $font-family-monospace: 'Fira Mono', monospace;
    26  $font-size:             15px;
    27  $font-weight-reg:       400;
    28  $font-weight-bold:      600;
    29  
    30  // Body
    31  $body-font-color: $gray;
    32  $body-link-color: $nomad-green;
    33  
    34  // Home
    35  $home-header-background-color: transparent;
    36  $home-header-link-color: $gray;
    37  $home-header-link-color-hover: $black;
    38  
    39  // Sidebar
    40  $sidebar-background-color: $white;
    41  $sidebar-font-size: $font-size - 2;
    42  $sidebar-link-color: $body-font-color;
    43  $sidebar-link-color-hover: $black;
    44  $sidebar-link-color-active: $body-link-color;
    45  $sidebar-font-family: $font-family-open-sans;
    46  $sidebar-font-weight: $font-weight-reg;
    47  
    48  // Header
    49  $header-background-color: $nomad-green;
    50  $header-font-size: $font-size - 2;
    51  $header-height: 92px;
    52  $header-link-color: rgba($white, 0.85);
    53  $header-link-color-hover: $white;
    54  
    55  // Footer
    56  $footer-font-size: $font-size - 2;
    57  $footer-link-color: $body-font-color;
    58  $footer-link-color-hover: $black;
    59  
    60  // Button
    61  $button-background: $white;
    62  $button-font-color: #7b8A8E;
    63  $button-font-family: $font-family-klavika;
    64  $button-font-size: $font-size;
    65  $button-font-weight: $font-weight-bold;
    66  $button-primary-background: $nomad-green;
    67  $button-primary-font-color: $white;