cronapp-framework-js
Version:
Javascript library for CronApp's projects
17 lines • 531 B
HTML
<style>.designtime-chat-button {
width: 80px;
height: 80px;
display: flex;
position: relative;
background-color: #1865A6;
border-radius: 50%;
background-size: 40%;
background-position: center;
background-repeat: no-repeat;
align-items: center;
justify-content: center;
color: #FFFFFF;
transition: all ease 0.3s;
cursor: pointer;
background-image: url(node_modules/cronapp-framework-js/img/ballon_icon.svg) ;
}</style><div class="designtime-chat-button"></div>