Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

_welcome_page.scss 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. body.welcome-page {
  2. background: inherit;
  3. overflow: auto;
  4. }
  5. .welcome {
  6. background-image: $welcomePageBackground;
  7. display: flex;
  8. flex-direction: column;
  9. font-family: $welcomePageFontFamily;
  10. justify-content: space-between;
  11. min-height: 100vh;
  12. position: relative;
  13. .header {
  14. background-image: $welcomePageHeaderBackground;
  15. background-position: $welcomePageHeaderBackgroundPosition;
  16. background-repeat: $welcomePageHeaderBackgroundRepeat;
  17. background-size: $welcomePageHeaderBackgroundSize;
  18. padding-bottom: $welcomePageHeaderPaddingBottom;
  19. align-items: center;
  20. display: flex;
  21. flex-direction: column;
  22. min-height: fit-content;
  23. overflow: hidden;
  24. position: relative;
  25. text-align: center;
  26. .header-text {
  27. display: flex;
  28. flex-direction: column;
  29. margin-top: $watermarkHeight + $welcomePageHeaderTextMarginTop;
  30. margin-bottom: $welcomePageHeaderTextMarginBottom;
  31. max-width: calc(100% - 40px);
  32. width: 650px;
  33. z-index: $zindex2;
  34. }
  35. .header-text-title {
  36. color: $welcomePageTitleColor;
  37. font-size: $welcomePageHeaderTextTitleFontSize;
  38. font-weight: $welcomePageHeaderTextTitleFontWeight;
  39. line-height: $welcomePageHeaderTextTitleLineHeight;
  40. margin-bottom: $welcomePageHeaderTextTitleMarginBottom;
  41. opacity: $welcomePageHeaderTextTitleOpacity;
  42. }
  43. .header-text-description {
  44. display: $welcomePageHeaderTextDescriptionDisplay;
  45. color: $welcomePageDescriptionColor;
  46. font-size: $welcomePageHeaderTextDescriptionFontSize;
  47. font-weight: $welcomePageHeaderTextDescriptionFontWeight;
  48. line-height: $welcomePageHeaderTextDescriptionLineHeight;
  49. margin-bottom: $welcomePageHeaderTextDescriptionMarginBottom;
  50. align-self: $welcomePageHeaderTextDescriptionAlignSelf;
  51. }
  52. #enter_room {
  53. display: flex;
  54. align-items: center;
  55. max-width: calc(100% - 40px);
  56. width: $welcomePageEnterRoomWidth;
  57. z-index: $zindex2;
  58. background-color: #fff;
  59. padding: $welcomePageEnterRoomPadding;
  60. border-radius: $welcomePageEnterRoomBorderRadius;
  61. .enter-room-input-container {
  62. width: 100%;
  63. padding: $welcomePageEnterRoomInputContainerPadding;
  64. text-align: left;
  65. color: #253858;
  66. height: fit-content;
  67. .enter-room-title {
  68. display: $welcomePageEnterRoomTitleDisplay;
  69. font-size: 18px;
  70. font-weight: bold;
  71. padding-bottom: 5px;
  72. }
  73. .enter-room-input {
  74. border-width: $welcomePageEnterRoomInputContainerBorderWidth;
  75. border-style: $welcomePageEnterRoomInputContainerBorderStyle;
  76. border-image: $welcomePageEnterRoomInputContainerBorderImage;
  77. display: inline-block;
  78. width: 100%;
  79. font-size: 14px;
  80. }
  81. .insecure-room-name-warning {
  82. align-items: center;
  83. color: $defaultWarningColor;
  84. display: flex;
  85. flex-direction: row;
  86. margin-top: 5px;
  87. .jitsi-icon {
  88. margin-right: 15px;
  89. svg {
  90. fill: $defaultWarningColor
  91. }
  92. }
  93. }
  94. ::placeholder {
  95. color: #253858;
  96. }
  97. }
  98. }
  99. .tab-container {
  100. font-size: 16px;
  101. position: relative;
  102. text-align: left;
  103. min-height: 354px;
  104. width: 710px;
  105. background: #75A7E7;
  106. display: $welcomePageTabContainerDisplay;
  107. flex-direction: column;
  108. .tab-content{
  109. display: $welcomePageTabContentDisplay;
  110. margin: 5px 0px;
  111. overflow: hidden;
  112. flex-grow: 1;
  113. position: relative;
  114. > * {
  115. position: absolute;
  116. }
  117. }
  118. .tab-buttons {
  119. font-size: 18px;
  120. color: #FFFFFF;
  121. display: $welcomePageTabButtonsDisplay;
  122. flex-grow: 0;
  123. flex-direction: row;
  124. min-height: 54px;
  125. width: 100%;
  126. .tab {
  127. display: $welcomePageTabDisplay;
  128. text-align: center;
  129. background: rgba(9,30,66,0.37);
  130. height: 55px;
  131. line-height: 54px;
  132. flex-grow: 1;
  133. cursor: pointer;
  134. &.selected, &:hover {
  135. background: rgba(9,30,66,0.71);
  136. }
  137. &:last-child {
  138. margin-left: 1px;
  139. }
  140. }
  141. }
  142. }
  143. }
  144. .welcome-page-button {
  145. width: $welcomePageButtonWidth;
  146. min-width: $welcomePageButtonMinWidth;
  147. height: $welcomePageButtonHeight;
  148. font-size: $welcomePageButtonFontSize;
  149. font-weight: $welcomePageButtonFontWeight;
  150. background: #0074E0;
  151. border-radius: $welcomePageButtonBorderRadius;
  152. color: #FFFFFF;
  153. text-align: center;
  154. vertical-align: middle;
  155. line-height: $welcomePageButtonLineHeight;
  156. cursor: pointer;
  157. }
  158. .welcome-page-settings {
  159. color: $welcomePageDescriptionColor;
  160. position: absolute;
  161. top: 32px;
  162. right: 32px;
  163. z-index: $zindex2;
  164. * {
  165. cursor: pointer;
  166. font-size: 32px;
  167. }
  168. }
  169. .welcome-watermark {
  170. position: absolute;
  171. width: 100%;
  172. height: 100%;
  173. }
  174. }