您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

_recording.scss 929B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .recordingSpinner {
  2. vertical-align: top;
  3. }
  4. .live-stream-dialog {
  5. /**
  6. * Set font-size to be consistent with Atlaskit FieldText.
  7. */
  8. font-size: 14px;
  9. .broadcast-dropdown,
  10. .broadcast-dropdown-trigger {
  11. text-align: left;
  12. }
  13. .form-footer {
  14. text-align: right;
  15. }
  16. .live-stream-cta {
  17. a {
  18. cursor: pointer;
  19. }
  20. }
  21. .google-api {
  22. margin-top: 10px;
  23. min-height: 36px;
  24. text-align: center;
  25. width: 100%;
  26. }
  27. .google-error {
  28. color: $errorColor;
  29. }
  30. .google-panel {
  31. align-items: center;
  32. border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  33. display: flex;
  34. flex-direction: column;
  35. padding-bottom: 10px;
  36. }
  37. .stream-key-form {
  38. .helper-link {
  39. display: inline-block;
  40. cursor: pointer;
  41. margin-top: 5px;
  42. }
  43. }
  44. }