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.5KB

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