Created
September 26, 2011 13:41
-
-
Save dagda1/1242249 to your computer and use it in GitHub Desktop.
_main.sass
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
@mixin form-labels | |
color: $label-color | |
text-shadow: 0 1px 0px $label-box-shadow | |
form label | |
@include form-labels | |
float: left | |
text-transform: uppercase | |
form h2 | |
font-size: 35px | |
@include form-labels |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment