Skip to content

Instantly share code, notes, and snippets.

@procload
Created March 3, 2012 18:49
Show Gist options
  • Save procload/1967481 to your computer and use it in GitHub Desktop.
Save procload/1967481 to your computer and use it in GitHub Desktop.
.plan-type {
font-size: calc-em(16px, $baseFontSize);
line-height: calc-em(18px, 16px);
color: #FFF;
font-weight: 100;
background: #146AA8;
&:nth-of-type(2) {
@include border-radius(4px 0 0 0);
}
&:last-of-type {
@include border-radius(4px 4px 0 0);
}
&:nth-of-type(3) {
@include border-radius(0 4px 0 0);
}
} //plan-type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment