| @@ -1 +1,51 @@ | ||
| 1 | -.notifier-click-to-chat-btn{cursor:pointer}.notifier-click-to-chat-btn a{display:inline-block;outline:none!important}.notifier-click-to-chat-btn a,.notifier-click-to-chat-btn a:focus,.notifier-click-to-chat-btn a:hover{text-decoration:none!important}.notifier-click-to-chat-style-3.notifier-click-to-chat-btn a{align-items:center;background-color:#e4e4e4;border-radius:25px;color:#7f7d7d;display:flex;font-size:13px;justify-content:center;line-height:32px;padding:0 12px 0 0}.notifier-click-to-chat-style-3.notifier-click-to-chat-btn a span:first-child{align-items:center;display:flex;margin:0 8px 0 -12px;order:0}.notifier-click-to-chat-style-4.notifier-click-to-chat-btn a{align-items:center;background-color:#26a69a;border-radius:2px;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);box-sizing:inherit;color:#fff;display:flex;height:36px;justify-content:center;letter-spacing:.5px;line-height:36px;padding:0 1.5rem;text-align:center;transition:.2s ease-out;vertical-align:middle}.notifier-click-to-chat-style-4.notifier-click-to-chat-btn a svg{flex-shrink:0}.notifier-click-to-chat-style-custom.notifier-click-to-chat-btn img{height:auto;max-height:150px;max-width:150px;-o-object-fit:cover;object-fit:cover;width:100%}.notifier-click-to-chat-btn{bottom:20px;position:fixed;right:20px;z-index:99999999} | |
| 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 | +} | |