MessageComposer styling for Draft

This commit is contained in:
Aviral Dasgupta 2016-06-10 04:41:59 +05:30
parent 7e563b89c7
commit 819e06e2cd
2 changed files with 31 additions and 10 deletions

View file

@ -0,0 +1,14 @@
.mx_UserPill {
color: white;
background-color: #76cfa6;
padding: 2px 8px;
border-radius: 16px;
}
.mx_RoomPill {
background-color: white;
color: #76cfa6;
border: 1px solid #76cfa6;
padding: 2px 8px;
border-radius: 16px;
}