some pill styling
This commit is contained in:
parent
c44fed4bea
commit
c98e716cbd
1 changed files with 7 additions and 6 deletions
|
@ -35,12 +35,13 @@ limitations under the License.
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.user-pill {
|
span.user-pill, span.room-pill {
|
||||||
background: red;
|
border-radius: 16px;
|
||||||
}
|
display: inline-block;
|
||||||
|
color: $primary-fg-color;
|
||||||
span.room-pill {
|
background-color: $other-user-pill-bg-color;
|
||||||
background: green;
|
padding-left: 5px;
|
||||||
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue