Created
July 10, 2014 14:52
-
-
Save matbrady/b222f73e6f0d19b45288 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or 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
// ---- | |
// Sass (v3.3.9) | |
// Compass (v1.0.0.alpha.20) | |
// Bourbon (v4.0.2) | |
// ---- | |
@import "bourbon/bourbon"; | |
.PeopleFeature { | |
background-image: url(image-path("prototype/bg2.jpg")); | |
background-position: top center; | |
background-size: cover; | |
&-body { | |
color: #999; | |
line-height: 2; | |
text-align: center; | |
a { | |
color: orange; | |
} | |
} | |
} | |
.OtherFeature { | |
} |
This file contains hidden or 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
.PeopleFeature { | |
background-image: url(image-path("prototype/bg2.jpg")); | |
background-position: top center; | |
background-size: cover; | |
} | |
.PeopleFeature-body { | |
color: #999; | |
line-height: 2; | |
text-align: center; | |
} | |
.PeopleFeature-body a { | |
color: orange; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment