Custom Styles for Propz Chat

  1. You can style the classes however you want
  2. Your CSS is going to be inserted inside a <style> tag
  3. Allowed
    • Images
    • Simple animations
  4. Not allowed
    • font-family
    • font-size
<li className='chat-message-wrapper browser radius border shadow'>
	<div className='chat-user browser-header'>CHAT USER</div>
	<div className='chat-message browser-body'>CHAT MESSAGE</div>
</li>