WIP fixing auth page, successfully fixed firefox button bug
This commit is contained in:
parent
68d71c33b5
commit
a57952e2f8
|
@ -1,10 +1,10 @@
|
||||||
{{#if redirected}}
|
{{#if redirected}}
|
||||||
<p>You need to sign in to see this page.</p>
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<span class="mascot"></span>
|
<span class="mascot"></span>
|
||||||
<h3>Hey, we're so glad you're here!</h3>
|
<h3>Hey, we're so glad you're here!</h3>
|
||||||
<h2>In order to view your repositories, please sign in.</h2>
|
<h2>In order to view your repositories, please sign in.</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="#" {{action "signIn" target="Travis"}}>
|
<a href="#" {{action "signIn" target="Travis"}}>
|
||||||
{{#if Travis.signingIn}}
|
{{#if Travis.signingIn}}
|
||||||
|
|
|
@ -13,10 +13,6 @@
|
||||||
max-height: 400px
|
max-height: 400px
|
||||||
@include border-radius(8px)
|
@include border-radius(8px)
|
||||||
|
|
||||||
h1
|
|
||||||
margin-bottom: 1em
|
|
||||||
color: #333
|
|
||||||
|
|
||||||
h2
|
h2
|
||||||
color: #919191
|
color: #919191
|
||||||
font-weight: 400
|
font-weight: 400
|
||||||
|
@ -30,12 +26,10 @@
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
||||||
p
|
p
|
||||||
color: #334
|
|
||||||
text-align: center
|
text-align: center
|
||||||
font-size: 15px
|
|
||||||
|
|
||||||
> a
|
a
|
||||||
display: inline-block
|
display: inline
|
||||||
padding: 15px 30px
|
padding: 15px 30px
|
||||||
border: 0
|
border: 0
|
||||||
background-color: #a53230
|
background-color: #a53230
|
||||||
|
@ -43,6 +37,9 @@
|
||||||
color: #ffffff
|
color: #ffffff
|
||||||
width: 200px
|
width: 200px
|
||||||
text-align: center
|
text-align: center
|
||||||
|
a:hover
|
||||||
|
display: inline
|
||||||
|
text-decoration: underline
|
||||||
|
|
||||||
.mascot
|
.mascot
|
||||||
display: inline-block
|
display: inline-block
|
||||||
|
@ -51,6 +48,3 @@
|
||||||
height: 150px
|
height: 150px
|
||||||
background-image: inline-image('travis-mascot-150.png')
|
background-image: inline-image('travis-mascot-150.png')
|
||||||
background-size: cover
|
background-size: cover
|
||||||
|
|
||||||
a:hover
|
|
||||||
text-decoration: underline
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user