discourse/app/assets/stylesheets/desktop/components/user-stream-item.scss

15 lines
219 B
SCSS

// Desktop styles for "user-stream-item" component
.user-stream {
.time,
.delete-info,
.draft-type {
margin-right: 8px;
}
.notification {
&.unread {
background-color: $tertiary-low;
}
}
}