mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:30:57 +08:00
15 lines
219 B
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;
|
|
}
|
|
}
|
|
}
|