JezK
Edit File: _contact.scss
.zoo-contact-button{ position: fixed; left: 50px; bottom:50px; .zoo-contact-link{ width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 30px; color: var(--white-color); transition: all 300ms; box-shadow: 0 0 10px $black_transparent_1; &.phone-button{ background: #75eb50; } &.email-button{ background: #ff643a; }&.skype-button{ background: #00aff1; }&.messenger-button{ background: #0084ff; }&.whatsapp-button{ background: #25d466; } &:hover{ box-shadow: 0 0 10px $black_transparent_2; } } }