discourse/plugins/chat/assets/stylesheets/common/chat-channel-settings-saved-indicator.scss
Joffrey JAFFEUX 68c4f16a73
FEATURE: channels can allow/disallow @all/@here mentions (#19317)
The settings tab of each category channel should now present the option to allow or disallow channel wide mentions: @here and @all.

When disallowed, using these mentions in the channel should have no effect.
2022-12-05 17:03:51 +01:00

10 lines
165 B
SCSS

.chat-channel-settings-saved-indicator {
padding-left: 0.5rem;
color: var(--success);
font-weight: normal;
.d-icon-check {
margin-right: 0.25rem;
}
}