discourse/app/assets/stylesheets/common/select-kit/user-row.scss

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

23 lines
379 B
SCSS
Raw Normal View History

2020-02-11 09:54:56 -05:00
.user-chooser {
.select-kit-row.user-row {
.avatar {
margin-left: 0;
margin-right: 0.5em;
}
.username {
color: $primary;
white-space: nowrap;
}
.name {
color: $primary-high;
font-size: $font-down-1;
margin-left: 0.5em;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
}