Merge commit '85fdbd0ad5
' into upstream-20240425
This commit is contained in:
commit
661e329974
61 changed files with 392 additions and 212 deletions
|
@ -2085,11 +2085,23 @@ a .account__avatar {
|
|||
white-space: nowrap;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
gap: 8px;
|
||||
|
||||
.fa-times {
|
||||
color: $ui-secondary-color;
|
||||
}
|
||||
|
||||
.icon-button {
|
||||
border: 1px solid var(--background-border-color);
|
||||
border-radius: 4px;
|
||||
box-sizing: content-box;
|
||||
padding: 5px;
|
||||
|
||||
.icon {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.account-authorize {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue