fix sign in button on landing page
This commit is contained in:
parent
263ebd6af6
commit
a340028554
|
@ -8,6 +8,7 @@
|
||||||
background-color: #fff
|
background-color: #fff
|
||||||
|
|
||||||
.button--signin
|
.button--signin
|
||||||
|
margin-top: -4px
|
||||||
background-color: #ffffff
|
background-color: #ffffff
|
||||||
background-image: inline-image('landing-page/signingithub.svg')
|
background-image: inline-image('landing-page/signingithub.svg')
|
||||||
background-size: 16px 16px
|
background-size: 16px 16px
|
||||||
|
@ -106,7 +107,7 @@
|
||||||
font-weight: 300
|
font-weight: 300
|
||||||
padding: 0.5em
|
padding: 0.5em
|
||||||
margin: 1.3em 0 1.3em 0
|
margin: 1.3em 0 1.3em 0
|
||||||
border-radius: 4px
|
border-radius: 2px
|
||||||
border: 0
|
border: 0
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
|
|
|
@ -87,7 +87,7 @@ $button-border-color: #d4d4d4
|
||||||
|
|
||||||
.btn
|
.btn
|
||||||
@extend .button
|
@extend .button
|
||||||
@extend %border-radius-4px
|
border-radius: 2px
|
||||||
.button--green
|
.button--green
|
||||||
border: none
|
border: none
|
||||||
font-size: $font-size-small
|
font-size: $font-size-small
|
||||||
|
@ -122,7 +122,7 @@ $button-border-color: #d4d4d4
|
||||||
color: #f2f2f2
|
color: #f2f2f2
|
||||||
font-size: $font-size-small
|
font-size: $font-size-small
|
||||||
border: none
|
border: none
|
||||||
@extend %border-radius-4px
|
border-radius: 2px
|
||||||
&:hover,
|
&:hover,
|
||||||
&:active
|
&:active
|
||||||
border: none
|
border: none
|
||||||
|
@ -146,7 +146,7 @@ $button-border-color: #d4d4d4
|
||||||
|
|
||||||
.button--delete
|
.button--delete
|
||||||
@extend .button
|
@extend .button
|
||||||
@extend %border-radius-4px
|
border-radius: 2px
|
||||||
border: none
|
border: none
|
||||||
font-size: $font-size-small
|
font-size: $font-size-small
|
||||||
color: $white
|
color: $white
|
||||||
|
|
Loading…
Reference in New Issue
Block a user