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