github.com/turtlemonvh/terraform@v0.6.9-0.20151204001754-8e40b6b855e8/website/source/assets/stylesheets/_variables.scss (about)

     1  //
     2  // Variables
     3  // --------------------------------------------------
     4  
     5  
     6  // Global values
     7  // --------------------------------------------------
     8  
     9  $jumbotron-height:  		    804px;
    10  $header-height:  		   	    90px;
    11  $jumbotron-color:  			    #fff;
    12  $btn-border-radius:   		  4px;
    13  $el-border-radius:   		    6px;
    14  $negative-hero-margin: 		  -70px;
    15  // colors
    16  // -------------------------
    17  
    18  $white: 					      #fff;
    19  $black:                 #000;
    20  $light-black: 					#242424;
    21  $orange:                #e78c5b;
    22  $blue:                  #5b7fe7;
    23  $green:                 #5be764;
    24  $gray-darker: 				  #555;
    25  $gray: 						      #777;
    26  $gray-light:   				  #939393;
    27  $gray-lighter:   			  #979797;
    28  $red: 						      #dd4e58;
    29  $red-dark:            	#c5454e;
    30  $purple:   					    #822ff7;
    31  $light-purple:				  #f7f3f9;
    32  $btn-color:  				    #4592C5;
    33  
    34  
    35  // Scaffolding
    36  // -------------------------
    37  $body-bg:               	#fff;
    38  $text-color:            	$gray;
    39  
    40  // Links
    41  // -------------------------
    42  $link-color:            	$red-dark;
    43  $link-hover-color:      	darken($link-color, 15%);
    44  
    45  // Typography
    46  // -------------------------
    47  $font-family-lato:  	 	'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
    48  $font-family-open-sans: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
    49  $font-weight-lato-xl:  	300;
    50  $font-weight-lato-reg:  300;
    51  $font-weight-lato-sb:  	500;
    52  $font-weight-lato-xb:  	700;
    53  $font-weight-open:  		$font-weight-lato-reg;
    54  
    55  
    56  $text-shadow: 				1px 1px 1px #000;
    57  $shadow: 					    $text-shadow;