Last active
August 29, 2015 14:00
-
-
Save onestepcreative/11004684 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
.sinewave-button { | |
background: #3B98B6; | |
border: none; | |
-webkit-border-radius: 2px; | |
border-radius: 2px; | |
-webkit-box-shadow: 0; | |
box-shadow: 0; | |
color: #FFF; | |
height: 36px; | |
line-height: 36px; | |
margin: 20px; | |
padding: 0 14px 0 34px; | |
position: relative; | |
width: auto; | |
} | |
.sine-icon { | |
display: block; | |
height: 16px; | |
margin: 0; | |
padding: 0; | |
position: absolute; top: -1px; left: 11px; | |
width: 19px; | |
} |
This file contains hidden or 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
<button class="sinewave-button"> | |
<span class="sine-icon"><img src="http://josh-environment.crystalcommerce.com/files/assets/img/cc-icon.png" height="16" width="19" alt=""></span> | |
Your Account | |
</button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The width will fluctuate based on the text that is provided. You can mess with the height if needed as well.