mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 08:45:40 +03:00
Update badge style in invite dialog (#28250)
This commit is contained in:
parent
46d13921d0
commit
bdaad67178
3 changed files with 4 additions and 3 deletions
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;
|
||||
|
||||
.mx_InviteDialog_userTile_pill {
|
||||
background-color: var(--cpd-color-bg-success-subtle);
|
||||
border-radius: 12px;
|
||||
background-color: var(--cpd-color-bg-canvas-default);
|
||||
border: 1px solid var(--cpd-color-gray-400);
|
||||
border-radius: 99px;
|
||||
display: inline-block;
|
||||
height: 24px;
|
||||
line-height: $font-24px;
|
||||
padding-inline: $spacing-8;
|
||||
vertical-align: middle;
|
||||
color: $primary-content;
|
||||
color: var(--cpd-color-gray-1100);
|
||||
|
||||
.mx_SearchResultAvatar {
|
||||
border-radius: 20px;
|
||||
|
|
Loading…
Reference in a new issue