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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  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. 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. .desktop-share{
  116. margin-top: 8px;
  117. background: #525252;
  118. font-weight: bold;
  119. height: 60px;
  120. width: 107px;
  121. border-radius: 6px;
  122. text-align: center;
  123. vertical-align: middle;
  124. line-height: 60px;
  125. }
  126. .desktop-share-selected{
  127. margin-top: 8px;
  128. background: #525252;
  129. font-weight: bold;
  130. height: 56px;
  131. width: 103px;
  132. border-radius: 6px;
  133. border: 2px solid #246FE5;
  134. text-align: center;
  135. vertical-align: middle;
  136. line-height: 60px;
  137. }
  138. .share-desktop-icon{
  139. margin-top: 15%;
  140. }
  141. @media (min-width: 432px) and (max-width: 632px) {
  142. font-size: 1.5vw;
  143. .share-desktop-icon{
  144. margin-top: 25%;
  145. }
  146. .desktop-share, .virtual-background-none, .thumbnail, .blur, .slight-blur{
  147. height: 60px;
  148. width: 60px;
  149. }
  150. .desktop-share-selected, .thumbnail-selected, .none-selected, .blur-selected, .slight-blur-selected{
  151. height: 56px;
  152. width: 56px;
  153. }
  154. }
  155. @media (max-width: 432px){
  156. .share-desktop-icon{
  157. margin-top: 25%;
  158. }
  159. font-size: 1.5vw;
  160. .desktop-share, .virtual-background-none, .thumbnail, .blur, .slight-blur{
  161. height: 60px;
  162. width: 60px;
  163. }
  164. .desktop-share-selected, .thumbnail-selected, .none-selected, .blur-selected, .slight-blur-selected{
  165. height: 56px;
  166. width: 56px;
  167. }
  168. }
  169. }
  170. .modal-dialog-form .virtual-background-loading {
  171. overflow: hidden;
  172. position: fixed;
  173. left: 50%;
  174. margin-top: 10px;
  175. transform: translateX(-50%);
  176. }
  177. .modal-dialog-form .video-preview {
  178. height: 250px;
  179. }
  180. .file-upload-btn {
  181. display: none;
  182. }
  183. .file-upload-label{
  184. font-size: 14px;
  185. font-weight: 600;
  186. line-height: 20px;
  187. margin-left: -10px;
  188. margin-top: 16px;
  189. margin-bottom: 8px;
  190. color: #669AEC;
  191. display: inline-flex;
  192. cursor: pointer;
  193. }
  194. .delete-image-icon {
  195. background: #3d3d3d;
  196. position: absolute;
  197. display: none;
  198. left: 96;
  199. bottom: 51;
  200. @media (min-width: 432px) and (max-width: 632px) {
  201. left: 51px
  202. }
  203. }
  204. .delete-image-icon:hover {
  205. display: block;
  206. }
  207. .thumbnail-container {
  208. position: relative;
  209. }
  210. .add-background{
  211. margin-right: 8px;
  212. }
  213. .apply-background-btn{
  214. margin-top: 16px;
  215. float: right;
  216. }
  217. .video-background-preview-entry{
  218. margin-left: -10px;
  219. height: 250px;
  220. width: 570px;
  221. margin-bottom: 8px;
  222. z-index: 2;
  223. @media (min-width: 432px) and (max-width: 632px) {
  224. max-width: 336;
  225. }
  226. @media (max-width: 432px){
  227. max-width: 336;
  228. }
  229. }
  230. .virtual-background-preview-video{
  231. margin-left: -10;
  232. border-radius: 6px;
  233. height: 100%;
  234. object-fit: cover;
  235. width: 100%;
  236. }
  237. .video-preview-loader{
  238. border-radius: 6px;
  239. background-color: transparent;
  240. height: 250px;
  241. margin-bottom: 8px;
  242. width: 572px;
  243. position: fixed;
  244. z-index: 2;
  245. @media (min-width: 432px) and (max-width: 632px) {
  246. width: 340px;
  247. }
  248. }
  249. .video-preview-loader svg{
  250. position: absolute;
  251. top: 40%;
  252. left: 45%;
  253. }