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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
219 B
SCSS
Raw Normal View History

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