mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-17 18:32:20 +02:00
some pill styling
This commit is contained in:
parent
c44fed4bea
commit
c98e716cbd
@ -35,12 +35,13 @@ limitations under the License.
|
||||
color: white;
|
||||
}
|
||||
|
||||
span.user-pill {
|
||||
background: red;
|
||||
}
|
||||
|
||||
span.room-pill {
|
||||
background: green;
|
||||
span.user-pill, span.room-pill {
|
||||
border-radius: 16px;
|
||||
display: inline-block;
|
||||
color: $primary-fg-color;
|
||||
background-color: $other-user-pill-bg-color;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user