You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
379 B
18 lines
379 B
.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); |
|
}
|
|
|