2021-03-24 16:32:45 +00:00
|
|
|
.virtual-background-dialog {
|
2021-05-20 15:12:39 +00:00
|
|
|
margin-left:-10px;
|
2021-05-11 14:25:49 +00:00
|
|
|
position: relative;
|
2021-04-14 16:26:36 +00:00
|
|
|
max-height: 300px;
|
|
|
|
color: white;
|
2021-03-24 16:32:45 +00:00
|
|
|
display: inline-grid;
|
2021-04-14 16:26:36 +00:00
|
|
|
grid-template-columns: auto auto auto auto auto;
|
2021-05-20 15:12:39 +00:00
|
|
|
column-gap: 9px;
|
2021-03-24 16:32:45 +00:00
|
|
|
cursor: pointer;
|
2021-05-13 14:38:23 +00:00
|
|
|
.desktop-share:hover, .thumbnail:hover, .blur:hover, .slight-blur:hover, .virtual-background-none:hover{
|
2021-04-14 16:26:36 +00:00
|
|
|
height: 56px;
|
|
|
|
width: 103px;
|
|
|
|
opacity: .5;
|
|
|
|
border: 2px solid #99bbf3;
|
2021-05-20 15:12:39 +00:00
|
|
|
@media (min-width: 432px) and (min-width: 432px) and (max-width: 632px) {
|
|
|
|
height: 56px;
|
|
|
|
width: 56px;
|
|
|
|
}
|
|
|
|
@media (max-width: 432px){
|
2021-04-14 16:26:36 +00:00
|
|
|
height: 56px;
|
|
|
|
width: 56px;
|
|
|
|
}
|
|
|
|
}
|
2021-03-24 16:32:45 +00:00
|
|
|
.thumbnail {
|
2021-04-14 16:26:36 +00:00
|
|
|
margin-top: 8px;
|
|
|
|
border-radius: 6px;
|
2021-03-24 16:32:45 +00:00
|
|
|
object-fit: cover;
|
2021-04-14 16:26:36 +00:00
|
|
|
height: 60px;
|
|
|
|
width: 107px;
|
2021-03-24 16:32:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnail:hover ~ .delete-image-icon {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.thumbnail-selected {
|
2021-04-14 16:26:36 +00:00
|
|
|
margin-top: 8px;
|
|
|
|
border-radius: 6px;
|
2021-03-24 16:32:45 +00:00
|
|
|
object-fit: cover;
|
2021-05-20 15:12:39 +00:00
|
|
|
height: 56px;
|
|
|
|
width: 103px;
|
2021-04-14 16:26:36 +00:00
|
|
|
border: 2px solid #246FE5;
|
|
|
|
}
|
|
|
|
.blur{
|
|
|
|
box-shadow: inset 0 0 12px #000000;
|
|
|
|
margin-top: 8px;
|
|
|
|
background: #7E8287;
|
|
|
|
font-weight: bold;
|
|
|
|
height: 60px;
|
|
|
|
width: 107px;
|
|
|
|
border-radius: 6px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 60px;
|
2021-03-24 16:32:45 +00:00
|
|
|
}
|
|
|
|
.blur-selected {
|
2021-04-14 16:26:36 +00:00
|
|
|
box-shadow: inset 0 0 12px #000000;
|
|
|
|
margin-top: 8px;
|
|
|
|
background: #7E8287;
|
|
|
|
font-weight: bold;
|
2021-05-20 15:12:39 +00:00
|
|
|
height: 56px;
|
|
|
|
width: 103px;
|
2021-04-14 16:26:36 +00:00
|
|
|
border-radius: 6px;
|
|
|
|
border: 2px solid #246FE5;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 60px;
|
|
|
|
}
|
|
|
|
.slight-blur{
|
|
|
|
box-shadow: inset 0 0 12px #000000;
|
|
|
|
margin-top: 8px;
|
|
|
|
background: #A4A4A4;
|
|
|
|
font-weight: bold;
|
|
|
|
height: 60px;
|
|
|
|
width: 107px;
|
|
|
|
border-radius: 6px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 60px;
|
|
|
|
}
|
|
|
|
.slight-blur-selected{
|
|
|
|
box-shadow: inset 0 0 12px #000000;
|
|
|
|
margin-top: 8px;
|
|
|
|
background: #A4A4A4;
|
|
|
|
font-weight: bold;
|
2021-05-20 15:12:39 +00:00
|
|
|
height: 56px;
|
|
|
|
width: 103px;
|
2021-04-14 16:26:36 +00:00
|
|
|
border-radius: 6px;
|
|
|
|
border: 2px solid #246FE5;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 60px;
|
2021-03-24 16:32:45 +00:00
|
|
|
}
|
|
|
|
.virtual-background-none {
|
2021-04-14 16:26:36 +00:00
|
|
|
margin-top: 8px;
|
|
|
|
background: #525252;
|
2021-03-24 16:32:45 +00:00
|
|
|
font-weight: bold;
|
2021-04-14 16:26:36 +00:00
|
|
|
height: 60px;
|
|
|
|
width: 107px;
|
|
|
|
border-radius: 6px;
|
2021-03-24 16:32:45 +00:00
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
2021-04-14 16:26:36 +00:00
|
|
|
line-height: 60px;
|
2021-03-24 16:32:45 +00:00
|
|
|
}
|
|
|
|
.none-selected {
|
2021-04-14 16:26:36 +00:00
|
|
|
margin-top: 8px;
|
|
|
|
background: #525252;
|
2021-03-24 16:32:45 +00:00
|
|
|
font-weight: bold;
|
2021-05-20 15:12:39 +00:00
|
|
|
height: 56px;
|
|
|
|
width: 103px;
|
2021-04-14 16:26:36 +00:00
|
|
|
border-radius: 6px;
|
|
|
|
border: 2px solid #246FE5;
|
2021-03-24 16:32:45 +00:00
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
2021-04-14 16:26:36 +00:00
|
|
|
line-height: 60px;
|
|
|
|
}
|
2021-05-13 14:38:23 +00:00
|
|
|
.desktop-share{
|
|
|
|
margin-top: 8px;
|
|
|
|
background: #525252;
|
|
|
|
font-weight: bold;
|
|
|
|
height: 60px;
|
|
|
|
width: 107px;
|
|
|
|
border-radius: 6px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 60px;
|
|
|
|
}
|
|
|
|
.desktop-share-selected{
|
|
|
|
margin-top: 8px;
|
|
|
|
background: #525252;
|
|
|
|
font-weight: bold;
|
|
|
|
height: 56px;
|
|
|
|
width: 103px;
|
|
|
|
border-radius: 6px;
|
|
|
|
border: 2px solid #246FE5;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 60px;
|
|
|
|
}
|
|
|
|
.share-desktop-icon{
|
|
|
|
margin-top: 15%;
|
|
|
|
}
|
2021-05-11 14:25:49 +00:00
|
|
|
|
2021-04-14 16:26:36 +00:00
|
|
|
@media (min-width: 432px) and (max-width: 632px) {
|
|
|
|
font-size: 1.5vw;
|
2021-05-13 14:38:23 +00:00
|
|
|
.share-desktop-icon{
|
|
|
|
margin-top: 25%;
|
|
|
|
}
|
|
|
|
.desktop-share, .virtual-background-none, .thumbnail, .blur, .slight-blur{
|
2021-04-14 16:26:36 +00:00
|
|
|
height: 60px;
|
|
|
|
width: 60px;
|
|
|
|
}
|
2021-05-13 14:38:23 +00:00
|
|
|
.desktop-share-selected, .thumbnail-selected, .none-selected, .blur-selected, .slight-blur-selected{
|
2021-05-20 15:12:39 +00:00
|
|
|
height: 56px;
|
|
|
|
width: 56px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 432px){
|
|
|
|
font-size: 1.5vw;
|
|
|
|
.virtual-background-none, .thumbnail, .blur, .slight-blur{
|
|
|
|
height: 60px;
|
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
.thumbnail-selected, .none-selected, .blur-selected, .slight-blur-selected{
|
|
|
|
height: 56px;
|
|
|
|
width: 56px;
|
|
|
|
}
|
2021-03-24 16:32:45 +00:00
|
|
|
}
|
|
|
|
}
|
2021-03-25 12:52:53 +00:00
|
|
|
|
|
|
|
.modal-dialog-form .virtual-background-loading {
|
|
|
|
overflow: hidden;
|
2021-05-06 06:54:23 +00:00
|
|
|
position: fixed;
|
|
|
|
left: 50%;
|
|
|
|
margin-top: 10px;
|
|
|
|
transform: translateX(-50%);
|
|
|
|
}
|
|
|
|
.modal-dialog-form .video-preview {
|
|
|
|
height: 250px;
|
2021-03-25 12:52:53 +00:00
|
|
|
}
|
2021-03-24 16:32:45 +00:00
|
|
|
.file-upload-btn {
|
|
|
|
display: none;
|
|
|
|
}
|
2021-04-14 16:26:36 +00:00
|
|
|
.file-upload-label{
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 600;
|
|
|
|
line-height: 20px;
|
2021-05-20 15:12:39 +00:00
|
|
|
margin-left: -10px;
|
2021-05-06 06:54:23 +00:00
|
|
|
margin-top: 16px;
|
2021-04-14 16:26:36 +00:00
|
|
|
margin-bottom: 8px;
|
|
|
|
color: #669AEC;
|
|
|
|
display: inline-flex;
|
2021-03-24 16:32:45 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete-image-icon {
|
2021-04-14 16:26:36 +00:00
|
|
|
background: #3d3d3d;
|
2021-03-24 16:32:45 +00:00
|
|
|
position: absolute;
|
|
|
|
display: none;
|
2021-04-14 16:26:36 +00:00
|
|
|
left: 96;
|
|
|
|
bottom: 51;
|
|
|
|
@media (min-width: 432px) and (max-width: 632px) {
|
|
|
|
left: 51px
|
|
|
|
}
|
2021-03-24 16:32:45 +00:00
|
|
|
}
|
|
|
|
.delete-image-icon:hover {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnail-container {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2021-04-14 16:26:36 +00:00
|
|
|
.add-background{
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
2021-05-06 06:54:23 +00:00
|
|
|
|
|
|
|
.apply-background-btn{
|
|
|
|
margin-top: 16px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.video-background-preview-entry{
|
2021-05-20 15:12:39 +00:00
|
|
|
margin-left:5px;
|
2021-05-06 06:54:23 +00:00
|
|
|
height: 250px;
|
2021-05-20 15:12:39 +00:00
|
|
|
width: 94%;
|
2021-05-06 06:54:23 +00:00
|
|
|
margin-bottom: 8px;
|
2021-05-20 15:12:39 +00:00
|
|
|
position: absolute;
|
2021-05-06 06:54:23 +00:00
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2021-05-20 15:12:39 +00:00
|
|
|
.virtual-background-preview-video{
|
|
|
|
margin-left: -10;
|
|
|
|
border-radius: 6px;
|
|
|
|
height: 100%;
|
|
|
|
object-fit: cover;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2021-05-06 06:54:23 +00:00
|
|
|
.video-preview-loader{
|
2021-05-11 14:25:49 +00:00
|
|
|
border-radius: 6px;
|
|
|
|
background-color: transparent;
|
|
|
|
height: 250px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
width: 572px;
|
2021-05-06 06:54:23 +00:00
|
|
|
position: fixed;
|
2021-05-11 14:25:49 +00:00
|
|
|
z-index: 2;
|
|
|
|
@media (min-width: 432px) and (max-width: 632px) {
|
|
|
|
width: 340px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.video-preview-loader svg{
|
|
|
|
position: absolute;
|
|
|
|
top: 40%;
|
|
|
|
left: 45%;
|
|
|
|
}
|