This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.btn { | |
border: 1px solid #bfbfbf; | |
background: #f6f6f6; | |
// Typography | |
font-size: 1em; | |
text-shadow: 0px 1px 0px rgba(255,255,255,1.0); | |
color: #d0d0d0; | |
// CSS3 Elements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 18 Column Grid | |
----------------------------------------------------------------------------- | |
Span 1: 3.66666666667% | |
Span 2: 9.33333333333% | |
Span 3: 15.0% | |
Span 4: 20.6666666667% | |
Span 5: 26.3333333333% | |
Span 6: 32.0% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.hero-map { | |
width: 100%; | |
position: absolute; | |
height: 414px; | |
margin: 0 auto 0; | |
background-position: top center; | |
background-repeat: no-repeat; | |
-webkit-background-size: 1200px 528px; | |
-o-background-size: 1200px 528px; | |
-moz-background-size: 1200px 528px; |
NewerOlder