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.

22 lines
352 B
SCSS
Raw Normal View History

// Mobile styles for "user-stream-item" component
.user-stream {
.name {
vertical-align: middle;
}
.notification {
&.unread {
background-color: dark-light-choose(
$tertiary-low,
srgb-scale($tertiary, $secondary, 15%)
);
}
}
.group-member-info {
.name {
vertical-align: inherit;
}
}
}