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.

_welcome_page.scss 7.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. body.welcome-page {
  2. background: inherit;
  3. overflow: auto;
  4. }
  5. .welcome {
  6. background-image: $welcomePageBackground;
  7. background-color: #fff;
  8. display: flex;
  9. flex-direction: column;
  10. font-family: $welcomePageFontFamily;
  11. justify-content: space-between;
  12. min-height: 100vh;
  13. position: relative;
  14. .header {
  15. background-image: $welcomePageHeaderBackground;
  16. background-position: $welcomePageHeaderBackgroundPosition;
  17. background-repeat: $welcomePageHeaderBackgroundRepeat;
  18. background-size: $welcomePageHeaderBackgroundSize;
  19. padding-bottom: $welcomePageHeaderPaddingBottom;
  20. background-color: #131519;
  21. overflow: hidden;
  22. position: relative;
  23. .header-container {
  24. display: $welcomePageHeaderContainerDisplay;
  25. flex-direction: column;
  26. margin: $welcomePageHeaderContainerMargin;
  27. z-index: $zindex2;
  28. align-items: center;
  29. position: relative;
  30. max-width: 688px;
  31. }
  32. .header-watermark-container {
  33. position: absolute;
  34. width: 100%;
  35. height: 100%;
  36. margin-top: calc(20px - #{$welcomePageHeaderContainerMarginTop});
  37. }
  38. .header-text-title {
  39. color: $welcomePageTitleColor;
  40. font-size: $welcomePageHeaderTextTitleFontSize;
  41. font-weight: $welcomePageHeaderTextTitleFontWeight;
  42. line-height: $welcomePageHeaderTextTitleLineHeight;
  43. margin-bottom: $welcomePageHeaderTextTitleMarginBottom;
  44. max-width: $welcomePageHeaderTitleMaxWidth;
  45. opacity: $welcomePageHeaderTextTitleOpacity;
  46. text-align: $welcomePageHeaderTextAlign;
  47. }
  48. .header-text-subtitle {
  49. color: #fff;
  50. font-size: 20px;
  51. font-weight: 600;
  52. line-height: 26px;
  53. margin: 16px 0 32px 0;
  54. text-align: $welcomePageHeaderTextAlign;
  55. }
  56. .insecure-room-name-warning {
  57. align-items: center;
  58. color: $defaultWarningColor;
  59. font-weight: 600;
  60. display: flex;
  61. flex-direction: row;
  62. margin-top: 15px;
  63. max-width: 480px;
  64. width: $welcomePageEnterRoomWidth;
  65. .jitsi-icon {
  66. margin-right: 15px;
  67. svg {
  68. fill: $defaultWarningColor;
  69. & > *:first-child {
  70. fill: none !important;
  71. }
  72. }
  73. }
  74. }
  75. ::placeholder {
  76. color: #253858;
  77. }
  78. #enter_room {
  79. display: $welcomePageEnterRoomDisplay;
  80. align-items: center;
  81. max-width: 480px;
  82. width: $welcomePageEnterRoomWidth;
  83. z-index: $zindex2;
  84. height: fit-content;
  85. .join-meeting-container {
  86. margin: $welcomePageEnterRoomMargin;
  87. padding: $welcomePageEnterRoomPadding;
  88. border-radius: 4px;
  89. background-color: #fff;
  90. display: flex;
  91. width: 100%;
  92. text-align: left;
  93. color: #253858;
  94. }
  95. .enter-room-input-container {
  96. flex-grow: 1;
  97. padding-right: 4px;
  98. .enter-room-input {
  99. border-radius: 4px;
  100. border: 0;
  101. background: #fff;
  102. display: inline-block;
  103. height: 50px;
  104. width: 100%;
  105. font-size: 14px;
  106. padding-left: 10px;
  107. &.focus-visible {
  108. outline: auto 2px #005fcc;
  109. }
  110. }
  111. }
  112. }
  113. #moderated-meetings {
  114. max-width: calc(100% - 40px);
  115. padding: 16px 0 0;
  116. width: $welcomePageEnterRoomWidth;
  117. text-align: center;
  118. a {
  119. color: inherit;
  120. font-weight: 600;
  121. }
  122. }
  123. }
  124. .tab-container {
  125. font-size: 16px;
  126. position: relative;
  127. text-align: left;
  128. display: $welcomePageTabContainerDisplay;
  129. flex-direction: column;
  130. .tab-content{
  131. display: $welcomePageTabContentDisplay;
  132. height: 250px;
  133. margin: 5px 0px;
  134. overflow: hidden;
  135. flex-grow: 1;
  136. position: relative;
  137. }
  138. .tab-buttons {
  139. background-color: #c7ddff;
  140. border-radius: 6px;
  141. color: #0163FF;
  142. font-size: 14px;
  143. line-height: 18px;
  144. margin: 4px;
  145. display: $welcomePageTabButtonsDisplay;
  146. [role="tab"] {
  147. background-color: #c7ddff;
  148. border-radius: 7px;
  149. cursor: pointer;
  150. display: $welcomePageTabDisplay;
  151. flex-grow: 1;
  152. margin: 2px;
  153. padding: 7px 0;
  154. text-align: center;
  155. color: inherit;
  156. border: 0;
  157. &[aria-selected="true"] {
  158. background-color: #FFF;
  159. }
  160. }
  161. }
  162. }
  163. .welcome-page-button {
  164. border: 0;
  165. font-size: 14px;
  166. background: #0074E0;
  167. border-radius: 3px;
  168. color: #FFFFFF;
  169. cursor: pointer;
  170. padding: 16px 20px;
  171. &:focus-within {
  172. outline: auto 2px #022e61;
  173. }
  174. }
  175. .welcome-page-settings {
  176. background: rgba(255, 255, 255, 0.38);
  177. border-radius: 3px;
  178. color: $welcomePageDescriptionColor;
  179. padding: 4px;
  180. position: absolute;
  181. top: calc(35px - #{$welcomePageHeaderContainerMarginTop});
  182. right: 0;
  183. z-index: $zindex2;
  184. * {
  185. cursor: pointer;
  186. font-size: 32px;
  187. }
  188. .toolbox-icon {
  189. height: 24px;
  190. width: 24px;
  191. }
  192. }
  193. .welcome-watermark {
  194. position: absolute;
  195. width: 100%;
  196. height: 100%;
  197. .watermark.leftwatermark {
  198. width: $welcomePageWatermarkWidth;
  199. height: $welcomePageWatermarkHeight;
  200. }
  201. .watermark.leftwatermarknomargin {
  202. width: $welcomePageWatermarkWidth;
  203. height: $welcomePageWatermarkHeight;
  204. }
  205. }
  206. &.without-content {
  207. .welcome-card {
  208. min-width: 500px;
  209. max-width: 580px;
  210. }
  211. }
  212. &.without-footer {
  213. justify-content: start;
  214. }
  215. .welcome-cards-container {
  216. color:#131519;
  217. padding-top: 40px;
  218. }
  219. .welcome-card-column {
  220. display: flex;
  221. justify-content: center;
  222. flex-direction: column;
  223. align-items: center;
  224. max-width: 688px;
  225. margin: auto;
  226. > div {
  227. margin-bottom: 16px;
  228. }
  229. }
  230. .welcome-card-text {
  231. padding: 32px;
  232. }
  233. .welcome-card {
  234. width: 100%;
  235. border-radius: 8px;
  236. &--dark {
  237. background: #444447;
  238. color: #fff;
  239. }
  240. &--blue {
  241. background: #D5E5FF;
  242. }
  243. &--grey {
  244. background: #F2F3F4;
  245. }
  246. }
  247. .welcome-footer {
  248. background: #131519;
  249. color: #fff;
  250. margin-top: 40px;
  251. position: relative;
  252. }
  253. .welcome-footer-centered {
  254. max-width: 688px;
  255. margin: 0 auto;
  256. }
  257. .welcome-footer-padded {
  258. padding: 0px 16px;
  259. }
  260. .welcome-footer-row-block {
  261. display: flex;
  262. justify-content: space-between;
  263. align-items: center;
  264. border-bottom: 1px solid #424447;
  265. &:last-child {
  266. border-bottom: none;
  267. }
  268. }
  269. .welcome-footer--row-1 {
  270. padding: 40px 0 24px 0;
  271. }
  272. .welcome-footer-row-1-text {
  273. max-width: 200px;
  274. margin-right: 16px;
  275. }
  276. }