2023-02-19 16:20:07 -08:00
|
|
|
.nameChangeView {
|
|
|
|
display: flex;
|
2023-04-24 10:58:57 -07:00
|
|
|
font-size: var(--chat-message-text-size);
|
2023-05-06 11:01:09 -07:00
|
|
|
font-weight: 400;
|
2023-02-19 16:20:07 -08:00
|
|
|
border-radius: var(--theme-rounded-corners);
|
|
|
|
padding: 5px 15px;
|
|
|
|
color: var(--theme-color-components-chat-text);
|
2023-06-20 20:56:37 -07:00
|
|
|
|
2023-02-19 16:20:07 -08:00
|
|
|
& .nameChangeText {
|
2023-05-06 11:01:09 -07:00
|
|
|
font-weight: 400;
|
2023-06-20 20:56:37 -07:00
|
|
|
|
2023-02-19 16:20:07 -08:00
|
|
|
& .plain {
|
2023-05-06 11:01:09 -07:00
|
|
|
font-weight: 400;
|
2023-02-19 16:20:07 -08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-04-24 10:58:57 -07:00
|
|
|
|
|
|
|
.icon {
|
2023-05-06 11:01:09 -07:00
|
|
|
padding-right: var(--chat-notification-icon-padding);
|
2023-04-24 10:58:57 -07:00
|
|
|
}
|