Skip to content

Instantly share code, notes, and snippets.

@onestepcreative
Last active August 29, 2015 14:00
Show Gist options
  • Save onestepcreative/11004684 to your computer and use it in GitHub Desktop.
Save onestepcreative/11004684 to your computer and use it in GitHub Desktop.
.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;
}
<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>
@onestepcreative
Copy link
Author

The width will fluctuate based on the text that is provided. You can mess with the height if needed as well.

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