Last active
February 8, 2018 23:23
-
-
Save guiltry/d1b45def9ebd500c75056d1e7d7b85c2 to your computer and use it in GitHub Desktop.
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
.landing-page | |
.landing-page__event | |
.landing-page__htu | |
.landing-page__terms | |
.landing-page__cta | |
.landing-page__cta-title = "Let's make your travel memorable" | |
.landing-page__cta-button | |
render partial: 'button', locals: {text: 'BOOK NOW', link: '#'} |
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
.landing-page { | |
@media (min-width: $breakpoint) {} | |
&--full-page {} | |
&__cta {} | |
&__cta-title {} | |
&__cta-button {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment