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 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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. .thumbnail:hover, .blur:hover, .slight-blur:hover, .virtual-background-none:hover{
  11. height: 56px;
  12. width: 103px;
  13. opacity: .5;
  14. border: 2px solid #99bbf3;
  15. @media (min-width: 432px) and (min-width: 432px) and (max-width: 632px) {
  16. height: 56px;
  17. width: 56px;
  18. }
  19. @media (max-width: 432px){
  20. height: 56px;
  21. width: 56px;
  22. }
  23. }
  24. .thumbnail {
  25. margin-top: 8px;
  26. border-radius: 6px;
  27. object-fit: cover;
  28. height: 60px;
  29. width: 107px;
  30. }
  31. .thumbnail:hover ~ .delete-image-icon {
  32. display: block;
  33. }
  34. .thumbnail-selected {
  35. margin-top: 8px;
  36. border-radius: 6px;
  37. object-fit: cover;
  38. height: 56px;
  39. width: 103px;
  40. border: 2px solid #246FE5;
  41. }
  42. .blur{
  43. box-shadow: inset 0 0 12px #000000;
  44. margin-top: 8px;
  45. background: #7E8287;
  46. font-weight: bold;
  47. height: 60px;
  48. width: 107px;
  49. border-radius: 6px;
  50. text-align: center;
  51. vertical-align: middle;
  52. line-height: 60px;
  53. }
  54. .blur-selected {
  55. box-shadow: inset 0 0 12px #000000;
  56. margin-top: 8px;
  57. background: #7E8287;
  58. font-weight: bold;
  59. height: 56px;
  60. width: 103px;
  61. border-radius: 6px;
  62. border: 2px solid #246FE5;
  63. text-align: center;
  64. vertical-align: middle;
  65. line-height: 60px;
  66. }
  67. .slight-blur{
  68. box-shadow: inset 0 0 12px #000000;
  69. margin-top: 8px;
  70. background: #A4A4A4;
  71. font-weight: bold;
  72. height: 60px;
  73. width: 107px;
  74. border-radius: 6px;
  75. text-align: center;
  76. vertical-align: middle;
  77. line-height: 60px;
  78. }
  79. .slight-blur-selected{
  80. box-shadow: inset 0 0 12px #000000;
  81. margin-top: 8px;
  82. background: #A4A4A4;
  83. font-weight: bold;
  84. height: 56px;
  85. width: 103px;
  86. border-radius: 6px;
  87. border: 2px solid #246FE5;
  88. text-align: center;
  89. vertical-align: middle;
  90. line-height: 60px;
  91. }
  92. .virtual-background-none {
  93. margin-top: 8px;
  94. background: #525252;
  95. font-weight: bold;
  96. height: 60px;
  97. width: 107px;
  98. border-radius: 6px;
  99. text-align: center;
  100. vertical-align: middle;
  101. line-height: 60px;
  102. }
  103. .none-selected {
  104. margin-top: 8px;
  105. background: #525252;
  106. font-weight: bold;
  107. height: 56px;
  108. width: 103px;
  109. border-radius: 6px;
  110. border: 2px solid #246FE5;
  111. text-align: center;
  112. vertical-align: middle;
  113. line-height: 60px;
  114. }
  115. @media (min-width: 432px) and (max-width: 632px) {
  116. font-size: 1.5vw;
  117. .virtual-background-none, .thumbnail, .blur, .slight-blur{
  118. height: 60px;
  119. width: 60px;
  120. }
  121. .thumbnail-selected, .none-selected, .blur-selected, .slight-blur-selected{
  122. height: 56px;
  123. width: 56px;
  124. }
  125. }
  126. @media (max-width: 432px){
  127. font-size: 1.5vw;
  128. .virtual-background-none, .thumbnail, .blur, .slight-blur{
  129. height: 60px;
  130. width: 60px;
  131. }
  132. .thumbnail-selected, .none-selected, .blur-selected, .slight-blur-selected{
  133. height: 56px;
  134. width: 56px;
  135. }
  136. }
  137. }
  138. .modal-dialog-form .virtual-background-loading {
  139. overflow: hidden;
  140. position: fixed;
  141. left: 50%;
  142. margin-top: 10px;
  143. transform: translateX(-50%);
  144. }
  145. .modal-dialog-form .video-preview {
  146. height: 250px;
  147. }
  148. .file-upload-btn {
  149. display: none;
  150. }
  151. .file-upload-label{
  152. font-size: 14px;
  153. font-weight: 600;
  154. line-height: 20px;
  155. margin-left: -10px;
  156. margin-top: 16px;
  157. margin-bottom: 8px;
  158. color: #669AEC;
  159. display: inline-flex;
  160. cursor: pointer;
  161. }
  162. .delete-image-icon {
  163. background: #3d3d3d;
  164. position: absolute;
  165. display: none;
  166. left: 96;
  167. bottom: 51;
  168. @media (min-width: 432px) and (max-width: 632px) {
  169. left: 51px
  170. }
  171. }
  172. .delete-image-icon:hover {
  173. display: block;
  174. }
  175. .thumbnail-container {
  176. position: relative;
  177. }
  178. .add-background{
  179. margin-right: 8px;
  180. }
  181. .apply-background-btn{
  182. margin-top: 16px;
  183. float: right;
  184. }
  185. .video-background-preview-entry{
  186. margin-left:5px;
  187. height: 250px;
  188. width: 94%;
  189. margin-bottom: 8px;
  190. position: absolute;
  191. z-index: 2;
  192. }
  193. .virtual-background-preview-video{
  194. margin-left: -10;
  195. border-radius: 6px;
  196. height: 100%;
  197. object-fit: cover;
  198. width: 100%;
  199. }
  200. .video-preview-loader{
  201. border-radius: 6px;
  202. background-color: transparent;
  203. height: 250px;
  204. margin-bottom: 8px;
  205. width: 572px;
  206. position: fixed;
  207. z-index: 2;
  208. @media (min-width: 432px) and (max-width: 632px) {
  209. width: 340px;
  210. }
  211. }
  212. .video-preview-loader svg{
  213. position: absolute;
  214. top: 40%;
  215. left: 45%;
  216. }