Skip to content

Instantly share code, notes, and snippets.

@roytomeij
Created June 19, 2015 12:54
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 roytomeij/c937272608806cf8a8f1 to your computer and use it in GitHub Desktop.
Save roytomeij/c937272608806cf8a8f1 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
%heading1 {
color: red;
font-size: 12px;
background-color: #f8f8f8;
border: 1px solid #d9d9d9;
border-top-radius: 10px;
border-bottom-radius: 10px;
margin: 0;
padding: 14px 15px 13px 15px;
}
.banner {
h2 {
@extend %heading1;
}
}
.z-advies-stap__main-block__header {
@extend %heading1;
}
.banner h2, .z-advies-stap__main-block__header {
color: red;
font-size: 12px;
background-color: #f8f8f8;
border: 1px solid #d9d9d9;
border-top-radius: 10px;
border-bottom-radius: 10px;
margin: 0;
padding: 14px 15px 13px 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment