/* This file is for your main application css. */ @import "./milligram.css"; body { background-color: #dddddd; } .container { margin: 0 auto; max-width: 90.0rem; padding: 0 1.0rem; position: relative; width: 100%; } .wa-avatars { display: flex; flex-direction: row; align-items: center; } .wa-avatars .wa-avatar { flex: 0 0 50%; text-align: center; padding: 16px 40px 12px 40px; } .wa-avatars .wa-avatar figure { margin: 0; } .wa-avatar img { max-height: 140px; border-radius: 50%; } .wa-avatar--tiny { max-height: 42px; border-radius: 50%; } .wa-row { margin-top: 10px; display: flex; align-items: center; } .wa-row-left { flex-direction: row; } .wa-row-right { flex-direction: row-reverse; } .wa-white-box { background-color: white; border-radius: 5px; box-shadow: 1px 1px 2px grey; } /* Message box */ .wa-message { padding: 0px !important; margin: 0 10px 0 10px; max-width: 65%; } .wa-message-photo { border-radius: 5px 5px 0 0; max-height: 600px; } .wa-message-box { padding: 0 10px 0 10px; margin-top: 5px; overflow-wrap: break-word; } .wa-message-date { text-align: right; color: grey; font-size: 12px; }