2 lines
27 KiB
CSS
2 lines
27 KiB
CSS
|
|
*{padding:0;margin:0;font-family:'Lato', sans-serif}.container{max-width:1440px;margin:0 auto;padding:0 15px}.open-chat{margin:0 0 0 8px;width:34px;height:32px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;border:none;background-color:transparent}.open-chat span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4CAF50;width:16px;height:16px;border-radius:50%;position:absolute;font-weight:900;font-size:8px;color:#FFFFFF;right:0;top:0;border:2px solid #fff}.new-message{z-index: 99999;position: fixed;top: 4px;right: 4px;max-width:337px;width:100%;height:90px;background:#FFFFFF;-webkit-box-shadow:0px 0px 24px rgba(0,0,0,0.15);box-shadow:0px 0px 24px rgba(0,0,0,0.15);border-radius:5px;margin:0 auto 30px auto;padding:12px 14px}.new-message__top{display:-webkit.chat-block__right_field-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.new-message__top span{font-weight:600;font-size:12px;color:#73A1FB}.new-message__top .closed{cursor:pointer}.new-message__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:7px}.new-message__bottom_icon{min-width: 30px;min-height: 30px;overflow: hidden;margin-right:10px}.new-message__bottom_icon img{max-width: 50px;max-height: 100%;-o-object-fit: cover;object-fit: cover;border-radius: 50%;}.new-message__bottom span{display:block}.new-message__bottom button{border:none;background-color:transparent}.new-message__bottom_name{font-weight:700;font-size:14px;line-height:17px;color:#222222;margin-bottom:5px;cursor:pointer}.new-message__bottom_text{font-weight:400;font-size:12px;color:#888888;margin-bottom:5px}.new-message__bottom_time{font-weight:600;font-size:12px;color:#B2B2B2;margin-bottom:5px}.new-message__bottom_reply{font-weight:600;font-size:12px;color:#888888;cursor:pointer}.chat-main-block{position: fixed;top: 0;right: 0;z-index: 99999;min-width: 950px;max-width:950px;-webkit-box-shadow:0px 0px 24px rgba(0,0,0,0.15);box-shadow:0px 0px 24px rgba(0,0,0,0.15);border-radius:5px;margin:0 auto}.chat-main-block *{-webkit-box-sizing:border-box;box-sizing:border-box;}.chat-block__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.chat-block__top{background:-webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#fff));background:linear-gradient(360deg, #f5f5f5 0%, #fff 100%);border-radius:5px 5px 0px 0px;border-bottom:1px solid #DEDEDE;display:-webkit-box;display:-ms-flexbox;display:flex}.chat-block__top_left{padding:10px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:337px;border-right:1px solid #DEDEDE;position:relative}.chat-block__top_left-burger{height:20px;border:none;background-color:transparent;cursor:pointer}.chat-block__top_left-burger.active span:nth-child(1){-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-bottom:0px}.chat-block__top_left-burger.active span:nth-child(2){display:none}.chat-block__top_left-burger.active span:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:-2px}.chat-block__top_left-burger span{display:block;width:20px;height:2px;background:#757579;border-radius:10px}.chat-block__top_left-burger span:nth-child(1){margin-bottom:5px}.chat-block__top_left-burger span:nth-child(2){margin-bottom:5px}.chat-block__top_left-icon{width:50px;height:50px;overflow:hidden;border-radius:50%;margin-left:14px;cursor:pointer}.chat-block__top_left-icon img{max-width:100%;-o-object-fit:cover;object-fit:cover}.chat-block__top_left-add{background:#4CAF50;width:36px;height:36px;border-radius:50%;display:-webkit-box;di
|
||
|
|
/*# sourceMappingURL=style.min.css.map */
|