Skip to content

Instantly share code, notes, and snippets.

@DelawareConsulting
Created April 17, 2013 07:52
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 DelawareConsulting/5402526 to your computer and use it in GitHub Desktop.
Save DelawareConsulting/5402526 to your computer and use it in GitHub Desktop.
@import "compass/css3";
@import "variables";
.apply {
h2 {
font-size: 24px;
margin: 0 0 1em 0;
strong {
color: white;
font-size: 18px;
padding: .15em .3em;
margin: 0 .25em 0 0;
background: $primaryColor image-url('/bg.jpg') no-repeat left top;
@include border-radius;
position: relative;
top: -1px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment