fix sign in button on landing page

This commit is contained in:
Lisa Passing 2015-07-08 14:54:47 +02:00
parent 263ebd6af6
commit a340028554
2 changed files with 5 additions and 4 deletions
app/styles/app

View File

@ -8,6 +8,7 @@
background-color: #fff
.button--signin
margin-top: -4px
background-color: #ffffff
background-image: inline-image('landing-page/signingithub.svg')
background-size: 16px 16px
@ -106,7 +107,7 @@
font-weight: 300
padding: 0.5em
margin: 1.3em 0 1.3em 0
border-radius: 4px
border-radius: 2px
border: 0
&:hover

View File

@ -87,7 +87,7 @@ $button-border-color: #d4d4d4
.btn
@extend .button
@extend %border-radius-4px
border-radius: 2px
.button--green
border: none
font-size: $font-size-small
@ -122,7 +122,7 @@ $button-border-color: #d4d4d4
color: #f2f2f2
font-size: $font-size-small
border: none
@extend %border-radius-4px
border-radius: 2px
&:hover,
&:active
border: none
@ -146,7 +146,7 @@ $button-border-color: #d4d4d4
.button--delete
@extend .button
@extend %border-radius-4px
border-radius: 2px
border: none
font-size: $font-size-small
color: $white