mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-26 09:20:24 -05:00
24 lines
427 B
CSS
24 lines
427 B
CSS
.pendingRow {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: var(--s-1) var(--s-2);
|
|
border-radius: var(--radius-field);
|
|
}
|
|
|
|
.pendingUser {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: var(--s-2);
|
|
font-weight: var(--weight-semi);
|
|
}
|
|
|
|
.friendsListHeader {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
gap: var(--s-2);
|
|
margin-block-end: var(--s-2);
|
|
}
|