<div class=" sticky-teaser ">
<a class="btn -cta" href="#">
<i class="icon -contact"></i>
Contacts</a>
</div>
<div class="{{mixes}} sticky-teaser {{modifiers}}">
{{#link}}
<a class="btn -cta" href="{{href}}">
{{#icon}}<i class="icon {{.}}"></i>{{/icon}}
{{text}}</a>
{{/link}}
</div>
{
"modifiers": null,
"link": {
"icon": "-contact",
"href": "#",
"text": "Contacts"
}
}
.sticky-teaser {
position: fixed;
right: 0;
bottom: 50%;
z-index: 15;
transform: rotate(-90deg) translateX(50%);
transform-origin: 100% 100%;
a {
padding-right: 1.2rem;
.icon {
transform: rotate(90deg);
}
&::after {
display: none;
}
}
}
There are no notes for this item.