diaspora/app/assets/stylesheets/new_styles/_login.scss
Srihari Sriraman 4348fc070d Add border-dark-grey
Substituting -grey for #999

Moving #888 text color to -grey

Adding border-dark-grey

Removing border-dark-grey from places where it isn't appropriate
2013-08-30 10:32:02 +02:00

28 lines
427 B
SCSS

#login {
position : absolute;
top : 0;
left : 0;
padding-top : 200px;
min-width : 100%;
//color : #fff;
text-align : center;
input[type=text],
input[type=password] {
width : 120px;
}
#huge-text {
font-family : Roboto-Light;
font-size : 200px;
color : #ddd;
text-shadow : 0 1px 0 #fff;
}
#forgot_password_link {
margin : 40px;
color : $text-grey;
clear : all;
}
}