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 867B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .virtual-background-dialog{
  2. display: inline-flex;
  3. cursor: pointer;
  4. .thumbnail{
  5. object-fit: cover;
  6. padding: 5px;
  7. height: 40px;
  8. width: 40px;
  9. }
  10. .thumbnail-selected{
  11. object-fit: cover;
  12. padding: 5px;
  13. height: 40px;
  14. width: 40px;
  15. border: 2px solid #a4b8d1;
  16. }
  17. .blur-selected{
  18. border: 2px solid #a4b8d1;
  19. }
  20. .virtual-background-none{
  21. font-weight: bold;
  22. padding: 5px;
  23. height: 35px;
  24. width: 35px;
  25. border-radius: 10px;
  26. border: 1px solid #a4b8d1;
  27. text-align: center;
  28. vertical-align: middle;
  29. line-height: 35px;
  30. margin-right: 5px;
  31. }
  32. .none-selected{
  33. font-weight: bold;
  34. padding: 5px;
  35. height: 35px;
  36. width: 35px;
  37. border-radius: 10px;
  38. border: 2px solid #a4b8d1;
  39. text-align: center;
  40. vertical-align: middle;
  41. line-height: 35px;
  42. margin-right: 5px;
  43. }
  44. }