%PDF- %PDF-
| Direktori : /home/vacivi36/.trash/vacivitta/src/styles/ |
| Current File : /home/vacivi36/.trash/vacivitta/src/styles/WhatsAppButton.css |
.whatsapp-button {
position: fixed;
bottom: 20px;
right: 20px;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #25D366;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
z-index: 1000;
transition: all 0.3s ease;
}
.whatsapp-button:hover {
transform: scale(1.1);
background-color: #22c15e;
}
.whatsapp-icon {
width: 35px;
height: 35px;
fill: white;
}
@media (max-width: 768px) {
.whatsapp-button {
width: 50px;
height: 50px;
bottom: 15px;
right: 15px;
}
.whatsapp-icon {
width: 30px;
height: 30px;
}
}