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.9KB

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