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.

_embed-meeting.scss 864B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .embed-meeting {
  2. &-dialog {
  3. display: flex;
  4. flex-direction: column;
  5. }
  6. &-copy {
  7. color: white;
  8. font-size: 15px;
  9. margin-left: auto;
  10. margin-top: 16px;
  11. width: auto;
  12. }
  13. &-code {
  14. background: transparent;
  15. border: 1px solid #A4B8D1;
  16. color: white;
  17. font-size: 15px;
  18. height: 165px;
  19. line-height: 24px;
  20. padding: 8px;
  21. width: 100%;
  22. resize: vertical;
  23. }
  24. &-trigger {
  25. display: flex;
  26. align-items: center;
  27. padding: 8px 8px 8px 16px;
  28. margin-top: 24px;
  29. width: calc(100% - 24px);
  30. height: 24px;
  31. background: #2A3A4B;
  32. border: 1px solid #5E6D7A;
  33. border-radius: 4px;
  34. cursor: pointer;
  35. .jitsi-icon {
  36. margin-right: 20px;
  37. }
  38. }
  39. }