fixed styling on auth and added mascot above copy

This commit is contained in:
Justine Arreche 2013-10-03 18:46:48 -04:00
parent d75a2f64a6
commit 0b01dd6278
4 changed files with 14 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -2,6 +2,7 @@
<p>You need to sign in to see this page.</p> <p>You need to sign in to see this page.</p>
{{/if}} {{/if}}
<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>

View File

@ -2,9 +2,8 @@
#auth #auth
#main #main
margin-top: 100px
margin: 0 auto margin: 0 auto
padding: 25px 50px padding: 100px 50px 0 50px
height: 100px height: 100px
-webkit-flex: none -webkit-flex: none
@ -19,10 +18,10 @@
color: #333 color: #333
h2 h2
color: #000000 color: #919191
font-weight: 400 font-weight: 400
text-align: center text-align: center
margin-bottom: 40px margin-bottom: 50px
h3 h3
font-size: 35px font-size: 35px
@ -37,13 +36,21 @@
> a > a
display: inline-block display: inline-block
padding: 10px padding: 15px 30px
border: 0 border: 0
background-color: black background-color: #a53230
font-size: 20px font-size: 20px
color: #ffffff color: #ffffff
width: 200px width: 200px
text-align: center text-align: center
.mascot
display: inline-block
margin: 0 0 50px 190px
width: 150px
height: 150px
background-image: inline-image('travis-mascot-150.png')
background-size: cover
a:hover a:hover
text-decoration: underline text-decoration: underline

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB