style room pills correctly

This commit is contained in:
Bruno Windels 2019-05-20 15:38:44 +02:00
parent df4f380082
commit 01ef1dd20e

View File

@ -40,13 +40,21 @@ limitations under the License.
color: white;
}
span.room-pill {
color: $accent-fg-color;
background-color: $rte-room-pill-color;
}
span.user-pill {
color: $primary-fg-color;
background-color: $other-user-pill-bg-color;
}
span.user-pill, span.room-pill {
height: 20px;
line-height: 20px;
border-radius: 16px;
display: inline-block;
color: $primary-fg-color;
background-color: $other-user-pill-bg-color;
padding-left: 21px;
padding-right: 5px;
position: relative;