Skip to content

Instantly share code, notes, and snippets.

@house9
Created September 4, 2015 23:43
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 house9/8b0ea206382fec857d83 to your computer and use it in GitHub Desktop.
Save house9/8b0ea206382fec857d83 to your computer and use it in GitHub Desktop.
.two-tone-container {
background-color: #5bc0de;
border-radius: 5px 5px 5px 5px;
.two-tone-content {
padding-left: 10px;
display: inline-block;
color: #fff;
}
.two-tone-icon {
padding-top: 6px;
padding-right: 12px;
padding-bottom: 6px;
padding-left: 12px;
display: inline-block;
border-radius: 5px 0px 0px 5px;
background-color: rgba(0, 0, 0, 0.15);
color: #fff;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment