-
Notifications
You must be signed in to change notification settings - Fork 0
/
typeformSidebar.html
51 lines (51 loc) · 1.78 KB
/
typeformSidebar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!-- Typeform Sidebar -->
<div class="hidden-on-hero hidden hidden-on-mobile" style="position: fixed; top: calc(50% - 250px); right: 0; transition: width 300ms ease-out; width: 0" data-qa="side_panel">
<a
class="typeform-share button"
href="https://form.typeform.com/to/AoN00cGe?typeform-medium=embed-snippet"
data-mode="side_panel"
style="
box-sizing: border-box;
position: absolute;
top: 300px;
width: 200px;
height: 48px;
padding: 0 20px;
margin: 0;
cursor: pointer;
background: #ad977b;
border-radius: 4px 4px 0px 0px;
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.06), 0px 2px 4px rgba(0, 0, 0, 0.08);
display: flex;
align-items: center;
justify-content: flex-start;
transform: rotate(-90deg);
transform-origin: bottom left;
color: white;
text-decoration: none;
z-index: 9999;
"
data-width="320"
data-height="500"
target="_blank"
>
<span class="icon" style="width: 32px; position: relative; text-align: center; transform: rotate(90deg) scale(0.85); left: -8px; font-size: 25px">
<i class="far fa-comment-dots"></i>
</span>
<span
style="
text-decoration: none;
font-size: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
text-align: center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
"
>
Get in touch!
</span>
</a>
</div>