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.

_recording.scss 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. .recordingSpinner {
  2. vertical-align: top;
  3. }
  4. .recording-dialog {
  5. flex: 0;
  6. flex-direction: column;
  7. .recording-header {
  8. display: flex;
  9. flex: 0;
  10. flex-direction: row;
  11. justify-content: space-between;
  12. margin-top: 32px;
  13. .recording-title {
  14. display: inline-flex;
  15. align-items: center;
  16. font-size: 16px;
  17. margin-left: 16px;
  18. }
  19. }
  20. .recording-icon-container {
  21. display: inline-flex;
  22. align-items: center;
  23. }
  24. .recording-icon {
  25. width: 32px;
  26. height: 32px;
  27. object-fit: contain;
  28. }
  29. .recording-switch {
  30. margin-left: auto;
  31. }
  32. .authorization-panel {
  33. display: flex;
  34. flex-direction: column;
  35. margin: 0 40px 10px 40px;
  36. padding-bottom: 10px;
  37. .logged-in-panel {
  38. padding: 10px;
  39. }
  40. }
  41. }
  42. .live-stream-dialog {
  43. /**
  44. * Set font-size to be consistent with Atlaskit FieldText.
  45. */
  46. font-size: 14px;
  47. .broadcast-dropdown,
  48. .broadcast-dropdown-trigger {
  49. text-align: left;
  50. }
  51. .form-footer {
  52. display: flex;
  53. margin-top: 5px;
  54. text-align: right;
  55. }
  56. .live-stream-cta {
  57. a {
  58. cursor: pointer;
  59. }
  60. }
  61. .google-api {
  62. margin-top: 10px;
  63. min-height: 36px;
  64. text-align: center;
  65. width: 100%;
  66. }
  67. .google-error {
  68. color: $errorColor;
  69. }
  70. .google-panel {
  71. align-items: center;
  72. border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  73. display: flex;
  74. flex-direction: column;
  75. padding-bottom: 10px;
  76. }
  77. .helper-link {
  78. cursor: pointer;
  79. display: inline-block;
  80. flex-shrink: 0;
  81. margin-left: auto;
  82. }
  83. .warning-text {
  84. color:#FFD740;
  85. font-size: 12px;
  86. }
  87. }