| 1 |
.notifier-click-to-chat-btn { |
| 2 |
position: fixed; |
| 3 |
bottom: 20px; |
| 4 |
right: 20px; |
| 5 |
cursor: pointer; |
| 6 |
z-index: 99999999; |
| 7 |
} |
| 8 |
.notifier-click-to-chat-btn a { |
| 9 |
text-decoration: none !important; |
| 10 |
display: inline-block; |
| 11 |
outline: none !important; |
| 12 |
} |
| 13 |
.notifier-click-to-chat-btn a:hover, .notifier-click-to-chat-btn a:focus { |
| 14 |
text-decoration: none !important; |
| 15 |
} |
| 16 |
.notifier-click-to-chat-btn.notifier-click-to-chat-style-3 a { |
| 17 |
display: flex; |
| 18 |
justify-content: center; |
| 19 |
align-items: center; |
| 20 |
background-color: #e4e4e4; |
| 21 |
color: #7f7d7d; |
| 22 |
padding: 0 12px; |
| 23 |
border-radius: 25px; |
| 24 |
font-size: 13px; |
| 25 |
line-height: 32px; |
| 26 |
} |
| 27 |
.notifier-click-to-chat-btn.notifier-click-to-chat-style-4 a { |
| 28 |
display: flex; |
| 29 |
padding: 0 2rem; |
| 30 |
letter-spacing: 0.5px; |
| 31 |
transition: 0.2s ease-out; |
| 32 |
text-align: center; |
| 33 |
justify-content: center; |
| 34 |
align-items: center; |
| 35 |
border-radius: 2px; |
| 36 |
height: 36px; |
| 37 |
line-height: 36px; |
| 38 |
vertical-align: middle; |
| 39 |
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); |
| 40 |
box-sizing: inherit; |
| 41 |
background-color: #26a69a; |
| 42 |
color: #fff; |
| 43 |
} |
| 44 |
.notifier-click-to-chat-btn.notifier-click-to-chat-style-custom img { |
| 45 |
width: 100%; |
| 46 |
height: auto; |
| 47 |
max-width: 150px; |
| 48 |
max-height: 150px; |
| 49 |
-o-object-fit: cover; |
| 50 |
object-fit: cover; |
| 51 |
} |
| 52 |
|