discourse/plugins/chat/assets/stylesheets/common/chat-user-threads-row.scss

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

33 lines
570 B
SCSS
Raw Normal View History

.chat__user-threads-row {
display: flex;
align-items: center;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
.chat__unread-indicator {
width: 8px;
height: 8px;
}
&-container {
height: 3.6em;
padding: 0 0.5rem;
margin: 0.5rem 0rem 0 0.5rem;
box-sizing: border-box;
display: flex;
&:hover {
background: var(--primary-low);
}
.chat__user-threads-row__icon {
color: var(--primary);
}
.chat__user-threads-row__title {
color: var(--primary);
}
}
}