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.

_prejoin.scss 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. .prejoin {
  2. &-full-page {
  3. background: #1C2025;
  4. position: absolute;
  5. width: 100%;
  6. height: 100%;
  7. z-index: $toolbarZ + 1;
  8. }
  9. &-input-area-container {
  10. position: absolute;
  11. bottom: 128px;
  12. width: 100%;
  13. z-index: 1;
  14. }
  15. &-input-area {
  16. margin: 0 auto;
  17. text-align: center;
  18. width: 320px;
  19. }
  20. &-title {
  21. color: #fff;
  22. font-size: 24px;
  23. line-height: 32px;
  24. margin-bottom: 16px;
  25. }
  26. &-btn {
  27. border-radius: 3px;
  28. color: #fff;
  29. cursor: pointer;
  30. display: inline-block;
  31. font-size: 15px;
  32. line-height: 24px;
  33. margin-bottom: 16px;
  34. padding: 7px 16px;
  35. text-align: center;
  36. width: 286px;
  37. &--primary {
  38. background: #0376DA;
  39. border: 1px solid #0376DA;
  40. }
  41. &--secondary {
  42. background: #2A3A4B;
  43. border: 1px solid #5E6D7A;
  44. }
  45. &--text {
  46. width: auto;
  47. margin: 0;
  48. padding: 0;
  49. }
  50. }
  51. &-text-btns {
  52. display: flex;
  53. justify-content: space-between;
  54. }
  55. &-input-label {
  56. color: #A4B8D1;
  57. font-size: 13px;
  58. line-height: 20px;
  59. margin-top: 32px 0 8px 0;
  60. text-align: center;
  61. width: 100%;
  62. }
  63. }
  64. @mixin name-placeholder {
  65. color: #fff;
  66. font-weight: 300;
  67. opacity: 0.6;
  68. }
  69. .prejoin-preview {
  70. height: 100%;
  71. position: absolute;
  72. width: 100%;
  73. &--no-video {
  74. background: radial-gradient(50% 50% at 50% 50%, #5B6F80 0%, #365067 100%), #FFFFFF;
  75. text-align: center;
  76. }
  77. &-video {
  78. height: 100%;
  79. object-fit: cover;
  80. position: absolute;
  81. width: 100%;
  82. }
  83. &-name {
  84. color: #fff;
  85. font-size: 19px;
  86. line-height: 28px;
  87. &--editable {
  88. background: none;
  89. border: 0;
  90. border-bottom: 1px solid #D1DBE8;
  91. margin: 24px 0 16px 0;
  92. outline: none;
  93. text-align: center;
  94. width: 100%;
  95. &::-webkit-input-placeholder {
  96. @include name-placeholder;
  97. }
  98. &::-moz-placeholder {
  99. @include name-placeholder;
  100. }
  101. &:-ms-input-placeholder {
  102. @include name-placeholder;
  103. }
  104. }
  105. }
  106. &-avatar.avatar {
  107. background: #A4B8D1;
  108. margin: 200px auto 0 auto;
  109. }
  110. &-btn-container {
  111. display: flex;
  112. justify-content: center;
  113. position: absolute;
  114. bottom: 50px;
  115. width: 100%;
  116. z-index: 1;
  117. &> div {
  118. margin: 0 12px;
  119. }
  120. .settings-button-small-icon {
  121. right: -8px;
  122. &--hovered {
  123. right: -10px;
  124. }
  125. }
  126. }
  127. &-overlay {
  128. height: 100%;
  129. position: absolute;
  130. width: 100%;
  131. z-index: 1;
  132. background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 54.25%);
  133. }
  134. &-status {
  135. align-items: center;
  136. bottom: 0;
  137. color: #fff;
  138. display: flex;
  139. font-size: 13px;
  140. min-height: 24px;
  141. justify-content: center;
  142. position: absolute;
  143. text-align: center;
  144. width: 100%;
  145. z-index: 1;
  146. &--warning {
  147. background: rgba(241, 173, 51, 0.5)
  148. }
  149. &--ok {
  150. background: rgba(49, 183, 106, 0.5);
  151. }
  152. }
  153. &-icon {
  154. background-position: center;
  155. background-repeat: no-repeat;
  156. display: inline-block;
  157. height: 16px;
  158. margin-right: 8px;
  159. width: 16px;
  160. }
  161. &-error-desc {
  162. margin-right: 4px;
  163. }
  164. .settings-button-container {
  165. width: 49px;
  166. margin: 0 8px;
  167. }
  168. }
  169. .prejoin-copy {
  170. &-meeting {
  171. cursor: pointer;
  172. color: #fff;
  173. font-size: 15px;
  174. font-weight: 300;
  175. line-height: 24px;
  176. position: relative;
  177. }
  178. &-url {
  179. max-width: 278px;
  180. padding: 8px 10px;
  181. overflow: hidden;
  182. text-overflow: ellipsis;
  183. }
  184. &-badge {
  185. border-radius: 4px;
  186. height: 100%;
  187. line-height: 38px;
  188. position: absolute;
  189. padding-left: 10px;
  190. text-align: left;
  191. top: 0;
  192. width: 100%;
  193. &--hover {
  194. background: #1C2025;
  195. }
  196. &--done {
  197. background: #31B76A;
  198. }
  199. }
  200. &-icon {
  201. position: absolute;
  202. right: 8px;
  203. top: 8px;
  204. &--white {
  205. &> svg > path {
  206. fill: #fff
  207. }
  208. }
  209. &--light {
  210. &> svg > path {
  211. fill: #D1DBE8;
  212. }
  213. }
  214. }
  215. &-textarea {
  216. position: absolute;
  217. left: -9999px;
  218. }
  219. }