diff --git a/app/styles/app/components/buttons.sass b/app/styles/app/components/buttons.sass index 0819ae78..cf9682d1 100644 --- a/app/styles/app/components/buttons.sass +++ b/app/styles/app/components/buttons.sass @@ -56,7 +56,7 @@ $button-border-color: #d4d4d4 #top #navigation // bad style, we really need to get rid of the ids in the styles .button--signin display: inline-block - padding: 0.5em 1.9em 0.45em 0.6em + padding: 0.7em 2em 0.65em 0.6em color: $white font-size: $font-size-small line-height: 1 @@ -69,7 +69,7 @@ $button-border-color: #d4d4d4 color: #39a85b image: inline-image('ui/github-signin.svg') repeat: no-repeat - position: 95.5% 44% + position: 95.5% 45% &:hover background-color: #73c78d text-decoration: none