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
/* Sizes ---------- */ | |
.small.button { font-size: 11px; padding: 8px 20px 10px; width: auto; } | |
.medium.button { font-size: 13px; width: auto; } | |
.large.button { font-size: 18px; padding: 11px 48px 13px; width: auto; } | |
/* Nice Sizes ---------- */ | |
.nice.small.button { background-position: 0 -36px; } | |
.nice.large.button { background-position: 0 -30px; } |