mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 17:15:32 +08:00
0a5f548635
As part of this move, we are also renaming `discourse-chat` to `chat`.
35 lines
598 B
SCSS
35 lines
598 B
SCSS
.chat-onebox {
|
|
.chat-onebox-body {
|
|
.chat-onebox-title {
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.chat-onebox-description {
|
|
color: var(--primary-medium);
|
|
}
|
|
|
|
.chat-onebox-members-count {
|
|
color: var(--primary-medium);
|
|
margin-top: 1em;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.chat-onebox-members {
|
|
align-items: center;
|
|
color: var(--primary-medium);
|
|
display: flex;
|
|
|
|
.avatar {
|
|
aspect-ratio: 30 / 30;
|
|
margin-right: 0.25rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.chat-transcript {
|
|
.chat-transcript-user-avatar .avatar {
|
|
aspect-ratio: 20 / 20;
|
|
}
|
|
}
|