Skip to content

Instantly share code, notes, and snippets.

@Phoen1x84
Created March 6, 2018 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Phoen1x84/aa867fe708269cb14e91802ec30ce61c to your computer and use it in GitHub Desktop.
Save Phoen1x84/aa867fe708269cb14e91802ec30ce61c to your computer and use it in GitHub Desktop.
// quick code mock not tested
.banner {
background: #f1f1f1;
&__inner {
display: flex;
max-width: 1320px;
margin: 0 auto;
}
&__text {
color: #333;
font-size: 1em;
}
&__btn {
@extend %fd-button;
background: #333;
color: #fff;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment