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

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

19 lines
275 B
SCSS
Raw Normal View History

// Mobile styles for "user-stream-item" component
.user-stream {
.name {
vertical-align: middle;
}
.notification {
&.unread {
background-color: var(--tertiary-low);
}
}
.group-member-info {
.name {
vertical-align: inherit;
}
}
}