Created
September 23, 2010 23:34
-
-
Save jlong/594602 to your computer and use it in GitHub Desktop.
A nice multi-line button mixin for Sass and Compass
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
<p> | |
<a href="/signup/" class="multiline_button blue" style="width: 245px"> | |
<big>Start Free Trial</big> | |
<small>30-days free! Signup in 60 seconds</small> | |
</a> | |
</p> | |
<p> | |
<a href="/signup/" class="multiline_button brown" style="width: 245px"> | |
<big>Start Free Trial</big> | |
<small>30-days free! Signup in 60 seconds</small> | |
</a> | |
</p> |
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
a.multiline_button | |
+multiline-button | |
+color-multiline-button(#60a3d8) | |
&.brown | |
+color-multiline-button(#5b3214) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment