Files
meanTorrent/modules/chat/client/css/chat.css
Michael Leanos b2a5cb5b6f fix(lint): CSS alphabetize warnings (#1498)
Fixes css lintings warnings of properties not alphabetized.
2016-09-09 22:28:14 -07:00

16 lines
252 B
CSS

.chat-message {
margin-top: 10px;
padding-top: 10px;
}
.chat-message:not(:first-child) {
border-top: 1px solid #e7e7e7;
}
.chat-message-details {
margin-left: 10px;
}
.chat-profile-image {
border-radius: 50%;
height: 28px;
width: 28px;
}