You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
288 B
22 lines
288 B
.cy_whatsapp_web{
|
|
position:fixed;
|
|
width:60px;
|
|
height:60px;
|
|
bottom:40px;
|
|
right:40px;
|
|
background-color:#25d366;
|
|
color:#FFF;
|
|
border-radius:50px;
|
|
text-align:center;
|
|
font-size:30px;
|
|
z-index:100;
|
|
}
|
|
|
|
.cy-icon{
|
|
margin-top:16px;
|
|
color: white;
|
|
}
|
|
|
|
.fa-whatsapp {
|
|
color:#FFF;
|
|
}
|