Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Hack out minor homepage style regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jan 6, 2015
1 parent 3200770 commit 617371a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
8 changes: 8 additions & 0 deletions scss/pages/homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
span {
white-space: nowrap;
}
p {
color: transparentize($white, 0.3);
}
}

#content {
Expand Down Expand Up @@ -78,6 +81,11 @@
font-size: 13px;
line-height: 18px;
max-width: 700px;
display: block;

.or {
font: normal 13px/16px $Ideal;
}

button {
border: 1px solid transparentize($brown, 0.2);
Expand Down
18 changes: 10 additions & 8 deletions www/index.html.spt
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,16 @@ from gratipay.security.user import SESSION_TIMEOUT
{% endcall %}
</div>

<div class="other">{{ _("Or sign in with:") }}
<span>
{% call auth_button('google', 'opt-in') %}Google{% endcall %}
{% call auth_button('facebook', 'opt-in') %}Facebook{% endcall %}
{% call auth_button('github', 'opt-in') %}GitHub{% endcall %}
{% call auth_button('bitbucket', 'opt-in') %}Bitbucket{% endcall %}
{% call auth_button('openstreetmap', 'opt-in') %}OpenStreetMap{% endcall %}
</span></div>
<div class="other">
<div class="or">{{ _("Or sign in with:") }}</div>
<span>
{% call auth_button('google', 'opt-in') %}Google{% endcall %}
{% call auth_button('facebook', 'opt-in') %}Facebook{% endcall %}
{% call auth_button('github', 'opt-in') %}GitHub{% endcall %}
{% call auth_button('bitbucket', 'opt-in') %}Bitbucket{% endcall %}
{% call auth_button('openstreetmap', 'opt-in') %}OpenStreetMap{% endcall %}
</span>
</div>

<p class="other">{{
_("By signing in, you indicate that you have read and agree to our {0}Terms and Conditions{1}.",
Expand Down

0 comments on commit 617371a

Please sign in to comment.