mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:26:04 +08:00
23 lines
379 B
SCSS
23 lines
379 B
SCSS
.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;
|
|
}
|
|
}
|
|
}
|