2020-06-15 17:23:53 +02:00
|
|
|
.bbb-shareWith {
|
|
|
|
margin: 1em 0;
|
|
|
|
|
|
|
|
&__item {
|
|
|
|
height: 44px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: var(--color-background-dark);
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatardiv {
|
|
|
|
height: 32px;
|
|
|
|
width: 32px;
|
|
|
|
overflow: hidden;
|
2020-06-16 16:54:50 +02:00
|
|
|
|
|
|
|
.icon-group-white {
|
|
|
|
display: block;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
background-color: #a9a9a9;
|
|
|
|
}
|
2020-06-15 17:23:53 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
height: 44px;
|
|
|
|
width: 44px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__label {
|
|
|
|
padding: 0 1em;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.bbb-selection-container {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bbb-selection {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
background-color: #ffffff;
|
|
|
|
border: 1px solid var(--color-border-dark);
|
|
|
|
max-height: 88px;
|
|
|
|
overflow: auto;
|
|
|
|
box-shadow: 0 5px 10px -5px var(--color-box-shadow);
|
|
|
|
|
|
|
|
li {
|
|
|
|
padding: 0 1em;
|
|
|
|
cursor: pointer;
|
|
|
|
line-height: 44px;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: var(--color-background-hover);
|
|
|
|
}
|
|
|
|
}
|
2020-06-16 16:54:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.bbb-form-shareWith {
|
|
|
|
margin-top: -1.5em;
|
2020-06-17 10:56:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.bbb-icon-unselected {
|
|
|
|
opacity: 0.2 !important;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
opacity: 0.5 !important;
|
|
|
|
}
|
2020-06-15 17:23:53 +02:00
|
|
|
}
|