2021-02-01 13:07:11 +03:00
|
|
|
.select-kit.email-group-user-chooser {
|
2021-02-12 13:51:36 +03:00
|
|
|
&.full-width-wrap {
|
|
|
|
width: unset;
|
|
|
|
}
|
|
|
|
|
2025-01-13 19:00:09 -07:00
|
|
|
&.is-expanded .select-kit-body {
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
2021-02-01 13:07:11 +03:00
|
|
|
.select-kit-row.email-group-user-chooser-row {
|
|
|
|
.identifier {
|
|
|
|
color: var(--primary);
|
|
|
|
white-space: nowrap;
|
2023-03-10 16:49:06 -05:00
|
|
|
line-height: var(--line-height-medium);
|
2025-01-13 19:00:09 -07:00
|
|
|
margin-right: 0.5em;
|
2021-02-01 13:07:11 +03:00
|
|
|
}
|
2025-01-20 15:27:42 +00:00
|
|
|
|
2021-02-01 13:07:11 +03:00
|
|
|
.name {
|
|
|
|
color: var(--primary-high);
|
2022-10-12 15:31:59 +02:00
|
|
|
font-size: var(--font-down-1);
|
2023-03-10 16:49:06 -05:00
|
|
|
@include ellipsis;
|
2021-02-01 13:07:11 +03:00
|
|
|
}
|
2025-01-20 15:27:42 +00:00
|
|
|
|
2021-02-01 13:07:11 +03:00
|
|
|
.avatar,
|
|
|
|
.d-icon {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
2025-01-20 15:27:42 +00:00
|
|
|
|
2021-02-01 13:07:11 +03:00
|
|
|
.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;
|
2025-01-20 15:27:42 +00:00
|
|
|
margin: 2px 0 0 3px;
|
2021-02-01 13:07:11 +03:00
|
|
|
float: left;
|
|
|
|
height: 30px;
|
|
|
|
color: inherit;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|