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.

_invite_more.scss 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. .invite-more {
  2. &-container {
  3. color: #fff;
  4. font-weight: 600;
  5. position: absolute;
  6. width: 100%;
  7. text-align: center;
  8. z-index: $zindex2;
  9. background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  10. &.elevated {
  11. z-index: $filmstripVideosZ + 1;
  12. }
  13. }
  14. &-header {
  15. font-size: 19px;
  16. line-height: 28px;
  17. margin: 24px 0 16px 0;
  18. }
  19. &-button {
  20. display: flex;
  21. margin: auto;
  22. padding: 8px 16px;
  23. width: fit-content;
  24. width: -moz-fit-content;
  25. height: 24px;
  26. background: #0376DA;
  27. border-radius: 3px;
  28. font-size: 14px;
  29. line-height: 24px;
  30. cursor: pointer;
  31. &:hover {
  32. background: #278ADF;
  33. }
  34. &-text {
  35. margin-left: 8px;
  36. font-size: 15px;
  37. line-height: 24px;
  38. }
  39. }
  40. &-dialog {
  41. color: #fff;
  42. font-size: 15px;
  43. line-height: 24px;
  44. &.header {
  45. display: flex;
  46. justify-content: space-between;
  47. margin: 16px 16px 24px;
  48. width: calc(100% - 32px);
  49. color: #fff;
  50. font-weight: 600;
  51. font-size: 24px;
  52. line-height: 32px;
  53. & > div > svg {
  54. cursor: pointer;
  55. fill: #A4B8D1;
  56. }
  57. }
  58. &.separator {
  59. margin: 24px 0 24px -20px;
  60. padding: 0 20px;
  61. width: 100%;
  62. height: 1px;
  63. background: #5E6D7A;
  64. }
  65. &.email-container {
  66. display: flex;
  67. justify-content: space-between;
  68. align-items: center;
  69. padding: 8px 8px 8px 16px;
  70. margin-top: 24px;
  71. width: calc(100% - 26px);
  72. height: 22px;
  73. background: #2A3A4B;
  74. border: 1px solid #5E6D7A;
  75. border-radius: 3px;
  76. cursor: pointer;
  77. &.active {
  78. border-radius: 3px 3px 0 0;
  79. }
  80. }
  81. &.icon-container {
  82. display: none;
  83. &.active {
  84. display: flex;
  85. width: calc(100% - 26px);
  86. padding: 8px 8px 8px 16px;
  87. background: #2A3A4B;
  88. border: 1px solid #5E6D7A;
  89. border-top: none;
  90. border-radius: 0 0 3px 3px;
  91. & > * {
  92. display: flex;
  93. justify-content: center;
  94. align-items: center;
  95. height: 40px;
  96. width: 40px;
  97. border-radius: 4px;
  98. cursor: pointer;
  99. }
  100. &:hover > div:hover {
  101. background-color: rgba(255, 255, 255, 0.2);
  102. }
  103. & > :not(:last-child) {
  104. margin-right: 16px;
  105. }
  106. .copy-invite-icon > div > svg > path {
  107. fill: #A4B8D1;
  108. }
  109. }
  110. }
  111. &.dial-in-display {
  112. .info-label {
  113. color: #A4B8D1;
  114. }
  115. .dial-in-copy {
  116. display: inline-block;
  117. vertical-align: middle;
  118. margin-left: 21px;
  119. cursor: pointer;
  120. }
  121. }
  122. &.invite-buttons {
  123. width: 100%;
  124. text-align: right;
  125. margin-top: 8px;
  126. & > a {
  127. display: inline-block;
  128. height: 24px;
  129. width: 48px;
  130. border-radius: 3px;
  131. text-align: center;
  132. text-decoration: none;
  133. cursor: pointer;
  134. }
  135. &-cancel {
  136. margin-right: 16px;
  137. padding: 7px 15px;
  138. background: #2A3A4B;
  139. border: 1px solid #5E6D7A;
  140. }
  141. &-add {
  142. padding: 8px 16px;
  143. background: #0376DA;
  144. }
  145. &.disabled {
  146. & > a {
  147. pointer-events: none;
  148. }
  149. }
  150. }
  151. &.stream {
  152. display: flex;
  153. justify-content: space-between;
  154. align-items: center;
  155. padding: 8px 8px 8px 16px;
  156. margin-top: 8px;
  157. width: calc(100% - 26px);
  158. height: 22px;
  159. background: #2A3A4B;
  160. border: 1px solid #5E6D7A;
  161. border-radius: 3px;
  162. cursor: pointer;
  163. &:hover {
  164. font-weight: 600;
  165. }
  166. &-text {
  167. overflow: hidden;
  168. text-overflow: ellipsis;
  169. white-space: nowrap;
  170. max-width: 292px;
  171. &.selected {
  172. font-weight: 600;
  173. }
  174. }
  175. &.clicked {
  176. background: #31B76A;
  177. border: 1px solid #31B76A;
  178. }
  179. & > div > svg > path {
  180. fill: #fff;
  181. }
  182. }
  183. }
  184. }