41 lines
1.3 KiB
CSS
Executable File
41 lines
1.3 KiB
CSS
Executable File
#ipsupply-chat{display:inline-block;position:absolute;position:fixed;bottom:20vh;right:20px;z-index:1000}#prology-chat-icon{position: fixed;margin-top:5px;bottom: 24px;right: 100px;}#prology-show-hide-content{width: 60px;height: 60px;float:right!important;border-radius:50%;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);}
|
|
#number-unread {
|
|
border-radius: 5px;
|
|
background-color: #e02b27;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
position: absolute;
|
|
right: -15px;
|
|
top: -5px;
|
|
width: 30px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
border-radius: 100%;
|
|
display: none;
|
|
}
|
|
span#prology-livechat-label {
|
|
position: absolute;
|
|
bottom: -20px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
white-space: nowrap;
|
|
padding: 4px 12px;
|
|
line-height: 16px;
|
|
background: #fff;
|
|
color: #333;
|
|
box-shadow: var(--box-shadow);
|
|
font-weight: var(--font-black);
|
|
border-radius: 50rem;
|
|
text-transform: uppercase;
|
|
font-size: var(--text-sm)
|
|
}
|
|
#prology-chat-icon {
|
|
position: fixed;
|
|
margin-top: 5px;
|
|
bottom: 44px;
|
|
right: 100px;
|
|
cursor: pointer;
|
|
}
|
|
.prology-chat__content::-webkit-scrollbar{width:8px}.prology-chat__content::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:10px}.prology-chat__wrapper{display:none} |