21 lines
381 B
SCSS
21 lines
381 B
SCSS
.nameChangeView {
|
|
display: flex;
|
|
font-size: var(--chat-message-text-size);
|
|
font-weight: 400;
|
|
border-radius: var(--theme-rounded-corners);
|
|
padding: 5px 15px;
|
|
color: var(--theme-color-components-chat-text);
|
|
|
|
& .nameChangeText {
|
|
font-weight: 400;
|
|
|
|
& .plain {
|
|
font-weight: 400;
|
|
}
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
padding-right: var(--chat-notification-icon-padding);
|
|
}
|