diff --git a/app/styles/app/landing.sass b/app/styles/app/landing.sass index 99fbe355..87ec2a24 100644 --- a/app/styles/app/landing.sass +++ b/app/styles/app/landing.sass @@ -10,12 +10,15 @@ .button--signin background-color: #ffffff - border: 1px solid #d7dada + background-image: inline-image('landing-page/signingithub.svg') + background-size: 16px 16px + border: 2px solid #e4e7e7 color: #a0a8a8 .button--signin:hover background-color: #73c78d - border: 1px solid #73c78d + background-image: inline-image('landing-page/signingithub-hover.svg') + border: 2px solid #73c78d color: #fff .wrapper.centered .topbar @@ -136,6 +139,8 @@ background-color: #fff border-radius: 4px color: #828282 + margin-bottom: 20px + list-style-type: none .free-for-oss text-align: center diff --git a/public/images/landing-page/signingithub-hover.svg b/public/images/landing-page/signingithub-hover.svg new file mode 100644 index 00000000..1a73bc6b --- /dev/null +++ b/public/images/landing-page/signingithub-hover.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/public/images/landing-page/signingithub.svg b/public/images/landing-page/signingithub.svg new file mode 100644 index 00000000..f8a37180 --- /dev/null +++ b/public/images/landing-page/signingithub.svg @@ -0,0 +1,14 @@ + + + + + +