2017-03-30 16:58:31 +00:00
|
|
|
.desktop-picker-pane {
|
|
|
|
height: 320px;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
&.source-type-screen {
|
|
|
|
.desktop-picker-source {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-source-preview-thumbnail {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-source-preview-label {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.source-type-window {
|
|
|
|
.desktop-picker-source {
|
|
|
|
display: inline-block;
|
|
|
|
width: 30%;
|
|
|
|
}
|
|
|
|
}
|
2017-10-20 00:17:38 +00:00
|
|
|
|
|
|
|
&-spinner {
|
|
|
|
justify-content: center;
|
|
|
|
display: flex;
|
|
|
|
height: 100%;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2017-03-30 16:58:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-picker-source {
|
|
|
|
margin-top: 10px;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
&.is-selected {
|
|
|
|
.desktop-source-preview-image-container {
|
2018-03-13 04:45:00 +00:00
|
|
|
background: rgba(255,255,255,0.3);
|
2017-03-30 16:58:31 +00:00
|
|
|
border-radius: $borderRadius;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-source-preview-label {
|
|
|
|
margin-top: 3px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-source-preview-thumbnail {
|
|
|
|
box-shadow: 5px 5px 5px grey;
|
|
|
|
height: auto;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-source-preview-image-container {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
2023-02-17 09:34:47 +00:00
|
|
|
|
|
|
|
.desktop-picker-tabs-container {
|
|
|
|
width: 65%;
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|