Add $rte-room-pill-color: #aaa

pull/4583/head
Luke Barnard 2017-07-14 17:51:25 +01:00
parent 38899c6011
commit de0fd588b6
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@
}
.mx_RoomPill {
background-color: #aaa;
background-color: $rte-room-pill-color;
color: white;
padding: 1px 5px 0px 2px;
border-radius: 16px;

View File

@ -78,6 +78,7 @@ $voip-accept-color: #80f480;
$rte-bg-color: #e9e9e9;
$rte-code-bg-color: rgba(0, 0, 0, 0.04);
$rte-room-pill-color: #aaa;
// ********************