You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_virtual-background.scss 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. .virtual-background-dialog {
  2. margin-left:-10px;
  3. position: relative;
  4. max-height: 300px;
  5. color: white;
  6. display: inline-grid;
  7. grid-template-columns: auto auto auto auto auto;
  8. column-gap: 9px;
  9. cursor: pointer;
  10. .desktop-share:hover, .thumbnail:hover, .blur:hover, .slight-blur:hover, .virtual-background-none:hover{
  11. opacity: .5;
  12. border: 2px solid #99bbf3;
  13. @media (min-width: 432px) and (min-width: 432px) and (max-width: 632px) {
  14. height: 56px;
  15. width: 56px;
  16. }
  17. @media (max-width: 432px){
  18. height: 56px;
  19. width: 56px;
  20. }
  21. }
  22. .background-option {
  23. margin-top: 8px;
  24. border-radius: 6px;
  25. height: 60px;
  26. width: 107px;
  27. text-align: center;
  28. justify-content: center;
  29. font-weight: bold;
  30. box-sizing: border-box;
  31. display: flex;
  32. align-items: center;
  33. }
  34. .thumbnail {
  35. object-fit: cover;
  36. }
  37. .thumbnail:hover ~ .delete-image-icon {
  38. display: block;
  39. }
  40. .thumbnail-selected {
  41. object-fit: cover;
  42. border: 2px solid #246FE5;
  43. }
  44. .blur{
  45. box-shadow: inset 0 0 12px #000000;
  46. background: #7E8287;
  47. padding: 0 10px;
  48. }
  49. .blur-selected {
  50. box-shadow: inset 0 0 12px #000000;
  51. background: #7E8287;
  52. border: 2px solid #246FE5;
  53. padding: 0 10px;
  54. }
  55. .slight-blur{
  56. box-shadow: inset 0 0 12px #000000;
  57. background: #A4A4A4;
  58. padding: 0 10px;
  59. }
  60. .slight-blur-selected{
  61. box-shadow: inset 0 0 12px #000000;
  62. background: #A4A4A4;
  63. border: 2px solid #246FE5;
  64. padding: 0 10px;
  65. }
  66. .virtual-background-none {
  67. background: #525252;
  68. padding: 0 10px;
  69. }
  70. .none-selected {
  71. background: #525252;
  72. border: 2px solid #246FE5;
  73. padding: 0 10px;
  74. }
  75. .desktop-share{
  76. background: #525252;
  77. }
  78. .desktop-share-selected{
  79. background: #525252;
  80. border: 2px solid #246FE5;
  81. padding: 0 10px;
  82. }
  83. @media (min-width: 432px) and (max-width: 632px) {
  84. font-size: 1.5vw;
  85. }
  86. @media (max-width: 432px){
  87. font-size: 1.5vw;
  88. }
  89. }
  90. .modal-dialog-form .virtual-background-loading {
  91. overflow: hidden;
  92. position: fixed;
  93. left: 50%;
  94. margin-top: 10px;
  95. transform: translateX(-50%);
  96. }
  97. .modal-dialog-form .video-preview {
  98. height: 250px;
  99. }
  100. .file-upload-btn {
  101. display: none;
  102. }
  103. .file-upload-label{
  104. font-size: 14px;
  105. font-weight: 600;
  106. line-height: 20px;
  107. margin-left: -10px;
  108. margin-top: 16px;
  109. margin-bottom: 8px;
  110. color: #669AEC;
  111. display: inline-flex;
  112. cursor: pointer;
  113. }
  114. .delete-image-icon {
  115. background: #3d3d3d;
  116. position: absolute;
  117. display: none;
  118. left: 96;
  119. bottom: 51;
  120. @media (min-width: 432px) and (max-width: 632px) {
  121. left: 51px
  122. }
  123. }
  124. .delete-image-icon:hover {
  125. display: block;
  126. }
  127. .thumbnail-container {
  128. position: relative;
  129. &:focus-within {
  130. .thumbnail ~ .delete-image-icon{
  131. display: block;
  132. }
  133. }
  134. }
  135. .add-background{
  136. margin-right: 8px;
  137. }
  138. .apply-background-btn{
  139. margin-top: 16px;
  140. float: right;
  141. }
  142. .video-background-preview-entry{
  143. margin-left: -10px;
  144. height: 250px;
  145. width: 570px;
  146. margin-bottom: 8px;
  147. z-index: 2;
  148. @media (min-width: 432px) and (max-width: 632px) {
  149. max-width: 336;
  150. }
  151. @media (max-width: 432px){
  152. max-width: 336;
  153. }
  154. }
  155. .virtual-background-preview-video{
  156. margin-left: -10;
  157. border-radius: 6px;
  158. height: 100%;
  159. object-fit: cover;
  160. width: 100%;
  161. }
  162. .video-preview-loader{
  163. border-radius: 6px;
  164. background-color: transparent;
  165. height: 250px;
  166. margin-bottom: 8px;
  167. width: 572px;
  168. position: fixed;
  169. z-index: 2;
  170. @media (min-width: 432px) and (max-width: 632px) {
  171. width: 340px;
  172. }
  173. }
  174. .video-preview-loader svg{
  175. position: absolute;
  176. top: 40%;
  177. left: 45%;
  178. }