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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. .recording-dialog {
  2. flex: 0;
  3. flex-direction: column;
  4. .recording-header {
  5. align-items: center;
  6. display: flex;
  7. flex: 0;
  8. flex-direction: row;
  9. justify-content: space-between;
  10. .recording-title {
  11. display: inline-flex;
  12. align-items: center;
  13. font-size: 14px;
  14. margin-left: 16px;
  15. max-width: 70%;
  16. &-no-space {
  17. margin-left: 0;
  18. }
  19. }
  20. &.space-top {
  21. margin-top: 10px;
  22. }
  23. }
  24. .recording-header-line {
  25. border-top: 1px solid #5e6d7a;
  26. padding-top: 16px;
  27. margin-top: 16px;
  28. }
  29. .local-recording-warning {
  30. margin-top: 8px;
  31. display: block;
  32. font-size: 14px;
  33. line-height: 20px;
  34. padding: 8px 16px;
  35. &.text {
  36. color: #fff;
  37. background-color: #3D3D3D;
  38. }
  39. &.notification {
  40. color: #040404;
  41. background-color: #F8AE1A;
  42. }
  43. }
  44. .recording-icon-container {
  45. display: inline-flex;
  46. align-items: center;
  47. }
  48. .file-sharing-icon-container {
  49. background-color: #525252;
  50. border-radius: 4px;
  51. height: 40px;
  52. justify-content: center;
  53. width: 42px;
  54. }
  55. .cloud-content-recording-icon-container {
  56. background-color: #FFFFFF;
  57. border-radius: 4px;
  58. height: 40px;
  59. justify-content: center;
  60. width: 40px;
  61. }
  62. .jitsi-recording-header {
  63. margin-bottom: 16px;
  64. }
  65. .jitsi-content-recording-icon-container-with-switch {
  66. background-color: #FFFFFF;
  67. border-radius: 4px;
  68. height: 40px;
  69. width: 40px;
  70. }
  71. .jitsi-content-recording-icon-container-without-switch {
  72. background-color: #FFFFFF;
  73. border-radius: 4px;
  74. height: 40px;
  75. width: 46px;
  76. }
  77. .recording-icon {
  78. height: 40px;
  79. object-fit: contain;
  80. width: 40px;
  81. }
  82. .content-recording-icon {
  83. height: 18px;
  84. margin: 10px 0 0 10px;
  85. object-fit: contain;
  86. width: 18px;
  87. }
  88. .recording-file-sharing-icon {
  89. height: 18px;
  90. object-fit: contain;
  91. width: 18px;
  92. }
  93. .recording-info{
  94. background-color: #FFD740;
  95. color: black;
  96. display: inline-flex;
  97. margin: 32px 0;
  98. width: 100%;
  99. }
  100. .recording-info-icon {
  101. align-self: center;
  102. height: 14px;
  103. margin: 0 24px 0 16px;
  104. object-fit: contain;
  105. width: 14px;
  106. }
  107. .recording-info-title {
  108. display: inline-flex;
  109. font-size: 14px;
  110. width: 290px
  111. }
  112. .recording-switch {
  113. margin-left: auto;
  114. }
  115. .authorization-panel {
  116. display: flex;
  117. flex-direction: column;
  118. margin: 0 40px 10px 40px;
  119. padding-bottom: 10px;
  120. .logged-in-panel {
  121. padding: 10px;
  122. }
  123. }
  124. }
  125. .live-stream-dialog {
  126. /**
  127. * Set font-size to be consistent with Atlaskit FieldText.
  128. */
  129. font-size: 14px;
  130. .broadcast-dropdown {
  131. text-align: left;
  132. }
  133. .form-footer {
  134. display: flex;
  135. margin-top: 5px;
  136. text-align: right;
  137. flex-direction: column;
  138. .help-container {
  139. display: flex;
  140. }
  141. }
  142. .live-stream-cta {
  143. a {
  144. cursor: pointer;
  145. }
  146. }
  147. .google-api {
  148. margin-top: 10px;
  149. min-height: 36px;
  150. text-align: center;
  151. width: 100%;
  152. }
  153. .google-error {
  154. color: #c61600;
  155. }
  156. .google-panel {
  157. align-items: center;
  158. border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  159. display: flex;
  160. flex-direction: column;
  161. padding-bottom: 10px;
  162. }
  163. .warning-text {
  164. color:#FFD740;
  165. font-size: 12px;
  166. }
  167. }