Skip to content

Instantly share code, notes, and snippets.

@house9
Last active 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/0c4532785b579ea6c991 to your computer and use it in GitHub Desktop.
Save house9/0c4532785b579ea6c991 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;
}
.two-tone-content-cell:before {
font-family: FontAwesome;
content: '\f073'; // a calendar only
padding-top: 6px;
padding-right: 12px;
padding-bottom: 6px;
padding-left: 12px;
display: inline-block;
background-color: rgba(0, 0, 0, 0.15);
border-radius: 5px 0px 0px 5px;
}
}
@house9
Copy link
Author

house9 commented Sep 4, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment