@charescape/mazer-fork-ost
Version:
Free and Open-source Bootstrap 5 Admin Dashboard Template and Landing Page
22 lines • 603 B
CSS
.chat {
border-radius: 5px;
}
.chat.chat-left .chat-message {
background: #5A8DEE ;
float: left ;
color: #fff;
}
.chat .chat-message {
text-align: left ;
float: right ;
margin: 0.2rem 0 1.8rem 0.2rem ;
color: rgb(82, 83, 97);
background-color: #FAFBFB ;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3) ;
padding: 0.75rem 1rem ;
position: relative ;
max-width: calc(100% - 5rem) ;
clear: both ;
word-break: break-word ;
border-radius: 0.267rem ;
}