mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:30:57 +08:00
41 lines
842 B
SCSS
41 lines
842 B
SCSS
.select-kit.email-group-user-chooser {
|
|
&.full-width-wrap {
|
|
width: unset;
|
|
}
|
|
|
|
.select-kit-row.email-group-user-chooser-row {
|
|
.identifier {
|
|
color: var(--primary);
|
|
white-space: nowrap;
|
|
line-height: var(--line-height-medium);
|
|
}
|
|
.name {
|
|
color: var(--primary-high);
|
|
font-size: var(--font-down-1);
|
|
margin-left: 0.5em;
|
|
@include ellipsis;
|
|
}
|
|
.avatar,
|
|
.d-icon {
|
|
margin-left: 0;
|
|
margin-right: 0.5em;
|
|
}
|
|
}
|
|
.select-kit-header {
|
|
.x-more-item {
|
|
background: var(--primary-low);
|
|
padding: 0.25em;
|
|
flex: 1;
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
margin: 2px 0 0px 3px;
|
|
float: left;
|
|
height: 30px;
|
|
color: inherit;
|
|
outline: none;
|
|
}
|
|
}
|
|
}
|