react-chat-elements-av
Version:
Reactjs chat components
28 lines (25 loc) • 548 B
CSS
.rce-container-smsg {
display: flex;
align-items: center;
justify-content: center;
}
.rce-smsg {
position: relative;
background: #1e2a30;
/* #eaf6fc: date systembox */
border-radius: 5px;
box-shadow: 1px 1px 1px 1px rgba(0,0,0,.2);
display: flex;
flex-direction: column;
margin: 3px 0px;
padding: 5px 9px 5px 9px;
float: left;
max-width: 70%;
align-items: center;
justify-content: center;
}
.rce-smsg-text {
text-align: center;
display: inline-block;
font-size: 10px;
}