Created
September 26, 2011 15:10
-
-
Save dagda1/1242453 to your computer and use it in GitHub Desktop.
login-form.html.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
#new_user_session | |
@include box-shadow($login-box-shadow-color 0 0 2px, $login-box-shadow-color 0 1px 1px, #fff 0 3px 0, $login-box-shadow-color 0 4px 0, #fff 0 6px 0, $login-box-shadow-color 0 7px 0) | |
padding: 30px 40px 20px 40px | |
margin: 0px 1px 5px 1px | |
@include border-radius(10px) | |
@include background(linear-gradient(darken($login-background, 10), #FFF)) | |
@include center-horizontally(320px) | |
#new_user_session | |
label | |
width: 85px | |
margin-right: 12px | |
text-align: right | |
h2 | |
text-align: center | |
text-transform: uppercase | |
input[type=submit] | |
float: right | |
margin-top: 5px |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment