Last active
September 4, 2015 23:43
-
-
Save house9/0c4532785b579ea6c991 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see:
interesting technique, but limited in scope (hard coded to calendar)