mirror of https://github.com/vector-im/riot-web
Update badge style in invite dialog (#28250)
parent
46d13921d0
commit
bdaad67178
Binary file not shown.
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
@ -143,14 +143,15 @@ Please see LICENSE files in the repository root for full details.
|
||||||
margin-inline-end: $spacing-8;
|
margin-inline-end: $spacing-8;
|
||||||
|
|
||||||
.mx_InviteDialog_userTile_pill {
|
.mx_InviteDialog_userTile_pill {
|
||||||
background-color: var(--cpd-color-bg-success-subtle);
|
background-color: var(--cpd-color-bg-canvas-default);
|
||||||
border-radius: 12px;
|
border: 1px solid var(--cpd-color-gray-400);
|
||||||
|
border-radius: 99px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
line-height: $font-24px;
|
line-height: $font-24px;
|
||||||
padding-inline: $spacing-8;
|
padding-inline: $spacing-8;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
color: $primary-content;
|
color: var(--cpd-color-gray-1100);
|
||||||
|
|
||||||
.mx_SearchResultAvatar {
|
.mx_SearchResultAvatar {
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
|
|
Loading…
Reference in New Issue