Created
September 4, 2015 23:43
-
-
Save house9/8b0ea206382fec857d83 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; | |
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