Skip to content

Instantly share code, notes, and snippets.

@killthekitten
Created February 19, 2013 08:10
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 killthekitten/4983928 to your computer and use it in GitHub Desktop.
Save killthekitten/4983928 to your computer and use it in GitHub Desktop.
.b-box {
overflow: hidden;
margin: 0 0 20px 0;
border-radius: 7px;
box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
background: #f4f4f4;
> header {
border-radius: 7px 7px 0 0;
padding: 8px 0 8px 0px;
h1 {
background: no-repeat 15px 2px;
padding-left: 50px;
font-size: 22px;
color: #6d6d6d;
font-weight: normal;
}
}
}
.b-box_content {
@include clearfix;
padding: 20px;
border-radius: 0 0 7px 7px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment