1
0
mirror of synced 2025-01-18 17:01:41 +03:00

Fixed WA icon positioning

This commit is contained in:
gleemand 2022-06-23 12:10:48 +03:00 committed by GitHub
parent c9294d62a1
commit c9b92919c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
position: fixed;
z-index: 999;
left: 0;
bottom: 55px;
bottom: 32px;
width: 60px;
height: 60px;
box-sizing: border-box;
@ -26,8 +26,9 @@
.chat-btn__text {
color: #8A96A6;
font-weight: 600;
font-size: 12px;
line-height: 14px;
font-size: 8px;
line-height: 10px;
text-align: center;
margin: 8px 0 0;
margin: 0 0 8px;
white-space: nowrap;
}

View File

@ -1 +1 @@
.whatsapp-icon{position:fixed;z-index: 999;left:0;bottom:55px;width:60px;height:60px;box-sizing:border-box}.whatsapp-icon_left{left:32px;right:auto}.whatsapp-icon_right{right:32px;left:auto}.whatsapp-icon__icon{width:100%;height:100%}.chat-btn__text{color:#8A96A6;font-weight:600;font-size:12px;line-height:14px;text-align:center;margin:8px 0 0}
.whatsapp-icon{position:fixed;z-index: 999;left:0;bottom:32px;width:60px;height:60px;box-sizing:border-box}.whatsapp-icon_left{left:32px;right:auto}.whatsapp-icon_right{right:32px;left:auto}.whatsapp-icon__icon{width:100%;height:100%}.chat-btn__text{color:#8A96A6;font-weight:600;font-size:8px;line-height:10px;text-align:center;margin:0 0 8px;white-space:nowrap}