0
owncast/web/components/chat/ChatNameChangeMessage/ChatNameChangeMessage.module.scss
2023-06-20 20:58:00 -07:00

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);
}