{% style %}
.tooltip-wrapper {
position: relative;
margin-top: 19px;
display: flex;
padding: 16px;
gap: 8px;
background: #fffec2;
color: black;
border-radius: 1rem;
}
.tooltip-arrow:empty {
display: block;
}
.tooltip-arrow {
position: absolute;
height: 16px;
width: 16px;
background: #fffec2;
top: -8px;
left: 48px;
transform: rotateY(0deg) rotate(45deg);
}
.pulse-icon span {
position: relative;
display: flex;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #f0ec0e;
animation: pulse 2s ease 0s infinite normal none;
margin: 10px;
}
.pulse-icon span::after {
content: "";
width: 16px;
height: 16px;
border: 1px solid grey;
border-radius: 50%;
position: absolute;
left: -3px;
top: -3px;
}
.tooltip-content {
margin: auto;
font-size: 12px;
margin-left: 0px;
}
@keyframes
pulse {
0% {
transform: scale(0.95);
opacity: 1;
}
70% {
transform: scale(1.5);
opacity: 0;
}
100% {
transform: scale(0.95);
opacity: 0;
}
}
{% endstyle %}
<div class="tooltip-wrapper">
<div class="tooltip-arrow"></div>
<div class="pulse-icon"><span></span></div>
<div class="tooltip-content">
<b> Celebrate the summer with 30% off your order.</b>
</div>
</div>
Get the V5 Theme Today and Start Converting More Instantly
Save €141 and receive 4 premium bonuses. Everything you need to launch faster, look better, and sell more.
€47,00 188,00
Only a few licenses left at this price.