update button copy and styles
This commit is contained in:
parent
dd01d22b0f
commit
c2b9c086a5
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
{{content-for 'body-footer'}}
|
{{content-for 'body-footer'}}
|
||||||
|
|
||||||
<a href="javascript:void(0)" class="feedback-button" id="userlikeCustomTab" data-right="20" data-bottom="50" data-orientation="top">Feedback & Support</a>
|
<a href="javascript:void(0)" class="feedback-button" id="userlikeCustomTab" data-right="20" data-bottom="50" data-orientation="top">Do you have a question?</a>
|
||||||
<script type="text/javascript" src="//userlike-cdn-widgets.s3-eu-west-1.amazonaws.com/0327dbb23382ccbbb91b445b76e8a91d4b37d90ef9f2faf84e11177847ff7bb9.js"></script>
|
<script type="text/javascript" src="//userlike-cdn-widgets.s3-eu-west-1.amazonaws.com/0327dbb23382ccbbb91b445b76e8a91d4b37d90ef9f2faf84e11177847ff7bb9.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -14,14 +14,13 @@
|
||||||
margin: 0
|
margin: 0
|
||||||
padding: .5em 1em .5em
|
padding: .5em 1em .5em
|
||||||
border-radius: 4px
|
border-radius: 4px
|
||||||
|
border: solid 1px #399399
|
||||||
transform: translateY(20%)
|
transform: translateY(20%)
|
||||||
will-change: transform
|
will-change: transform
|
||||||
transition: transform ease 200ms
|
transition: transform ease 200ms
|
||||||
background: $white
|
background: $white
|
||||||
font-size: 13px
|
font-size: 16px
|
||||||
color: #a2afb3
|
color: #399399
|
||||||
text-transform: uppercase
|
|
||||||
box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.15)
|
|
||||||
z-index: 89
|
z-index: 89
|
||||||
|
|
||||||
.feedback-button:hover
|
.feedback-button:hover
|
||||||
|
|
Loading…
Reference in New Issue
Block a user