Add login with GitHub to the landing page.

This commit is contained in:
yackob03 2013-10-10 14:42:14 -04:00
parent 5b25d8db5b
commit 669b3fcde1
4 changed files with 39 additions and 5 deletions

View file

@ -115,7 +115,7 @@
margin-top: -20px;
margin-bottom: 0px;
padding-top: 66px;
padding-top: 46px;
min-height: 440px;
}
@ -137,6 +137,31 @@
margin-left: 0px;
}
.signin-buttons {
text-align: center;
}
.landing-signup-button {
margin-bottom: 10px;
}
.landing-social-alternate {
color: #777;
font-size: 2em;
margin-left: 43px;
line-height: 1em;
}
.landing-social-alternate .inner-text {
text-align: center;
position: relative;
color: white;
left: -43px;
top: -9px;
font-weight: bold;
font-size: .4em;
}
form input.ng-invalid.ng-dirty {
background-color: #FDD7D9;
}
@ -201,7 +226,7 @@ form input.ng-valid.ng-dirty {
@media (max-height: 768px) {
.landing {
padding: 20px;
padding-top: 46px;
padding-top: 20px;
}
}