mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 20:53:44 +08:00
10 lines
165 B
SCSS
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;
|
||
|
}
|
||
|
}
|