mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 18:47:30 +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;
|
||
|
}
|
||
|
}
|