WIP fixing auth page, successfully fixed firefox button bug
This commit is contained in:
parent
68d71c33b5
commit
a57952e2f8
|
@ -1,10 +1,10 @@
|
|||
{{#if redirected}}
|
||||
<p>You need to sign in to see this page.</p>
|
||||
{{/if}}
|
||||
|
||||
<span class="mascot"></span>
|
||||
<h3>Hey, we're so glad you're here!</h3>
|
||||
<h2>In order to view your repositories, please sign in.</h2>
|
||||
|
||||
<p>
|
||||
<a href="#" {{action "signIn" target="Travis"}}>
|
||||
{{#if Travis.signingIn}}
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue
Block a user