diff --git a/app/index.html b/app/index.html index d28b5744..a3d6224e 100644 --- a/app/index.html +++ b/app/index.html @@ -24,7 +24,7 @@ {{content-for 'body-footer'}} - Feedback & Support + Do you have a question? diff --git a/app/styles/app/userlike.sass b/app/styles/app/userlike.sass index b9791c1b..25798534 100644 --- a/app/styles/app/userlike.sass +++ b/app/styles/app/userlike.sass @@ -14,14 +14,13 @@ margin: 0 padding: .5em 1em .5em border-radius: 4px + border: solid 1px #399399 transform: translateY(20%) will-change: transform transition: transform ease 200ms background: $white - font-size: 13px - color: #a2afb3 - text-transform: uppercase - box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15) + font-size: 16px + color: #399399 z-index: 89 .feedback-button:hover