github.com/ncodes/nomad@v0.5.7-0.20170403112158-97adf4a74fb3/website/source/assets/stylesheets/_variables.scss (about)

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