diff --git a/assets/scripts/app/templates/auth/signin.hbs b/assets/scripts/app/templates/auth/signin.hbs index 73b10ff2..1d0e6c22 100644 --- a/assets/scripts/app/templates/auth/signin.hbs +++ b/assets/scripts/app/templates/auth/signin.hbs @@ -1,10 +1,10 @@ {{#if redirected}} -

You need to sign in to see this page.

{{/if}}

Hey, we're so glad you're here!

In order to view your repositories, please sign in.

+

{{#if Travis.signingIn}} diff --git a/assets/styles/auth.sass b/assets/styles/auth.sass index 8fd139a9..38a6efc2 100644 --- a/assets/styles/auth.sass +++ b/assets/styles/auth.sass @@ -13,10 +13,6 @@ max-height: 400px @include border-radius(8px) - h1 - margin-bottom: 1em - color: #333 - h2 color: #919191 font-weight: 400 @@ -30,12 +26,10 @@ margin: 0 p - color: #334 text-align: center - font-size: 15px - > a - display: inline-block + a + display: inline padding: 15px 30px border: 0 background-color: #a53230 @@ -43,6 +37,9 @@ color: #ffffff width: 200px text-align: center + a:hover + display: inline + text-decoration: underline .mascot display: inline-block @@ -50,7 +47,4 @@ width: 150px height: 150px background-image: inline-image('travis-mascot-150.png') - background-size: cover - - a:hover - text-decoration: underline + background-size: cover \ No newline at end of file