@rtsee/ngx 0.0.48 → 0.0.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/dist/ngx/esm2022/lib/common/components/preloader/preloader.component.mjs +6 -8
  2. package/dist/ngx/esm2022/lib/components/constans/common.const.mjs +9 -0
  3. package/dist/ngx/esm2022/lib/components/enums/form.enum.mjs +10 -0
  4. package/dist/ngx/esm2022/lib/components/rtsee/rtsee-conference.component.mjs +4 -6
  5. package/dist/ngx/esm2022/lib/components/rtsee/rtsee-controls/rtsee-controls.component.mjs +4 -6
  6. package/dist/ngx/esm2022/lib/components/rtsee-auth/auth/auth.component.mjs +19 -0
  7. package/dist/ngx/esm2022/lib/components/rtsee-auth/forgot-password/forgot-password.component.mjs +28 -0
  8. package/dist/ngx/esm2022/lib/components/rtsee-auth/reset-password/reset-password.component.mjs +70 -0
  9. package/dist/ngx/esm2022/lib/components/rtsee-auth/services/utils.service.mjs +24 -0
  10. package/dist/ngx/esm2022/lib/components/rtsee-auth/sign-in/sign-in.component.mjs +36 -0
  11. package/dist/ngx/esm2022/lib/components/rtsee-auth/sign-up/sign-up.component.mjs +43 -0
  12. package/dist/ngx/esm2022/lib/components/rtsee-auth/types/auth-form.type.mjs +2 -0
  13. package/dist/ngx/esm2022/lib/components/rtsee-auth/vendors/vendors.component.mjs +11 -0
  14. package/dist/ngx/esm2022/lib/components/rtsee-container/rtsee-bottom-nav/rtsee-bottom-nav.component.mjs +18 -0
  15. package/dist/ngx/esm2022/lib/components/rtsee-container/rtsee-container.component.mjs +24 -6
  16. package/dist/ngx/esm2022/lib/components/rtsee-container/rtsee-sidenav/rtsee-sidenav.component.mjs +25 -0
  17. package/dist/ngx/esm2022/lib/components/rtsee-events-dashboard/components/event-thumbnail/event-thumbnail.component.mjs +3 -10
  18. package/dist/ngx/esm2022/lib/components/rtsee-events-dashboard/components/rtsee-events-dashboard-client/rtsee-events-dashboard-client.component.mjs +3 -3
  19. package/dist/ngx/esm2022/lib/components/rtsee-events-dashboard/components/rtsee-events-dashboard-client-thumbnail/rtsee-events-dashboard-client-thumbnail.component.mjs +3 -7
  20. package/dist/ngx/esm2022/lib/components/rtsee-events-dashboard/components/rtsee-events-dashboard-session/rtsee-events-dashboard-session.component.mjs +3 -5
  21. package/dist/ngx/esm2022/lib/components/rtsee-events-dashboard/rtsee-events-dashboard.component.mjs +4 -5
  22. package/dist/ngx/esm2022/lib/components/rtsee-messenger/chat/chat.component.mjs +4 -6
  23. package/dist/ngx/esm2022/lib/components/rtsee-messenger/chat-input/chat-input.component.mjs +10 -10
  24. package/dist/ngx/esm2022/lib/components/rtsee-messenger/chat-thumbnail/chat-thumbnail.component.mjs +4 -7
  25. package/dist/ngx/esm2022/lib/components/rtsee-messenger/chats-list/chats-list.component.mjs +3 -5
  26. package/dist/ngx/esm2022/lib/components/rtsee-messenger/main-menu/components/contacts-multiselect/contacts-multiselect.component.mjs +3 -5
  27. package/dist/ngx/esm2022/lib/components/rtsee-messenger/main-menu/components/manage-chat/manage-chat.component.mjs +3 -5
  28. package/dist/ngx/esm2022/lib/components/rtsee-messenger/main-menu/components/search/search.component.mjs +6 -6
  29. package/dist/ngx/esm2022/lib/components/rtsee-messenger/main-menu/main-menu.component.mjs +9 -9
  30. package/dist/ngx/esm2022/lib/components/rtsee-messenger/message/components/message-time-and-status/message-time-and-status.component.mjs +3 -7
  31. package/dist/ngx/esm2022/lib/components/rtsee-messenger/message/message.component.mjs +3 -11
  32. package/dist/ngx/esm2022/lib/components/rtsee-messenger/message-widgets/call-widget/call-widget.component.mjs +3 -6
  33. package/dist/ngx/esm2022/lib/components/rtsee-messenger/messages-list/messages-list.component.mjs +3 -8
  34. package/dist/ngx/esm2022/lib/components/rtsee-messenger/messenger/messenger.component.mjs +3 -5
  35. package/dist/ngx/esm2022/lib/components/rtsee-messenger/messenger-header/messenger-header.component.mjs +4 -7
  36. package/dist/ngx/esm2022/lib/components/rtsee-messenger/profile/profile.component.mjs +3 -4
  37. package/dist/ngx/esm2022/lib/components/rtsee-peer/rtsee-peer.component.mjs +4 -9
  38. package/dist/ngx/esm2022/lib/components/rtsee-peers-list/rtsee-peers-list.component.mjs +3 -3
  39. package/dist/ngx/esm2022/lib/components/rtsee-presentation/presentation/presentation.component.mjs +18 -0
  40. package/dist/ngx/esm2022/lib/components/rtsee-presentation/presentation-header/presentation-header.component.mjs +14 -0
  41. package/dist/ngx/esm2022/lib/components/rtsee-presentation/slide/slide.component.mjs +25 -0
  42. package/dist/ngx/esm2022/lib/components/rtsee-presentation/story-player/story-player.component.mjs +18 -0
  43. package/dist/ngx/esm2022/lib/components/rtsee-presentation/story-thumbnail/story-thumbnail.component.mjs +17 -0
  44. package/dist/ngx/esm2022/lib/components/rtsee-settings/rtsee-settings.component.mjs +20 -16
  45. package/dist/ngx/esm2022/lib/components/rtsee-soundbar/rtsee-soundbar.component.mjs +3 -9
  46. package/dist/ngx/esm2022/lib/directives/shave.directive.mjs +3 -4
  47. package/dist/ngx/esm2022/lib/directives/widget.directive.mjs +3 -4
  48. package/dist/ngx/esm2022/lib/ngx.module.mjs +71 -11
  49. package/dist/ngx/esm2022/lib/ngx.service.mjs +3 -4
  50. package/dist/ngx/esm2022/lib/services/default-images.service.mjs +6 -4
  51. package/dist/ngx/esm2022/lib/services/events-widgets.service.mjs +6 -4
  52. package/dist/ngx/esm2022/lib/services/message-widgets.service.mjs +8 -6
  53. package/dist/ngx/esm2022/lib/services/time-format-helper.service.mjs +3 -3
  54. package/dist/ngx/esm2022/public-api.mjs +3 -1
  55. package/dist/ngx/fesm2022/rtsee-ngx.mjs +511 -197
  56. package/dist/ngx/fesm2022/rtsee-ngx.mjs.map +1 -1
  57. package/dist/ngx/lib/components/constans/common.const.d.ts +8 -0
  58. package/dist/ngx/lib/components/enums/form.enum.d.ts +8 -0
  59. package/dist/ngx/lib/components/rtsee-auth/auth/auth.component.d.ts +6 -0
  60. package/dist/ngx/lib/components/rtsee-auth/forgot-password/forgot-password.component.d.ts +13 -0
  61. package/dist/ngx/lib/components/rtsee-auth/reset-password/reset-password.component.d.ts +21 -0
  62. package/dist/ngx/lib/components/rtsee-auth/services/utils.service.d.ts +7 -0
  63. package/dist/ngx/lib/components/rtsee-auth/sign-in/sign-in.component.d.ts +14 -0
  64. package/dist/ngx/lib/components/rtsee-auth/sign-up/sign-up.component.d.ts +12 -0
  65. package/dist/ngx/lib/components/rtsee-auth/types/auth-form.type.d.ts +27 -0
  66. package/dist/ngx/lib/components/rtsee-auth/vendors/vendors.component.d.ts +5 -0
  67. package/dist/ngx/lib/components/rtsee-container/rtsee-bottom-nav/rtsee-bottom-nav.component.d.ts +9 -0
  68. package/dist/ngx/lib/components/rtsee-container/rtsee-container.component.d.ts +8 -1
  69. package/dist/ngx/lib/components/rtsee-container/rtsee-sidenav/rtsee-sidenav.component.d.ts +11 -0
  70. package/dist/ngx/lib/components/rtsee-events-dashboard/rtsee-events-dashboard.component.d.ts +1 -1
  71. package/dist/ngx/lib/components/rtsee-presentation/presentation/presentation.component.d.ts +8 -0
  72. package/dist/ngx/lib/components/rtsee-presentation/presentation-header/presentation-header.component.d.ts +7 -0
  73. package/dist/ngx/lib/components/rtsee-presentation/slide/slide.component.d.ts +9 -0
  74. package/dist/ngx/lib/components/rtsee-presentation/story-player/story-player.component.d.ts +9 -0
  75. package/dist/ngx/lib/components/rtsee-presentation/story-thumbnail/story-thumbnail.component.d.ts +8 -0
  76. package/dist/ngx/lib/components/rtsee-settings/rtsee-settings.component.d.ts +6 -3
  77. package/dist/ngx/lib/ngx.module.d.ts +25 -10
  78. package/dist/ngx/public-api.d.ts +2 -0
  79. package/dist/ngx/src/lib/common/compiled-scss/styles.scss +3262 -106
  80. package/package.json +9 -6
@@ -6,6 +6,50 @@ $rts-offset-sm: 8px;
6
6
  $rts-offset-md: 16px;
7
7
  $rts-offset-lg: 24px;
8
8
 
9
+ $rts-header-height: 65px;
10
+
11
+ $rts-default-border-radius: 8px;
12
+ $rts-rounded-border-radius: 16px;
13
+
14
+ $rts-main-bg-color-light: #ffffff;
15
+ $rts-secondary-bg-color-light: #e6eef3;
16
+ $rts-main-bg-color-dark: #000000;
17
+ $rts-live-color: #91d8bb;
18
+
19
+ $rts-active-bg-color-light: #bbdffd;
20
+
21
+
22
+ $rts-font-color-dark: #000000;
23
+ $rts-font-color-light: #333333;
24
+
25
+ $rts-font-color-dbg-light: #ffffff;
26
+
27
+ $rts-user-avatar-d-sm: 42px;
28
+ $rts-user-avatar-d-md: 54px;
29
+ $rts-user-avatar-d-lg: 65px;
30
+
31
+ $rts-message-status-width: 69px;
32
+
33
+
34
+ $rts-state-bg-color: #D1F1EF;
35
+ $rts-disabled-color: #82DBD8;
36
+ $rts-slightly-active-color: #B3E8E5;
37
+ $rts-super-active-color: #3BACB6;
38
+
39
+ $rts-break-sm: 480px;
40
+ $rts-break-md: 800px;
41
+ $rts-break-lg: 1100px;
42
+
43
+
44
+ $rts-header-height: 65px;
45
+ $rts-header-height-m: 45px;
46
+
47
+ // end of new design-variables
48
+
49
+ $rts-offset-sm: 8px;
50
+ $rts-offset-md: 16px;
51
+ $rts-offset-lg: 24px;
52
+
9
53
  $rts-default-border-radius: 8px;
10
54
  $rts-rounded-border-radius: 16px;
11
55
 
@@ -34,6 +78,9 @@ $rts-disabled-color: #82DBD8;
34
78
  $rts-slightly-active-color: #B3E8E5;
35
79
  $rts-super-active-color: #3BACB6;
36
80
 
81
+ $video-container-width: 320px;
82
+ $video-container-height: 240px;
83
+
37
84
  // new design-variables
38
85
 
39
86
  $rts-new-offset-xsm: 8px;
@@ -53,6 +100,59 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
53
100
  $rts-new-small-text-size: 12px;
54
101
  $rts-new-default-text-size: 16px;
55
102
 
103
+ $rts-break-sm: 480px;
104
+ $rts-break-md: 800px;
105
+ $rts-break-lg: 1100px;
106
+
107
+
108
+ $rts-header-height: 65px;
109
+ $rts-header-height-m: 45px;
110
+ $rts-bottom-nav-height: 50px;
111
+
112
+ // end of new design-variables
113
+
114
+ $rts-offset-sm: 8px;
115
+ $rts-offset-md: 16px;
116
+ $rts-offset-lg: 24px;
117
+
118
+ $rts-header-height: 65px;
119
+
120
+ $rts-default-border-radius: 8px;
121
+ $rts-rounded-border-radius: 16px;
122
+
123
+ $rts-main-bg-color-light: #ffffff;
124
+ $rts-secondary-bg-color-light: #e6eef3;
125
+ $rts-main-bg-color-dark: #000000;
126
+ $rts-live-color: #91d8bb;
127
+
128
+ $rts-active-bg-color-light: #bbdffd;
129
+
130
+
131
+ $rts-font-color-dark: #000000;
132
+ $rts-font-color-light: #333333;
133
+
134
+ $rts-font-color-dbg-light: #ffffff;
135
+
136
+ $rts-user-avatar-d-sm: 42px;
137
+ $rts-user-avatar-d-md: 54px;
138
+ $rts-user-avatar-d-lg: 65px;
139
+
140
+ $rts-message-status-width: 69px;
141
+
142
+
143
+ $rts-state-bg-color: #D1F1EF;
144
+ $rts-disabled-color: #82DBD8;
145
+ $rts-slightly-active-color: #B3E8E5;
146
+ $rts-super-active-color: #3BACB6;
147
+
148
+ $rts-break-sm: 480px;
149
+ $rts-break-md: 800px;
150
+ $rts-break-lg: 1100px;
151
+
152
+
153
+ $rts-header-height: 65px;
154
+ $rts-header-height-m: 45px;
155
+
56
156
  // end of new design-variables
57
157
 
58
158
  $rts-offset-sm: 8px;
@@ -87,6 +187,9 @@ $rts-disabled-color: #82DBD8;
87
187
  $rts-slightly-active-color: #B3E8E5;
88
188
  $rts-super-active-color: #3BACB6;
89
189
 
190
+ $video-container-width: 320px;
191
+ $video-container-height: 240px;
192
+
90
193
  // new design-variables
91
194
 
92
195
  $rts-new-offset-xsm: 8px;
@@ -106,6 +209,15 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
106
209
  $rts-new-small-text-size: 12px;
107
210
  $rts-new-default-text-size: 16px;
108
211
 
212
+ $rts-break-sm: 480px;
213
+ $rts-break-md: 800px;
214
+ $rts-break-lg: 1100px;
215
+
216
+
217
+ $rts-header-height: 65px;
218
+ $rts-header-height-m: 45px;
219
+ $rts-bottom-nav-height: 50px;
220
+
109
221
  // end of new design-variables
110
222
 
111
223
 
@@ -143,6 +255,50 @@ $rts-new-default-text-size: 16px;
143
255
 
144
256
 
145
257
 
258
+ $rts-offset-sm: 8px;
259
+ $rts-offset-md: 16px;
260
+ $rts-offset-lg: 24px;
261
+
262
+ $rts-header-height: 65px;
263
+
264
+ $rts-default-border-radius: 8px;
265
+ $rts-rounded-border-radius: 16px;
266
+
267
+ $rts-main-bg-color-light: #ffffff;
268
+ $rts-secondary-bg-color-light: #e6eef3;
269
+ $rts-main-bg-color-dark: #000000;
270
+ $rts-live-color: #91d8bb;
271
+
272
+ $rts-active-bg-color-light: #bbdffd;
273
+
274
+
275
+ $rts-font-color-dark: #000000;
276
+ $rts-font-color-light: #333333;
277
+
278
+ $rts-font-color-dbg-light: #ffffff;
279
+
280
+ $rts-user-avatar-d-sm: 42px;
281
+ $rts-user-avatar-d-md: 54px;
282
+ $rts-user-avatar-d-lg: 65px;
283
+
284
+ $rts-message-status-width: 69px;
285
+
286
+
287
+ $rts-state-bg-color: #D1F1EF;
288
+ $rts-disabled-color: #82DBD8;
289
+ $rts-slightly-active-color: #B3E8E5;
290
+ $rts-super-active-color: #3BACB6;
291
+
292
+ $rts-break-sm: 480px;
293
+ $rts-break-md: 800px;
294
+ $rts-break-lg: 1100px;
295
+
296
+
297
+ $rts-header-height: 65px;
298
+ $rts-header-height-m: 45px;
299
+
300
+ // end of new design-variables
301
+
146
302
  $rts-offset-sm: 8px;
147
303
  $rts-offset-md: 16px;
148
304
  $rts-offset-lg: 24px;
@@ -175,6 +331,9 @@ $rts-disabled-color: #82DBD8;
175
331
  $rts-slightly-active-color: #B3E8E5;
176
332
  $rts-super-active-color: #3BACB6;
177
333
 
334
+ $video-container-width: 320px;
335
+ $video-container-height: 240px;
336
+
178
337
  // new design-variables
179
338
 
180
339
  $rts-new-offset-xsm: 8px;
@@ -194,6 +353,15 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
194
353
  $rts-new-small-text-size: 12px;
195
354
  $rts-new-default-text-size: 16px;
196
355
 
356
+ $rts-break-sm: 480px;
357
+ $rts-break-md: 800px;
358
+ $rts-break-lg: 1100px;
359
+
360
+
361
+ $rts-header-height: 65px;
362
+ $rts-header-height-m: 45px;
363
+ $rts-bottom-nav-height: 50px;
364
+
197
365
  // end of new design-variables
198
366
 
199
367
 
@@ -204,44 +372,13 @@ $rtsee-chat-input-height: 40px;
204
372
  .rtsee-messenger, .rtsee-events-dashboard {
205
373
  font-family: "Work Sans", Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
206
374
  }
207
- .rts-section {
208
- padding: $rts-offset-sm;
209
- background-color: $rts-main-bg-color-light;
210
- }
211
-
212
- $rtsee-container-top-offset: 84px;
213
- $rtsee-default-component-dimension: 320px;
214
-
215
- .rtsee-container {
216
- position: fixed;
217
- width: $rtsee-default-component-dimension;
218
- height: calc(100% - ($rtsee-container-top-offset + $rts-offset-md));
219
- top: $rtsee-container-top-offset;
220
- right: $rts-new-offset-md;
221
-
222
- .rtsee-messenger {
223
- height: $rtsee-default-component-dimension;
224
-
225
- &.rtsee-messenger-folded {
226
- height: $rts-messenger-header-height;
227
- position: absolute;
228
- border-radius: $rts-default-border-radius $rts-default-border-radius 0 0;
229
- bottom: 0;
230
- z-index: 1;
231
- }
232
- }
233
-
234
- > :not(:first-child) {
235
- .rtsee-messenger {
236
- margin-top: $rts-offset-lg;
237
- }
238
- }
239
- }
240
375
 
241
376
  $rts-offset-sm: 8px;
242
377
  $rts-offset-md: 16px;
243
378
  $rts-offset-lg: 24px;
244
379
 
380
+ $rts-header-height: 65px;
381
+
245
382
  $rts-default-border-radius: 8px;
246
383
  $rts-rounded-border-radius: 16px;
247
384
 
@@ -270,31 +407,16 @@ $rts-disabled-color: #82DBD8;
270
407
  $rts-slightly-active-color: #B3E8E5;
271
408
  $rts-super-active-color: #3BACB6;
272
409
 
273
- // new design-variables
274
-
275
- $rts-new-offset-xsm: 8px;
276
- $rts-new-offset-sm: 12px;
277
- $rts-new-offset-md: 18px;
278
-
279
- $rts-new-user-avatar-d-sm: 40px;
280
-
281
- $rts-new-default-border-radius: 8px;
282
- $rts-new-border-radius-rounded: 12px;
283
-
284
- $rts-new-primary-color: #ea7b00;
285
- $rts-new-active-bg-color-light: #feefe0;
286
- $rts-new-secondary-bg-color-light: #e8e9eb;
410
+ $rts-break-sm: 480px;
411
+ $rts-break-md: 800px;
412
+ $rts-break-lg: 1100px;
287
413
 
288
414
 
289
- $rts-new-small-text-size: 12px;
290
- $rts-new-default-text-size: 16px;
415
+ $rts-header-height: 65px;
416
+ $rts-header-height-m: 45px;
291
417
 
292
418
  // end of new design-variables
293
419
 
294
-
295
- $rts-messenger-header-height: $rts-offset-sm + $rts-user-avatar-d-sm + $rts-offset-sm;
296
- $rtsee-chat-input-height: 40px;
297
-
298
420
  $rts-offset-sm: 8px;
299
421
  $rts-offset-md: 16px;
300
422
  $rts-offset-lg: 24px;
@@ -327,6 +449,9 @@ $rts-disabled-color: #82DBD8;
327
449
  $rts-slightly-active-color: #B3E8E5;
328
450
  $rts-super-active-color: #3BACB6;
329
451
 
452
+ $video-container-width: 320px;
453
+ $video-container-height: 240px;
454
+
330
455
  // new design-variables
331
456
 
332
457
  $rts-new-offset-xsm: 8px;
@@ -346,9 +471,22 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
346
471
  $rts-new-small-text-size: 12px;
347
472
  $rts-new-default-text-size: 16px;
348
473
 
474
+ $rts-break-sm: 480px;
475
+ $rts-break-md: 800px;
476
+ $rts-break-lg: 1100px;
477
+
478
+
479
+ $rts-header-height: 65px;
480
+ $rts-header-height-m: 45px;
481
+ $rts-bottom-nav-height: 50px;
482
+
349
483
  // end of new design-variables
350
484
 
351
485
 
486
+ $rts-messenger-header-height: $rts-offset-sm + $rts-user-avatar-d-sm + $rts-offset-sm;
487
+ $rtsee-chat-input-height: 40px;
488
+
489
+
352
490
  $control-icon-size: 18px;
353
491
 
354
492
  * {
@@ -452,6 +590,50 @@ $rts-offset-sm: 8px;
452
590
  $rts-offset-md: 16px;
453
591
  $rts-offset-lg: 24px;
454
592
 
593
+ $rts-header-height: 65px;
594
+
595
+ $rts-default-border-radius: 8px;
596
+ $rts-rounded-border-radius: 16px;
597
+
598
+ $rts-main-bg-color-light: #ffffff;
599
+ $rts-secondary-bg-color-light: #e6eef3;
600
+ $rts-main-bg-color-dark: #000000;
601
+ $rts-live-color: #91d8bb;
602
+
603
+ $rts-active-bg-color-light: #bbdffd;
604
+
605
+
606
+ $rts-font-color-dark: #000000;
607
+ $rts-font-color-light: #333333;
608
+
609
+ $rts-font-color-dbg-light: #ffffff;
610
+
611
+ $rts-user-avatar-d-sm: 42px;
612
+ $rts-user-avatar-d-md: 54px;
613
+ $rts-user-avatar-d-lg: 65px;
614
+
615
+ $rts-message-status-width: 69px;
616
+
617
+
618
+ $rts-state-bg-color: #D1F1EF;
619
+ $rts-disabled-color: #82DBD8;
620
+ $rts-slightly-active-color: #B3E8E5;
621
+ $rts-super-active-color: #3BACB6;
622
+
623
+ $rts-break-sm: 480px;
624
+ $rts-break-md: 800px;
625
+ $rts-break-lg: 1100px;
626
+
627
+
628
+ $rts-header-height: 65px;
629
+ $rts-header-height-m: 45px;
630
+
631
+ // end of new design-variables
632
+
633
+ $rts-offset-sm: 8px;
634
+ $rts-offset-md: 16px;
635
+ $rts-offset-lg: 24px;
636
+
455
637
  $rts-default-border-radius: 8px;
456
638
  $rts-rounded-border-radius: 16px;
457
639
 
@@ -480,6 +662,9 @@ $rts-disabled-color: #82DBD8;
480
662
  $rts-slightly-active-color: #B3E8E5;
481
663
  $rts-super-active-color: #3BACB6;
482
664
 
665
+ $video-container-width: 320px;
666
+ $video-container-height: 240px;
667
+
483
668
  // new design-variables
484
669
 
485
670
  $rts-new-offset-xsm: 8px;
@@ -499,6 +684,15 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
499
684
  $rts-new-small-text-size: 12px;
500
685
  $rts-new-default-text-size: 16px;
501
686
 
687
+ $rts-break-sm: 480px;
688
+ $rts-break-md: 800px;
689
+ $rts-break-lg: 1100px;
690
+
691
+
692
+ $rts-header-height: 65px;
693
+ $rts-header-height-m: 45px;
694
+ $rts-bottom-nav-height: 50px;
695
+
502
696
  // end of new design-variables
503
697
 
504
698
 
@@ -519,6 +713,8 @@ $rts-offset-sm: 8px;
519
713
  $rts-offset-md: 16px;
520
714
  $rts-offset-lg: 24px;
521
715
 
716
+ $rts-header-height: 65px;
717
+
522
718
  $rts-default-border-radius: 8px;
523
719
  $rts-rounded-border-radius: 16px;
524
720
 
@@ -547,24 +743,13 @@ $rts-disabled-color: #82DBD8;
547
743
  $rts-slightly-active-color: #B3E8E5;
548
744
  $rts-super-active-color: #3BACB6;
549
745
 
550
- // new design-variables
551
-
552
- $rts-new-offset-xsm: 8px;
553
- $rts-new-offset-sm: 12px;
554
- $rts-new-offset-md: 18px;
555
-
556
- $rts-new-user-avatar-d-sm: 40px;
557
-
558
- $rts-new-default-border-radius: 8px;
559
- $rts-new-border-radius-rounded: 12px;
560
-
561
- $rts-new-primary-color: #ea7b00;
562
- $rts-new-active-bg-color-light: #feefe0;
563
- $rts-new-secondary-bg-color-light: #e8e9eb;
746
+ $rts-break-sm: 480px;
747
+ $rts-break-md: 800px;
748
+ $rts-break-lg: 1100px;
564
749
 
565
750
 
566
- $rts-new-small-text-size: 12px;
567
- $rts-new-default-text-size: 16px;
751
+ $rts-header-height: 65px;
752
+ $rts-header-height-m: 45px;
568
753
 
569
754
  // end of new design-variables
570
755
 
@@ -600,6 +785,9 @@ $rts-disabled-color: #82DBD8;
600
785
  $rts-slightly-active-color: #B3E8E5;
601
786
  $rts-super-active-color: #3BACB6;
602
787
 
788
+ $video-container-width: 320px;
789
+ $video-container-height: 240px;
790
+
603
791
  // new design-variables
604
792
 
605
793
  $rts-new-offset-xsm: 8px;
@@ -619,38 +807,23 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
619
807
  $rts-new-small-text-size: 12px;
620
808
  $rts-new-default-text-size: 16px;
621
809
 
622
- // end of new design-variables
623
-
624
-
625
- $rts-messenger-header-height: $rts-offset-sm + $rts-user-avatar-d-sm + $rts-offset-sm;
626
- $rtsee-chat-input-height: 40px;
627
-
628
-
810
+ $rts-break-sm: 480px;
811
+ $rts-break-md: 800px;
812
+ $rts-break-lg: 1100px;
629
813
 
630
- .rtsee-chat {
631
- height: 100%;
632
- padding-bottom: $rtsee-chat-input-height + $rts-offset-sm + $rts-offset-sm;
633
- background: $rts-new-secondary-bg-color-light;
634
814
 
635
- .rtsee-chat-body-container {
636
- height: 100%;
637
- }
815
+ $rts-header-height: 65px;
816
+ $rts-header-height-m: 45px;
817
+ $rts-bottom-nav-height: 50px;
638
818
 
639
- .rtsee-chat-footer-container {
640
- position: absolute;
641
- height: $rtsee-chat-input-height;
642
- width: calc(100% - #{$rts-new-offset-xsm * 2});
643
- margin: 0 $rts-new-offset-xsm;
644
- background: $rts-main-bg-color-light;
645
- border-radius: $rts-new-border-radius-rounded;
646
- bottom: $rts-new-offset-xsm;
647
- }
648
- }
819
+ // end of new design-variables
649
820
 
650
821
  $rts-offset-sm: 8px;
651
822
  $rts-offset-md: 16px;
652
823
  $rts-offset-lg: 24px;
653
824
 
825
+ $rts-header-height: 65px;
826
+
654
827
  $rts-default-border-radius: 8px;
655
828
  $rts-rounded-border-radius: 16px;
656
829
 
@@ -679,10 +852,195 @@ $rts-disabled-color: #82DBD8;
679
852
  $rts-slightly-active-color: #B3E8E5;
680
853
  $rts-super-active-color: #3BACB6;
681
854
 
682
- // new design-variables
855
+ $rts-break-sm: 480px;
856
+ $rts-break-md: 800px;
857
+ $rts-break-lg: 1100px;
683
858
 
684
- $rts-new-offset-xsm: 8px;
685
- $rts-new-offset-sm: 12px;
859
+
860
+ $rts-header-height: 65px;
861
+ $rts-header-height-m: 45px;
862
+
863
+ // end of new design-variables
864
+
865
+ $rts-offset-sm: 8px;
866
+ $rts-offset-md: 16px;
867
+ $rts-offset-lg: 24px;
868
+
869
+ $rts-default-border-radius: 8px;
870
+ $rts-rounded-border-radius: 16px;
871
+
872
+ $rts-main-bg-color-light: #ffffff;
873
+ $rts-secondary-bg-color-light: #e6eef3;
874
+ $rts-main-bg-color-dark: #000000;
875
+ $rts-live-color: #91d8bb;
876
+
877
+ $rts-active-bg-color-light: #bbdffd;
878
+
879
+
880
+ $rts-font-color-dark: #000000;
881
+ $rts-font-color-light: #333333;
882
+
883
+ $rts-font-color-dbg-light: #ffffff;
884
+
885
+ $rts-user-avatar-d-sm: 42px;
886
+ $rts-user-avatar-d-md: 54px;
887
+ $rts-user-avatar-d-lg: 65px;
888
+
889
+ $rts-message-status-width: 69px;
890
+
891
+
892
+ $rts-state-bg-color: #D1F1EF;
893
+ $rts-disabled-color: #82DBD8;
894
+ $rts-slightly-active-color: #B3E8E5;
895
+ $rts-super-active-color: #3BACB6;
896
+
897
+ $video-container-width: 320px;
898
+ $video-container-height: 240px;
899
+
900
+ // new design-variables
901
+
902
+ $rts-new-offset-xsm: 8px;
903
+ $rts-new-offset-sm: 12px;
904
+ $rts-new-offset-md: 18px;
905
+
906
+ $rts-new-user-avatar-d-sm: 40px;
907
+
908
+ $rts-new-default-border-radius: 8px;
909
+ $rts-new-border-radius-rounded: 12px;
910
+
911
+ $rts-new-primary-color: #ea7b00;
912
+ $rts-new-active-bg-color-light: #feefe0;
913
+ $rts-new-secondary-bg-color-light: #e8e9eb;
914
+
915
+
916
+ $rts-new-small-text-size: 12px;
917
+ $rts-new-default-text-size: 16px;
918
+
919
+ $rts-break-sm: 480px;
920
+ $rts-break-md: 800px;
921
+ $rts-break-lg: 1100px;
922
+
923
+
924
+ $rts-header-height: 65px;
925
+ $rts-header-height-m: 45px;
926
+ $rts-bottom-nav-height: 50px;
927
+
928
+ // end of new design-variables
929
+
930
+
931
+ $rts-messenger-header-height: $rts-offset-sm + $rts-user-avatar-d-sm + $rts-offset-sm;
932
+ $rtsee-chat-input-height: 40px;
933
+
934
+
935
+
936
+ .rtsee-chat {
937
+ height: 100%;
938
+ padding-bottom: $rtsee-chat-input-height + $rts-offset-sm + $rts-offset-sm;
939
+ background: $rts-new-secondary-bg-color-light;
940
+
941
+ .rtsee-chat-body-container {
942
+ height: 100%;
943
+ }
944
+
945
+ .rtsee-chat-footer-container {
946
+ position: absolute;
947
+ padding: $rts-new-offset-xsm;
948
+ bottom: $rts-new-offset-xsm;
949
+ background-color: $rts-secondary-bg-color-light;
950
+ width: 100%;
951
+
952
+ .rtsee-chat-footer-container-inner {
953
+ height: $rtsee-chat-input-height;
954
+ background: $rts-main-bg-color-light;
955
+ border-radius: $rts-new-border-radius-rounded;
956
+ width: 100%;
957
+ }
958
+ }
959
+ }
960
+
961
+ $rts-offset-sm: 8px;
962
+ $rts-offset-md: 16px;
963
+ $rts-offset-lg: 24px;
964
+
965
+ $rts-header-height: 65px;
966
+
967
+ $rts-default-border-radius: 8px;
968
+ $rts-rounded-border-radius: 16px;
969
+
970
+ $rts-main-bg-color-light: #ffffff;
971
+ $rts-secondary-bg-color-light: #e6eef3;
972
+ $rts-main-bg-color-dark: #000000;
973
+ $rts-live-color: #91d8bb;
974
+
975
+ $rts-active-bg-color-light: #bbdffd;
976
+
977
+
978
+ $rts-font-color-dark: #000000;
979
+ $rts-font-color-light: #333333;
980
+
981
+ $rts-font-color-dbg-light: #ffffff;
982
+
983
+ $rts-user-avatar-d-sm: 42px;
984
+ $rts-user-avatar-d-md: 54px;
985
+ $rts-user-avatar-d-lg: 65px;
986
+
987
+ $rts-message-status-width: 69px;
988
+
989
+
990
+ $rts-state-bg-color: #D1F1EF;
991
+ $rts-disabled-color: #82DBD8;
992
+ $rts-slightly-active-color: #B3E8E5;
993
+ $rts-super-active-color: #3BACB6;
994
+
995
+ $rts-break-sm: 480px;
996
+ $rts-break-md: 800px;
997
+ $rts-break-lg: 1100px;
998
+
999
+
1000
+ $rts-header-height: 65px;
1001
+ $rts-header-height-m: 45px;
1002
+
1003
+ // end of new design-variables
1004
+
1005
+ $rts-offset-sm: 8px;
1006
+ $rts-offset-md: 16px;
1007
+ $rts-offset-lg: 24px;
1008
+
1009
+ $rts-default-border-radius: 8px;
1010
+ $rts-rounded-border-radius: 16px;
1011
+
1012
+ $rts-main-bg-color-light: #ffffff;
1013
+ $rts-secondary-bg-color-light: #e6eef3;
1014
+ $rts-main-bg-color-dark: #000000;
1015
+ $rts-live-color: #91d8bb;
1016
+
1017
+ $rts-active-bg-color-light: #bbdffd;
1018
+
1019
+
1020
+ $rts-font-color-dark: #000000;
1021
+ $rts-font-color-light: #333333;
1022
+
1023
+ $rts-font-color-dbg-light: #ffffff;
1024
+
1025
+ $rts-user-avatar-d-sm: 42px;
1026
+ $rts-user-avatar-d-md: 54px;
1027
+ $rts-user-avatar-d-lg: 65px;
1028
+
1029
+ $rts-message-status-width: 69px;
1030
+
1031
+
1032
+ $rts-state-bg-color: #D1F1EF;
1033
+ $rts-disabled-color: #82DBD8;
1034
+ $rts-slightly-active-color: #B3E8E5;
1035
+ $rts-super-active-color: #3BACB6;
1036
+
1037
+ $video-container-width: 320px;
1038
+ $video-container-height: 240px;
1039
+
1040
+ // new design-variables
1041
+
1042
+ $rts-new-offset-xsm: 8px;
1043
+ $rts-new-offset-sm: 12px;
686
1044
  $rts-new-offset-md: 18px;
687
1045
 
688
1046
  $rts-new-user-avatar-d-sm: 40px;
@@ -698,6 +1056,15 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
698
1056
  $rts-new-small-text-size: 12px;
699
1057
  $rts-new-default-text-size: 16px;
700
1058
 
1059
+ $rts-break-sm: 480px;
1060
+ $rts-break-md: 800px;
1061
+ $rts-break-lg: 1100px;
1062
+
1063
+
1064
+ $rts-header-height: 65px;
1065
+ $rts-header-height-m: 45px;
1066
+ $rts-bottom-nav-height: 50px;
1067
+
701
1068
  // end of new design-variables
702
1069
 
703
1070
 
@@ -708,6 +1075,50 @@ $rts-offset-sm: 8px;
708
1075
  $rts-offset-md: 16px;
709
1076
  $rts-offset-lg: 24px;
710
1077
 
1078
+ $rts-header-height: 65px;
1079
+
1080
+ $rts-default-border-radius: 8px;
1081
+ $rts-rounded-border-radius: 16px;
1082
+
1083
+ $rts-main-bg-color-light: #ffffff;
1084
+ $rts-secondary-bg-color-light: #e6eef3;
1085
+ $rts-main-bg-color-dark: #000000;
1086
+ $rts-live-color: #91d8bb;
1087
+
1088
+ $rts-active-bg-color-light: #bbdffd;
1089
+
1090
+
1091
+ $rts-font-color-dark: #000000;
1092
+ $rts-font-color-light: #333333;
1093
+
1094
+ $rts-font-color-dbg-light: #ffffff;
1095
+
1096
+ $rts-user-avatar-d-sm: 42px;
1097
+ $rts-user-avatar-d-md: 54px;
1098
+ $rts-user-avatar-d-lg: 65px;
1099
+
1100
+ $rts-message-status-width: 69px;
1101
+
1102
+
1103
+ $rts-state-bg-color: #D1F1EF;
1104
+ $rts-disabled-color: #82DBD8;
1105
+ $rts-slightly-active-color: #B3E8E5;
1106
+ $rts-super-active-color: #3BACB6;
1107
+
1108
+ $rts-break-sm: 480px;
1109
+ $rts-break-md: 800px;
1110
+ $rts-break-lg: 1100px;
1111
+
1112
+
1113
+ $rts-header-height: 65px;
1114
+ $rts-header-height-m: 45px;
1115
+
1116
+ // end of new design-variables
1117
+
1118
+ $rts-offset-sm: 8px;
1119
+ $rts-offset-md: 16px;
1120
+ $rts-offset-lg: 24px;
1121
+
711
1122
  $rts-default-border-radius: 8px;
712
1123
  $rts-rounded-border-radius: 16px;
713
1124
 
@@ -736,6 +1147,9 @@ $rts-disabled-color: #82DBD8;
736
1147
  $rts-slightly-active-color: #B3E8E5;
737
1148
  $rts-super-active-color: #3BACB6;
738
1149
 
1150
+ $video-container-width: 320px;
1151
+ $video-container-height: 240px;
1152
+
739
1153
  // new design-variables
740
1154
 
741
1155
  $rts-new-offset-xsm: 8px;
@@ -755,6 +1169,15 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
755
1169
  $rts-new-small-text-size: 12px;
756
1170
  $rts-new-default-text-size: 16px;
757
1171
 
1172
+ $rts-break-sm: 480px;
1173
+ $rts-break-md: 800px;
1174
+ $rts-break-lg: 1100px;
1175
+
1176
+
1177
+ $rts-header-height: 65px;
1178
+ $rts-header-height-m: 45px;
1179
+ $rts-bottom-nav-height: 50px;
1180
+
758
1181
  // end of new design-variables
759
1182
 
760
1183
 
@@ -866,6 +1289,50 @@ $rts-offset-sm: 8px;
866
1289
  $rts-offset-md: 16px;
867
1290
  $rts-offset-lg: 24px;
868
1291
 
1292
+ $rts-header-height: 65px;
1293
+
1294
+ $rts-default-border-radius: 8px;
1295
+ $rts-rounded-border-radius: 16px;
1296
+
1297
+ $rts-main-bg-color-light: #ffffff;
1298
+ $rts-secondary-bg-color-light: #e6eef3;
1299
+ $rts-main-bg-color-dark: #000000;
1300
+ $rts-live-color: #91d8bb;
1301
+
1302
+ $rts-active-bg-color-light: #bbdffd;
1303
+
1304
+
1305
+ $rts-font-color-dark: #000000;
1306
+ $rts-font-color-light: #333333;
1307
+
1308
+ $rts-font-color-dbg-light: #ffffff;
1309
+
1310
+ $rts-user-avatar-d-sm: 42px;
1311
+ $rts-user-avatar-d-md: 54px;
1312
+ $rts-user-avatar-d-lg: 65px;
1313
+
1314
+ $rts-message-status-width: 69px;
1315
+
1316
+
1317
+ $rts-state-bg-color: #D1F1EF;
1318
+ $rts-disabled-color: #82DBD8;
1319
+ $rts-slightly-active-color: #B3E8E5;
1320
+ $rts-super-active-color: #3BACB6;
1321
+
1322
+ $rts-break-sm: 480px;
1323
+ $rts-break-md: 800px;
1324
+ $rts-break-lg: 1100px;
1325
+
1326
+
1327
+ $rts-header-height: 65px;
1328
+ $rts-header-height-m: 45px;
1329
+
1330
+ // end of new design-variables
1331
+
1332
+ $rts-offset-sm: 8px;
1333
+ $rts-offset-md: 16px;
1334
+ $rts-offset-lg: 24px;
1335
+
869
1336
  $rts-default-border-radius: 8px;
870
1337
  $rts-rounded-border-radius: 16px;
871
1338
 
@@ -894,6 +1361,9 @@ $rts-disabled-color: #82DBD8;
894
1361
  $rts-slightly-active-color: #B3E8E5;
895
1362
  $rts-super-active-color: #3BACB6;
896
1363
 
1364
+ $video-container-width: 320px;
1365
+ $video-container-height: 240px;
1366
+
897
1367
  // new design-variables
898
1368
 
899
1369
  $rts-new-offset-xsm: 8px;
@@ -913,6 +1383,15 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
913
1383
  $rts-new-small-text-size: 12px;
914
1384
  $rts-new-default-text-size: 16px;
915
1385
 
1386
+ $rts-break-sm: 480px;
1387
+ $rts-break-md: 800px;
1388
+ $rts-break-lg: 1100px;
1389
+
1390
+
1391
+ $rts-header-height: 65px;
1392
+ $rts-header-height-m: 45px;
1393
+ $rts-bottom-nav-height: 50px;
1394
+
916
1395
  // end of new design-variables
917
1396
 
918
1397
 
@@ -984,6 +1463,8 @@ $rts-offset-sm: 8px;
984
1463
  $rts-offset-md: 16px;
985
1464
  $rts-offset-lg: 24px;
986
1465
 
1466
+ $rts-header-height: 65px;
1467
+
987
1468
  $rts-default-border-radius: 8px;
988
1469
  $rts-rounded-border-radius: 16px;
989
1470
 
@@ -1012,15 +1493,60 @@ $rts-disabled-color: #82DBD8;
1012
1493
  $rts-slightly-active-color: #B3E8E5;
1013
1494
  $rts-super-active-color: #3BACB6;
1014
1495
 
1015
- // new design-variables
1496
+ $rts-break-sm: 480px;
1497
+ $rts-break-md: 800px;
1498
+ $rts-break-lg: 1100px;
1016
1499
 
1017
- $rts-new-offset-xsm: 8px;
1018
- $rts-new-offset-sm: 12px;
1019
- $rts-new-offset-md: 18px;
1020
1500
 
1021
- $rts-new-user-avatar-d-sm: 40px;
1501
+ $rts-header-height: 65px;
1502
+ $rts-header-height-m: 45px;
1022
1503
 
1023
- $rts-new-default-border-radius: 8px;
1504
+ // end of new design-variables
1505
+
1506
+ $rts-offset-sm: 8px;
1507
+ $rts-offset-md: 16px;
1508
+ $rts-offset-lg: 24px;
1509
+
1510
+ $rts-default-border-radius: 8px;
1511
+ $rts-rounded-border-radius: 16px;
1512
+
1513
+ $rts-main-bg-color-light: #ffffff;
1514
+ $rts-secondary-bg-color-light: #e6eef3;
1515
+ $rts-main-bg-color-dark: #000000;
1516
+ $rts-live-color: #91d8bb;
1517
+
1518
+ $rts-active-bg-color-light: #bbdffd;
1519
+
1520
+
1521
+ $rts-font-color-dark: #000000;
1522
+ $rts-font-color-light: #333333;
1523
+
1524
+ $rts-font-color-dbg-light: #ffffff;
1525
+
1526
+ $rts-user-avatar-d-sm: 42px;
1527
+ $rts-user-avatar-d-md: 54px;
1528
+ $rts-user-avatar-d-lg: 65px;
1529
+
1530
+ $rts-message-status-width: 69px;
1531
+
1532
+
1533
+ $rts-state-bg-color: #D1F1EF;
1534
+ $rts-disabled-color: #82DBD8;
1535
+ $rts-slightly-active-color: #B3E8E5;
1536
+ $rts-super-active-color: #3BACB6;
1537
+
1538
+ $video-container-width: 320px;
1539
+ $video-container-height: 240px;
1540
+
1541
+ // new design-variables
1542
+
1543
+ $rts-new-offset-xsm: 8px;
1544
+ $rts-new-offset-sm: 12px;
1545
+ $rts-new-offset-md: 18px;
1546
+
1547
+ $rts-new-user-avatar-d-sm: 40px;
1548
+
1549
+ $rts-new-default-border-radius: 8px;
1024
1550
  $rts-new-border-radius-rounded: 12px;
1025
1551
 
1026
1552
  $rts-new-primary-color: #ea7b00;
@@ -1031,6 +1557,15 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
1031
1557
  $rts-new-small-text-size: 12px;
1032
1558
  $rts-new-default-text-size: 16px;
1033
1559
 
1560
+ $rts-break-sm: 480px;
1561
+ $rts-break-md: 800px;
1562
+ $rts-break-lg: 1100px;
1563
+
1564
+
1565
+ $rts-header-height: 65px;
1566
+ $rts-header-height-m: 45px;
1567
+ $rts-bottom-nav-height: 50px;
1568
+
1034
1569
  // end of new design-variables
1035
1570
 
1036
1571
 
@@ -1072,6 +1607,50 @@ $rts-offset-sm: 8px;
1072
1607
  $rts-offset-md: 16px;
1073
1608
  $rts-offset-lg: 24px;
1074
1609
 
1610
+ $rts-header-height: 65px;
1611
+
1612
+ $rts-default-border-radius: 8px;
1613
+ $rts-rounded-border-radius: 16px;
1614
+
1615
+ $rts-main-bg-color-light: #ffffff;
1616
+ $rts-secondary-bg-color-light: #e6eef3;
1617
+ $rts-main-bg-color-dark: #000000;
1618
+ $rts-live-color: #91d8bb;
1619
+
1620
+ $rts-active-bg-color-light: #bbdffd;
1621
+
1622
+
1623
+ $rts-font-color-dark: #000000;
1624
+ $rts-font-color-light: #333333;
1625
+
1626
+ $rts-font-color-dbg-light: #ffffff;
1627
+
1628
+ $rts-user-avatar-d-sm: 42px;
1629
+ $rts-user-avatar-d-md: 54px;
1630
+ $rts-user-avatar-d-lg: 65px;
1631
+
1632
+ $rts-message-status-width: 69px;
1633
+
1634
+
1635
+ $rts-state-bg-color: #D1F1EF;
1636
+ $rts-disabled-color: #82DBD8;
1637
+ $rts-slightly-active-color: #B3E8E5;
1638
+ $rts-super-active-color: #3BACB6;
1639
+
1640
+ $rts-break-sm: 480px;
1641
+ $rts-break-md: 800px;
1642
+ $rts-break-lg: 1100px;
1643
+
1644
+
1645
+ $rts-header-height: 65px;
1646
+ $rts-header-height-m: 45px;
1647
+
1648
+ // end of new design-variables
1649
+
1650
+ $rts-offset-sm: 8px;
1651
+ $rts-offset-md: 16px;
1652
+ $rts-offset-lg: 24px;
1653
+
1075
1654
  $rts-default-border-radius: 8px;
1076
1655
  $rts-rounded-border-radius: 16px;
1077
1656
 
@@ -1100,6 +1679,9 @@ $rts-disabled-color: #82DBD8;
1100
1679
  $rts-slightly-active-color: #B3E8E5;
1101
1680
  $rts-super-active-color: #3BACB6;
1102
1681
 
1682
+ $video-container-width: 320px;
1683
+ $video-container-height: 240px;
1684
+
1103
1685
  // new design-variables
1104
1686
 
1105
1687
  $rts-new-offset-xsm: 8px;
@@ -1119,6 +1701,15 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
1119
1701
  $rts-new-small-text-size: 12px;
1120
1702
  $rts-new-default-text-size: 16px;
1121
1703
 
1704
+ $rts-break-sm: 480px;
1705
+ $rts-break-md: 800px;
1706
+ $rts-break-lg: 1100px;
1707
+
1708
+
1709
+ $rts-header-height: 65px;
1710
+ $rts-header-height-m: 45px;
1711
+ $rts-bottom-nav-height: 50px;
1712
+
1122
1713
  // end of new design-variables
1123
1714
 
1124
1715
 
@@ -1129,6 +1720,50 @@ $rts-offset-sm: 8px;
1129
1720
  $rts-offset-md: 16px;
1130
1721
  $rts-offset-lg: 24px;
1131
1722
 
1723
+ $rts-header-height: 65px;
1724
+
1725
+ $rts-default-border-radius: 8px;
1726
+ $rts-rounded-border-radius: 16px;
1727
+
1728
+ $rts-main-bg-color-light: #ffffff;
1729
+ $rts-secondary-bg-color-light: #e6eef3;
1730
+ $rts-main-bg-color-dark: #000000;
1731
+ $rts-live-color: #91d8bb;
1732
+
1733
+ $rts-active-bg-color-light: #bbdffd;
1734
+
1735
+
1736
+ $rts-font-color-dark: #000000;
1737
+ $rts-font-color-light: #333333;
1738
+
1739
+ $rts-font-color-dbg-light: #ffffff;
1740
+
1741
+ $rts-user-avatar-d-sm: 42px;
1742
+ $rts-user-avatar-d-md: 54px;
1743
+ $rts-user-avatar-d-lg: 65px;
1744
+
1745
+ $rts-message-status-width: 69px;
1746
+
1747
+
1748
+ $rts-state-bg-color: #D1F1EF;
1749
+ $rts-disabled-color: #82DBD8;
1750
+ $rts-slightly-active-color: #B3E8E5;
1751
+ $rts-super-active-color: #3BACB6;
1752
+
1753
+ $rts-break-sm: 480px;
1754
+ $rts-break-md: 800px;
1755
+ $rts-break-lg: 1100px;
1756
+
1757
+
1758
+ $rts-header-height: 65px;
1759
+ $rts-header-height-m: 45px;
1760
+
1761
+ // end of new design-variables
1762
+
1763
+ $rts-offset-sm: 8px;
1764
+ $rts-offset-md: 16px;
1765
+ $rts-offset-lg: 24px;
1766
+
1132
1767
  $rts-default-border-radius: 8px;
1133
1768
  $rts-rounded-border-radius: 16px;
1134
1769
 
@@ -1157,6 +1792,9 @@ $rts-disabled-color: #82DBD8;
1157
1792
  $rts-slightly-active-color: #B3E8E5;
1158
1793
  $rts-super-active-color: #3BACB6;
1159
1794
 
1795
+ $video-container-width: 320px;
1796
+ $video-container-height: 240px;
1797
+
1160
1798
  // new design-variables
1161
1799
 
1162
1800
  $rts-new-offset-xsm: 8px;
@@ -1176,6 +1814,15 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
1176
1814
  $rts-new-small-text-size: 12px;
1177
1815
  $rts-new-default-text-size: 16px;
1178
1816
 
1817
+ $rts-break-sm: 480px;
1818
+ $rts-break-md: 800px;
1819
+ $rts-break-lg: 1100px;
1820
+
1821
+
1822
+ $rts-header-height: 65px;
1823
+ $rts-header-height-m: 45px;
1824
+ $rts-bottom-nav-height: 50px;
1825
+
1179
1826
  // end of new design-variables
1180
1827
 
1181
1828
 
@@ -1363,6 +2010,50 @@ $rts-offset-sm: 8px;
1363
2010
  $rts-offset-md: 16px;
1364
2011
  $rts-offset-lg: 24px;
1365
2012
 
2013
+ $rts-header-height: 65px;
2014
+
2015
+ $rts-default-border-radius: 8px;
2016
+ $rts-rounded-border-radius: 16px;
2017
+
2018
+ $rts-main-bg-color-light: #ffffff;
2019
+ $rts-secondary-bg-color-light: #e6eef3;
2020
+ $rts-main-bg-color-dark: #000000;
2021
+ $rts-live-color: #91d8bb;
2022
+
2023
+ $rts-active-bg-color-light: #bbdffd;
2024
+
2025
+
2026
+ $rts-font-color-dark: #000000;
2027
+ $rts-font-color-light: #333333;
2028
+
2029
+ $rts-font-color-dbg-light: #ffffff;
2030
+
2031
+ $rts-user-avatar-d-sm: 42px;
2032
+ $rts-user-avatar-d-md: 54px;
2033
+ $rts-user-avatar-d-lg: 65px;
2034
+
2035
+ $rts-message-status-width: 69px;
2036
+
2037
+
2038
+ $rts-state-bg-color: #D1F1EF;
2039
+ $rts-disabled-color: #82DBD8;
2040
+ $rts-slightly-active-color: #B3E8E5;
2041
+ $rts-super-active-color: #3BACB6;
2042
+
2043
+ $rts-break-sm: 480px;
2044
+ $rts-break-md: 800px;
2045
+ $rts-break-lg: 1100px;
2046
+
2047
+
2048
+ $rts-header-height: 65px;
2049
+ $rts-header-height-m: 45px;
2050
+
2051
+ // end of new design-variables
2052
+
2053
+ $rts-offset-sm: 8px;
2054
+ $rts-offset-md: 16px;
2055
+ $rts-offset-lg: 24px;
2056
+
1366
2057
  $rts-default-border-radius: 8px;
1367
2058
  $rts-rounded-border-radius: 16px;
1368
2059
 
@@ -1391,6 +2082,9 @@ $rts-disabled-color: #82DBD8;
1391
2082
  $rts-slightly-active-color: #B3E8E5;
1392
2083
  $rts-super-active-color: #3BACB6;
1393
2084
 
2085
+ $video-container-width: 320px;
2086
+ $video-container-height: 240px;
2087
+
1394
2088
  // new design-variables
1395
2089
 
1396
2090
  $rts-new-offset-xsm: 8px;
@@ -1410,6 +2104,15 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
1410
2104
  $rts-new-small-text-size: 12px;
1411
2105
  $rts-new-default-text-size: 16px;
1412
2106
 
2107
+ $rts-break-sm: 480px;
2108
+ $rts-break-md: 800px;
2109
+ $rts-break-lg: 1100px;
2110
+
2111
+
2112
+ $rts-header-height: 65px;
2113
+ $rts-header-height-m: 45px;
2114
+ $rts-bottom-nav-height: 50px;
2115
+
1413
2116
  // end of new design-variables
1414
2117
 
1415
2118
 
@@ -1420,6 +2123,50 @@ $rts-offset-sm: 8px;
1420
2123
  $rts-offset-md: 16px;
1421
2124
  $rts-offset-lg: 24px;
1422
2125
 
2126
+ $rts-header-height: 65px;
2127
+
2128
+ $rts-default-border-radius: 8px;
2129
+ $rts-rounded-border-radius: 16px;
2130
+
2131
+ $rts-main-bg-color-light: #ffffff;
2132
+ $rts-secondary-bg-color-light: #e6eef3;
2133
+ $rts-main-bg-color-dark: #000000;
2134
+ $rts-live-color: #91d8bb;
2135
+
2136
+ $rts-active-bg-color-light: #bbdffd;
2137
+
2138
+
2139
+ $rts-font-color-dark: #000000;
2140
+ $rts-font-color-light: #333333;
2141
+
2142
+ $rts-font-color-dbg-light: #ffffff;
2143
+
2144
+ $rts-user-avatar-d-sm: 42px;
2145
+ $rts-user-avatar-d-md: 54px;
2146
+ $rts-user-avatar-d-lg: 65px;
2147
+
2148
+ $rts-message-status-width: 69px;
2149
+
2150
+
2151
+ $rts-state-bg-color: #D1F1EF;
2152
+ $rts-disabled-color: #82DBD8;
2153
+ $rts-slightly-active-color: #B3E8E5;
2154
+ $rts-super-active-color: #3BACB6;
2155
+
2156
+ $rts-break-sm: 480px;
2157
+ $rts-break-md: 800px;
2158
+ $rts-break-lg: 1100px;
2159
+
2160
+
2161
+ $rts-header-height: 65px;
2162
+ $rts-header-height-m: 45px;
2163
+
2164
+ // end of new design-variables
2165
+
2166
+ $rts-offset-sm: 8px;
2167
+ $rts-offset-md: 16px;
2168
+ $rts-offset-lg: 24px;
2169
+
1423
2170
  $rts-default-border-radius: 8px;
1424
2171
  $rts-rounded-border-radius: 16px;
1425
2172
 
@@ -1448,6 +2195,9 @@ $rts-disabled-color: #82DBD8;
1448
2195
  $rts-slightly-active-color: #B3E8E5;
1449
2196
  $rts-super-active-color: #3BACB6;
1450
2197
 
2198
+ $video-container-width: 320px;
2199
+ $video-container-height: 240px;
2200
+
1451
2201
  // new design-variables
1452
2202
 
1453
2203
  $rts-new-offset-xsm: 8px;
@@ -1467,6 +2217,15 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
1467
2217
  $rts-new-small-text-size: 12px;
1468
2218
  $rts-new-default-text-size: 16px;
1469
2219
 
2220
+ $rts-break-sm: 480px;
2221
+ $rts-break-md: 800px;
2222
+ $rts-break-lg: 1100px;
2223
+
2224
+
2225
+ $rts-header-height: 65px;
2226
+ $rts-header-height-m: 45px;
2227
+ $rts-bottom-nav-height: 50px;
2228
+
1470
2229
  // end of new design-variables
1471
2230
 
1472
2231
 
@@ -1523,6 +2282,50 @@ $rts-offset-sm: 8px;
1523
2282
  $rts-offset-md: 16px;
1524
2283
  $rts-offset-lg: 24px;
1525
2284
 
2285
+ $rts-header-height: 65px;
2286
+
2287
+ $rts-default-border-radius: 8px;
2288
+ $rts-rounded-border-radius: 16px;
2289
+
2290
+ $rts-main-bg-color-light: #ffffff;
2291
+ $rts-secondary-bg-color-light: #e6eef3;
2292
+ $rts-main-bg-color-dark: #000000;
2293
+ $rts-live-color: #91d8bb;
2294
+
2295
+ $rts-active-bg-color-light: #bbdffd;
2296
+
2297
+
2298
+ $rts-font-color-dark: #000000;
2299
+ $rts-font-color-light: #333333;
2300
+
2301
+ $rts-font-color-dbg-light: #ffffff;
2302
+
2303
+ $rts-user-avatar-d-sm: 42px;
2304
+ $rts-user-avatar-d-md: 54px;
2305
+ $rts-user-avatar-d-lg: 65px;
2306
+
2307
+ $rts-message-status-width: 69px;
2308
+
2309
+
2310
+ $rts-state-bg-color: #D1F1EF;
2311
+ $rts-disabled-color: #82DBD8;
2312
+ $rts-slightly-active-color: #B3E8E5;
2313
+ $rts-super-active-color: #3BACB6;
2314
+
2315
+ $rts-break-sm: 480px;
2316
+ $rts-break-md: 800px;
2317
+ $rts-break-lg: 1100px;
2318
+
2319
+
2320
+ $rts-header-height: 65px;
2321
+ $rts-header-height-m: 45px;
2322
+
2323
+ // end of new design-variables
2324
+
2325
+ $rts-offset-sm: 8px;
2326
+ $rts-offset-md: 16px;
2327
+ $rts-offset-lg: 24px;
2328
+
1526
2329
  $rts-default-border-radius: 8px;
1527
2330
  $rts-rounded-border-radius: 16px;
1528
2331
 
@@ -1551,6 +2354,9 @@ $rts-disabled-color: #82DBD8;
1551
2354
  $rts-slightly-active-color: #B3E8E5;
1552
2355
  $rts-super-active-color: #3BACB6;
1553
2356
 
2357
+ $video-container-width: 320px;
2358
+ $video-container-height: 240px;
2359
+
1554
2360
  // new design-variables
1555
2361
 
1556
2362
  $rts-new-offset-xsm: 8px;
@@ -1570,10 +2376,19 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
1570
2376
  $rts-new-small-text-size: 12px;
1571
2377
  $rts-new-default-text-size: 16px;
1572
2378
 
1573
- // end of new design-variables
2379
+ $rts-break-sm: 480px;
2380
+ $rts-break-md: 800px;
2381
+ $rts-break-lg: 1100px;
1574
2382
 
1575
2383
 
1576
- .rtsee-messenger-message-time-and-status {
2384
+ $rts-header-height: 65px;
2385
+ $rts-header-height-m: 45px;
2386
+ $rts-bottom-nav-height: 50px;
2387
+
2388
+ // end of new design-variables
2389
+
2390
+
2391
+ .rtsee-messenger-message-time-and-status {
1577
2392
  height: $rts-user-avatar-d-md * 0.33;
1578
2393
  width: $rts-message-status-width;
1579
2394
 
@@ -1601,6 +2416,50 @@ $rts-offset-sm: 8px;
1601
2416
  $rts-offset-md: 16px;
1602
2417
  $rts-offset-lg: 24px;
1603
2418
 
2419
+ $rts-header-height: 65px;
2420
+
2421
+ $rts-default-border-radius: 8px;
2422
+ $rts-rounded-border-radius: 16px;
2423
+
2424
+ $rts-main-bg-color-light: #ffffff;
2425
+ $rts-secondary-bg-color-light: #e6eef3;
2426
+ $rts-main-bg-color-dark: #000000;
2427
+ $rts-live-color: #91d8bb;
2428
+
2429
+ $rts-active-bg-color-light: #bbdffd;
2430
+
2431
+
2432
+ $rts-font-color-dark: #000000;
2433
+ $rts-font-color-light: #333333;
2434
+
2435
+ $rts-font-color-dbg-light: #ffffff;
2436
+
2437
+ $rts-user-avatar-d-sm: 42px;
2438
+ $rts-user-avatar-d-md: 54px;
2439
+ $rts-user-avatar-d-lg: 65px;
2440
+
2441
+ $rts-message-status-width: 69px;
2442
+
2443
+
2444
+ $rts-state-bg-color: #D1F1EF;
2445
+ $rts-disabled-color: #82DBD8;
2446
+ $rts-slightly-active-color: #B3E8E5;
2447
+ $rts-super-active-color: #3BACB6;
2448
+
2449
+ $rts-break-sm: 480px;
2450
+ $rts-break-md: 800px;
2451
+ $rts-break-lg: 1100px;
2452
+
2453
+
2454
+ $rts-header-height: 65px;
2455
+ $rts-header-height-m: 45px;
2456
+
2457
+ // end of new design-variables
2458
+
2459
+ $rts-offset-sm: 8px;
2460
+ $rts-offset-md: 16px;
2461
+ $rts-offset-lg: 24px;
2462
+
1604
2463
  $rts-default-border-radius: 8px;
1605
2464
  $rts-rounded-border-radius: 16px;
1606
2465
 
@@ -1629,6 +2488,9 @@ $rts-disabled-color: #82DBD8;
1629
2488
  $rts-slightly-active-color: #B3E8E5;
1630
2489
  $rts-super-active-color: #3BACB6;
1631
2490
 
2491
+ $video-container-width: 320px;
2492
+ $video-container-height: 240px;
2493
+
1632
2494
  // new design-variables
1633
2495
 
1634
2496
  $rts-new-offset-xsm: 8px;
@@ -1648,6 +2510,15 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
1648
2510
  $rts-new-small-text-size: 12px;
1649
2511
  $rts-new-default-text-size: 16px;
1650
2512
 
2513
+ $rts-break-sm: 480px;
2514
+ $rts-break-md: 800px;
2515
+ $rts-break-lg: 1100px;
2516
+
2517
+
2518
+ $rts-header-height: 65px;
2519
+ $rts-header-height-m: 45px;
2520
+ $rts-bottom-nav-height: 50px;
2521
+
1651
2522
  // end of new design-variables
1652
2523
 
1653
2524
 
@@ -1658,6 +2529,50 @@ $rts-offset-sm: 8px;
1658
2529
  $rts-offset-md: 16px;
1659
2530
  $rts-offset-lg: 24px;
1660
2531
 
2532
+ $rts-header-height: 65px;
2533
+
2534
+ $rts-default-border-radius: 8px;
2535
+ $rts-rounded-border-radius: 16px;
2536
+
2537
+ $rts-main-bg-color-light: #ffffff;
2538
+ $rts-secondary-bg-color-light: #e6eef3;
2539
+ $rts-main-bg-color-dark: #000000;
2540
+ $rts-live-color: #91d8bb;
2541
+
2542
+ $rts-active-bg-color-light: #bbdffd;
2543
+
2544
+
2545
+ $rts-font-color-dark: #000000;
2546
+ $rts-font-color-light: #333333;
2547
+
2548
+ $rts-font-color-dbg-light: #ffffff;
2549
+
2550
+ $rts-user-avatar-d-sm: 42px;
2551
+ $rts-user-avatar-d-md: 54px;
2552
+ $rts-user-avatar-d-lg: 65px;
2553
+
2554
+ $rts-message-status-width: 69px;
2555
+
2556
+
2557
+ $rts-state-bg-color: #D1F1EF;
2558
+ $rts-disabled-color: #82DBD8;
2559
+ $rts-slightly-active-color: #B3E8E5;
2560
+ $rts-super-active-color: #3BACB6;
2561
+
2562
+ $rts-break-sm: 480px;
2563
+ $rts-break-md: 800px;
2564
+ $rts-break-lg: 1100px;
2565
+
2566
+
2567
+ $rts-header-height: 65px;
2568
+ $rts-header-height-m: 45px;
2569
+
2570
+ // end of new design-variables
2571
+
2572
+ $rts-offset-sm: 8px;
2573
+ $rts-offset-md: 16px;
2574
+ $rts-offset-lg: 24px;
2575
+
1661
2576
  $rts-default-border-radius: 8px;
1662
2577
  $rts-rounded-border-radius: 16px;
1663
2578
 
@@ -1686,6 +2601,9 @@ $rts-disabled-color: #82DBD8;
1686
2601
  $rts-slightly-active-color: #B3E8E5;
1687
2602
  $rts-super-active-color: #3BACB6;
1688
2603
 
2604
+ $video-container-width: 320px;
2605
+ $video-container-height: 240px;
2606
+
1689
2607
  // new design-variables
1690
2608
 
1691
2609
  $rts-new-offset-xsm: 8px;
@@ -1705,6 +2623,15 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
1705
2623
  $rts-new-small-text-size: 12px;
1706
2624
  $rts-new-default-text-size: 16px;
1707
2625
 
2626
+ $rts-break-sm: 480px;
2627
+ $rts-break-md: 800px;
2628
+ $rts-break-lg: 1100px;
2629
+
2630
+
2631
+ $rts-header-height: 65px;
2632
+ $rts-header-height-m: 45px;
2633
+ $rts-bottom-nav-height: 50px;
2634
+
1708
2635
  // end of new design-variables
1709
2636
 
1710
2637
 
@@ -1726,6 +2653,50 @@ $rts-offset-sm: 8px;
1726
2653
  $rts-offset-md: 16px;
1727
2654
  $rts-offset-lg: 24px;
1728
2655
 
2656
+ $rts-header-height: 65px;
2657
+
2658
+ $rts-default-border-radius: 8px;
2659
+ $rts-rounded-border-radius: 16px;
2660
+
2661
+ $rts-main-bg-color-light: #ffffff;
2662
+ $rts-secondary-bg-color-light: #e6eef3;
2663
+ $rts-main-bg-color-dark: #000000;
2664
+ $rts-live-color: #91d8bb;
2665
+
2666
+ $rts-active-bg-color-light: #bbdffd;
2667
+
2668
+
2669
+ $rts-font-color-dark: #000000;
2670
+ $rts-font-color-light: #333333;
2671
+
2672
+ $rts-font-color-dbg-light: #ffffff;
2673
+
2674
+ $rts-user-avatar-d-sm: 42px;
2675
+ $rts-user-avatar-d-md: 54px;
2676
+ $rts-user-avatar-d-lg: 65px;
2677
+
2678
+ $rts-message-status-width: 69px;
2679
+
2680
+
2681
+ $rts-state-bg-color: #D1F1EF;
2682
+ $rts-disabled-color: #82DBD8;
2683
+ $rts-slightly-active-color: #B3E8E5;
2684
+ $rts-super-active-color: #3BACB6;
2685
+
2686
+ $rts-break-sm: 480px;
2687
+ $rts-break-md: 800px;
2688
+ $rts-break-lg: 1100px;
2689
+
2690
+
2691
+ $rts-header-height: 65px;
2692
+ $rts-header-height-m: 45px;
2693
+
2694
+ // end of new design-variables
2695
+
2696
+ $rts-offset-sm: 8px;
2697
+ $rts-offset-md: 16px;
2698
+ $rts-offset-lg: 24px;
2699
+
1729
2700
  $rts-default-border-radius: 8px;
1730
2701
  $rts-rounded-border-radius: 16px;
1731
2702
 
@@ -1754,6 +2725,9 @@ $rts-disabled-color: #82DBD8;
1754
2725
  $rts-slightly-active-color: #B3E8E5;
1755
2726
  $rts-super-active-color: #3BACB6;
1756
2727
 
2728
+ $video-container-width: 320px;
2729
+ $video-container-height: 240px;
2730
+
1757
2731
  // new design-variables
1758
2732
 
1759
2733
  $rts-new-offset-xsm: 8px;
@@ -1773,6 +2747,15 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
1773
2747
  $rts-new-small-text-size: 12px;
1774
2748
  $rts-new-default-text-size: 16px;
1775
2749
 
2750
+ $rts-break-sm: 480px;
2751
+ $rts-break-md: 800px;
2752
+ $rts-break-lg: 1100px;
2753
+
2754
+
2755
+ $rts-header-height: 65px;
2756
+ $rts-header-height-m: 45px;
2757
+ $rts-bottom-nav-height: 50px;
2758
+
1776
2759
  // end of new design-variables
1777
2760
 
1778
2761
 
@@ -1798,6 +2781,50 @@ $rtsee-chat-input-height: 40px;
1798
2781
 
1799
2782
 
1800
2783
 
2784
+ $rts-offset-sm: 8px;
2785
+ $rts-offset-md: 16px;
2786
+ $rts-offset-lg: 24px;
2787
+
2788
+ $rts-header-height: 65px;
2789
+
2790
+ $rts-default-border-radius: 8px;
2791
+ $rts-rounded-border-radius: 16px;
2792
+
2793
+ $rts-main-bg-color-light: #ffffff;
2794
+ $rts-secondary-bg-color-light: #e6eef3;
2795
+ $rts-main-bg-color-dark: #000000;
2796
+ $rts-live-color: #91d8bb;
2797
+
2798
+ $rts-active-bg-color-light: #bbdffd;
2799
+
2800
+
2801
+ $rts-font-color-dark: #000000;
2802
+ $rts-font-color-light: #333333;
2803
+
2804
+ $rts-font-color-dbg-light: #ffffff;
2805
+
2806
+ $rts-user-avatar-d-sm: 42px;
2807
+ $rts-user-avatar-d-md: 54px;
2808
+ $rts-user-avatar-d-lg: 65px;
2809
+
2810
+ $rts-message-status-width: 69px;
2811
+
2812
+
2813
+ $rts-state-bg-color: #D1F1EF;
2814
+ $rts-disabled-color: #82DBD8;
2815
+ $rts-slightly-active-color: #B3E8E5;
2816
+ $rts-super-active-color: #3BACB6;
2817
+
2818
+ $rts-break-sm: 480px;
2819
+ $rts-break-md: 800px;
2820
+ $rts-break-lg: 1100px;
2821
+
2822
+
2823
+ $rts-header-height: 65px;
2824
+ $rts-header-height-m: 45px;
2825
+
2826
+ // end of new design-variables
2827
+
1801
2828
  $rts-offset-sm: 8px;
1802
2829
  $rts-offset-md: 16px;
1803
2830
  $rts-offset-lg: 24px;
@@ -1830,6 +2857,9 @@ $rts-disabled-color: #82DBD8;
1830
2857
  $rts-slightly-active-color: #B3E8E5;
1831
2858
  $rts-super-active-color: #3BACB6;
1832
2859
 
2860
+ $video-container-width: 320px;
2861
+ $video-container-height: 240px;
2862
+
1833
2863
  // new design-variables
1834
2864
 
1835
2865
  $rts-new-offset-xsm: 8px;
@@ -1849,6 +2879,15 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
1849
2879
  $rts-new-small-text-size: 12px;
1850
2880
  $rts-new-default-text-size: 16px;
1851
2881
 
2882
+ $rts-break-sm: 480px;
2883
+ $rts-break-md: 800px;
2884
+ $rts-break-lg: 1100px;
2885
+
2886
+
2887
+ $rts-header-height: 65px;
2888
+ $rts-header-height-m: 45px;
2889
+ $rts-bottom-nav-height: 50px;
2890
+
1852
2891
  // end of new design-variables
1853
2892
 
1854
2893
 
@@ -1872,6 +2911,50 @@ $rts-offset-sm: 8px;
1872
2911
  $rts-offset-md: 16px;
1873
2912
  $rts-offset-lg: 24px;
1874
2913
 
2914
+ $rts-header-height: 65px;
2915
+
2916
+ $rts-default-border-radius: 8px;
2917
+ $rts-rounded-border-radius: 16px;
2918
+
2919
+ $rts-main-bg-color-light: #ffffff;
2920
+ $rts-secondary-bg-color-light: #e6eef3;
2921
+ $rts-main-bg-color-dark: #000000;
2922
+ $rts-live-color: #91d8bb;
2923
+
2924
+ $rts-active-bg-color-light: #bbdffd;
2925
+
2926
+
2927
+ $rts-font-color-dark: #000000;
2928
+ $rts-font-color-light: #333333;
2929
+
2930
+ $rts-font-color-dbg-light: #ffffff;
2931
+
2932
+ $rts-user-avatar-d-sm: 42px;
2933
+ $rts-user-avatar-d-md: 54px;
2934
+ $rts-user-avatar-d-lg: 65px;
2935
+
2936
+ $rts-message-status-width: 69px;
2937
+
2938
+
2939
+ $rts-state-bg-color: #D1F1EF;
2940
+ $rts-disabled-color: #82DBD8;
2941
+ $rts-slightly-active-color: #B3E8E5;
2942
+ $rts-super-active-color: #3BACB6;
2943
+
2944
+ $rts-break-sm: 480px;
2945
+ $rts-break-md: 800px;
2946
+ $rts-break-lg: 1100px;
2947
+
2948
+
2949
+ $rts-header-height: 65px;
2950
+ $rts-header-height-m: 45px;
2951
+
2952
+ // end of new design-variables
2953
+
2954
+ $rts-offset-sm: 8px;
2955
+ $rts-offset-md: 16px;
2956
+ $rts-offset-lg: 24px;
2957
+
1875
2958
  $rts-default-border-radius: 8px;
1876
2959
  $rts-rounded-border-radius: 16px;
1877
2960
 
@@ -1900,6 +2983,9 @@ $rts-disabled-color: #82DBD8;
1900
2983
  $rts-slightly-active-color: #B3E8E5;
1901
2984
  $rts-super-active-color: #3BACB6;
1902
2985
 
2986
+ $video-container-width: 320px;
2987
+ $video-container-height: 240px;
2988
+
1903
2989
  // new design-variables
1904
2990
 
1905
2991
  $rts-new-offset-xsm: 8px;
@@ -1919,6 +3005,15 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
1919
3005
  $rts-new-small-text-size: 12px;
1920
3006
  $rts-new-default-text-size: 16px;
1921
3007
 
3008
+ $rts-break-sm: 480px;
3009
+ $rts-break-md: 800px;
3010
+ $rts-break-lg: 1100px;
3011
+
3012
+
3013
+ $rts-header-height: 65px;
3014
+ $rts-header-height-m: 45px;
3015
+ $rts-bottom-nav-height: 50px;
3016
+
1922
3017
  // end of new design-variables
1923
3018
 
1924
3019
 
@@ -2023,6 +3118,50 @@ $rts-offset-sm: 8px;
2023
3118
  $rts-offset-md: 16px;
2024
3119
  $rts-offset-lg: 24px;
2025
3120
 
3121
+ $rts-header-height: 65px;
3122
+
3123
+ $rts-default-border-radius: 8px;
3124
+ $rts-rounded-border-radius: 16px;
3125
+
3126
+ $rts-main-bg-color-light: #ffffff;
3127
+ $rts-secondary-bg-color-light: #e6eef3;
3128
+ $rts-main-bg-color-dark: #000000;
3129
+ $rts-live-color: #91d8bb;
3130
+
3131
+ $rts-active-bg-color-light: #bbdffd;
3132
+
3133
+
3134
+ $rts-font-color-dark: #000000;
3135
+ $rts-font-color-light: #333333;
3136
+
3137
+ $rts-font-color-dbg-light: #ffffff;
3138
+
3139
+ $rts-user-avatar-d-sm: 42px;
3140
+ $rts-user-avatar-d-md: 54px;
3141
+ $rts-user-avatar-d-lg: 65px;
3142
+
3143
+ $rts-message-status-width: 69px;
3144
+
3145
+
3146
+ $rts-state-bg-color: #D1F1EF;
3147
+ $rts-disabled-color: #82DBD8;
3148
+ $rts-slightly-active-color: #B3E8E5;
3149
+ $rts-super-active-color: #3BACB6;
3150
+
3151
+ $rts-break-sm: 480px;
3152
+ $rts-break-md: 800px;
3153
+ $rts-break-lg: 1100px;
3154
+
3155
+
3156
+ $rts-header-height: 65px;
3157
+ $rts-header-height-m: 45px;
3158
+
3159
+ // end of new design-variables
3160
+
3161
+ $rts-offset-sm: 8px;
3162
+ $rts-offset-md: 16px;
3163
+ $rts-offset-lg: 24px;
3164
+
2026
3165
  $rts-default-border-radius: 8px;
2027
3166
  $rts-rounded-border-radius: 16px;
2028
3167
 
@@ -2051,6 +3190,9 @@ $rts-disabled-color: #82DBD8;
2051
3190
  $rts-slightly-active-color: #B3E8E5;
2052
3191
  $rts-super-active-color: #3BACB6;
2053
3192
 
3193
+ $video-container-width: 320px;
3194
+ $video-container-height: 240px;
3195
+
2054
3196
  // new design-variables
2055
3197
 
2056
3198
  $rts-new-offset-xsm: 8px;
@@ -2070,10 +3212,19 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
2070
3212
  $rts-new-small-text-size: 12px;
2071
3213
  $rts-new-default-text-size: 16px;
2072
3214
 
2073
- // end of new design-variables
3215
+ $rts-break-sm: 480px;
3216
+ $rts-break-md: 800px;
3217
+ $rts-break-lg: 1100px;
2074
3218
 
2075
3219
 
2076
- .rtsee-events-dashboard-session {
3220
+ $rts-header-height: 65px;
3221
+ $rts-header-height-m: 45px;
3222
+ $rts-bottom-nav-height: 50px;
3223
+
3224
+ // end of new design-variables
3225
+
3226
+
3227
+ .rtsee-events-dashboard-session {
2077
3228
  position: relative;
2078
3229
  border-radius: $rts-default-border-radius;
2079
3230
  padding: $rts-offset-sm;
@@ -2130,6 +3281,50 @@ $rts-offset-sm: 8px;
2130
3281
  $rts-offset-md: 16px;
2131
3282
  $rts-offset-lg: 24px;
2132
3283
 
3284
+ $rts-header-height: 65px;
3285
+
3286
+ $rts-default-border-radius: 8px;
3287
+ $rts-rounded-border-radius: 16px;
3288
+
3289
+ $rts-main-bg-color-light: #ffffff;
3290
+ $rts-secondary-bg-color-light: #e6eef3;
3291
+ $rts-main-bg-color-dark: #000000;
3292
+ $rts-live-color: #91d8bb;
3293
+
3294
+ $rts-active-bg-color-light: #bbdffd;
3295
+
3296
+
3297
+ $rts-font-color-dark: #000000;
3298
+ $rts-font-color-light: #333333;
3299
+
3300
+ $rts-font-color-dbg-light: #ffffff;
3301
+
3302
+ $rts-user-avatar-d-sm: 42px;
3303
+ $rts-user-avatar-d-md: 54px;
3304
+ $rts-user-avatar-d-lg: 65px;
3305
+
3306
+ $rts-message-status-width: 69px;
3307
+
3308
+
3309
+ $rts-state-bg-color: #D1F1EF;
3310
+ $rts-disabled-color: #82DBD8;
3311
+ $rts-slightly-active-color: #B3E8E5;
3312
+ $rts-super-active-color: #3BACB6;
3313
+
3314
+ $rts-break-sm: 480px;
3315
+ $rts-break-md: 800px;
3316
+ $rts-break-lg: 1100px;
3317
+
3318
+
3319
+ $rts-header-height: 65px;
3320
+ $rts-header-height-m: 45px;
3321
+
3322
+ // end of new design-variables
3323
+
3324
+ $rts-offset-sm: 8px;
3325
+ $rts-offset-md: 16px;
3326
+ $rts-offset-lg: 24px;
3327
+
2133
3328
  $rts-default-border-radius: 8px;
2134
3329
  $rts-rounded-border-radius: 16px;
2135
3330
 
@@ -2158,6 +3353,9 @@ $rts-disabled-color: #82DBD8;
2158
3353
  $rts-slightly-active-color: #B3E8E5;
2159
3354
  $rts-super-active-color: #3BACB6;
2160
3355
 
3356
+ $video-container-width: 320px;
3357
+ $video-container-height: 240px;
3358
+
2161
3359
  // new design-variables
2162
3360
 
2163
3361
  $rts-new-offset-xsm: 8px;
@@ -2177,6 +3375,15 @@ $rts-new-secondary-bg-color-light: #e8e9eb;
2177
3375
  $rts-new-small-text-size: 12px;
2178
3376
  $rts-new-default-text-size: 16px;
2179
3377
 
3378
+ $rts-break-sm: 480px;
3379
+ $rts-break-md: 800px;
3380
+ $rts-break-lg: 1100px;
3381
+
3382
+
3383
+ $rts-header-height: 65px;
3384
+ $rts-header-height-m: 45px;
3385
+ $rts-bottom-nav-height: 50px;
3386
+
2180
3387
  // end of new design-variables
2181
3388
 
2182
3389
 
@@ -2229,3 +3436,1952 @@ $rts-new-default-text-size: 16px;
2229
3436
 
2230
3437
 
2231
3438
 
3439
+
3440
+ $own-video-divider: 4;
3441
+ $own-video-expanded-divider: 0.66;
3442
+ $expanded-video-container-width: $video-container-width * $own-video-expanded-divider;
3443
+ $expanded-video-container-height: $video-container-height * $own-video-expanded-divider;
3444
+ $container-background-dark: #333;
3445
+ $container-background-light: #fff;
3446
+ $own-video-container-width: $video-container-width / $own-video-divider;
3447
+ $own-video-container-height: $video-container-height / $own-video-divider;
3448
+ $container-offset: 16px;
3449
+ $container-inner-offset: 8px;
3450
+ $controls-panel-height: 60px;
3451
+ $expanded-controls-panel-height: 84px;
3452
+ $select-border-radius: 4px;
3453
+ $border-radius: 8px;
3454
+ $expanded-peer-wrapper-offset: 4px;
3455
+
3456
+ .rtsee-conference-shell {
3457
+ background-color: $container-background-dark;
3458
+ width: 100%;
3459
+ height: $video-container-height;
3460
+ overflow: hidden;
3461
+ position: relative;
3462
+
3463
+ &:hover {
3464
+ .rtsee-controls-wrapper {
3465
+ bottom: 8px;
3466
+ }
3467
+
3468
+ .rtsee-window-controls {
3469
+ top: $container-inner-offset;
3470
+ }
3471
+ }
3472
+
3473
+ .rtsee-local-peer {
3474
+ position: absolute;
3475
+ top: $container-inner-offset;
3476
+ left: $container-inner-offset;
3477
+ width: $own-video-container-width;
3478
+ height: $own-video-container-height;
3479
+ z-index: 1;
3480
+ text-align: center;
3481
+
3482
+ .rtsee-local-video {
3483
+ max-width: 100%;
3484
+ border-radius: $border-radius;
3485
+ }
3486
+ }
3487
+
3488
+ .rtsee-screen-share {
3489
+ height: 100%;
3490
+
3491
+ .rtsee-screen-share-video {
3492
+ width: 100%;
3493
+ height: calc(100% - 50px);
3494
+ }
3495
+ }
3496
+
3497
+ .rtsee-peers {
3498
+ height: 100%;
3499
+
3500
+ .rtsee-peer-wrapper {
3501
+ box-sizing: border-box;
3502
+ height: 100%;
3503
+
3504
+ .rtsee-peer {
3505
+ position: relative;
3506
+
3507
+ .rtsee-peer-video {
3508
+ border-radius: 8px;
3509
+ }
3510
+ }
3511
+ }
3512
+ }
3513
+
3514
+ .rtsee-controls-wrapper {
3515
+ height: $controls-panel-height;
3516
+ width: 100%;
3517
+ position: absolute;
3518
+ left: 0;
3519
+ bottom: - $controls-panel-height;
3520
+ transition: bottom 0.1s;
3521
+ text-align: center;
3522
+ }
3523
+
3524
+ .rtsee-window-controls {
3525
+ position: absolute;
3526
+ top: - $controls-panel-height;
3527
+ right: $container-inner-offset;
3528
+ transition: top 0.1s;
3529
+ z-index: 4;
3530
+
3531
+ .rtsee-window-controls-button {
3532
+ margin-left: $container-inner-offset;
3533
+ background-color: rgba(0,0,0,0.7);
3534
+ color: #ffffff;
3535
+ }
3536
+ }
3537
+
3538
+ .rtsee-settings-container {
3539
+ position: absolute;
3540
+ top: 0;
3541
+ right: 0;
3542
+ bottom: 0;
3543
+ left: 0;
3544
+ overflow: auto;
3545
+ z-index: 4;
3546
+ }
3547
+
3548
+ &.rtsee-conference-shell-no-companions {
3549
+ .rtsee-local-peer {
3550
+ box-sizing: border-box;
3551
+ height: 100%;
3552
+ width: 100%;
3553
+ top: 0;
3554
+ bottom: 0;
3555
+ left: 0;
3556
+ }
3557
+ }
3558
+
3559
+ .rtsee-close-settings-button {
3560
+ position: absolute;
3561
+ right: 25px;
3562
+ top: 5px;
3563
+ width: 30px;
3564
+ height: 30px;
3565
+ line-height: 30px;
3566
+ }
3567
+
3568
+ &.rtsee-conference-shell-expanded {
3569
+ position: fixed;
3570
+ border-radius: 0;
3571
+ max-width: unset;
3572
+ height: unset;
3573
+ width: unset;
3574
+ bottom: 0;
3575
+ right: 0;
3576
+ left: 0;
3577
+ top: 0;
3578
+
3579
+ &:hover {
3580
+ .rtsee-controls-wrapper {
3581
+ bottom: $container-offset;
3582
+ }
3583
+
3584
+ .rtsee-window-controls {
3585
+ top: $container-offset;
3586
+ right: $container-offset;
3587
+ }
3588
+ }
3589
+
3590
+ .rtsee-local-peer {
3591
+ top: unset;
3592
+ left: unset;
3593
+ width: $expanded-video-container-width;
3594
+ height: $expanded-video-container-height;
3595
+ bottom: $container-offset;
3596
+ right: $container-offset;
3597
+ padding: 0;
3598
+ z-index: 5;
3599
+ }
3600
+
3601
+ .rtsee-peers {
3602
+ width: 100%;
3603
+ height: 100%;
3604
+ display: table;
3605
+ table-layout: fixed;
3606
+
3607
+ .rtsee-peer-wrapper {
3608
+ display: table-cell;
3609
+ vertical-align: middle;
3610
+
3611
+ .rtsee-peer-video {
3612
+ border-radius: 0;
3613
+ }
3614
+ }
3615
+
3616
+ &.rtsee-peers-one {
3617
+ .rtsee-peer-wrapper {
3618
+ width: 100%;
3619
+ height: 100%;
3620
+
3621
+ .rtsee-peer {
3622
+ height: 70%;
3623
+ position: relative;
3624
+ }
3625
+ }
3626
+ }
3627
+
3628
+ &.rtsee-peers-three-grid {
3629
+ .rtsee-peer-wrapper {
3630
+ width: 50%;
3631
+ height: 100%;
3632
+
3633
+
3634
+ .rtsee-peer {
3635
+ height: 70%;
3636
+ position: relative;
3637
+ }
3638
+
3639
+ }
3640
+ }
3641
+
3642
+ &.rtsee-peers-six-grid {
3643
+ .rtsee-peer-wrapper {
3644
+ width: 33.3%;
3645
+ height: 50%;
3646
+ float: left;
3647
+ }
3648
+ }
3649
+
3650
+ &.rtsee-conference-shell-no-companions {
3651
+ .rtsee-local-peer {
3652
+ height: 100%;
3653
+ max-width: 100%;
3654
+ }
3655
+ }
3656
+ }
3657
+
3658
+ .rtsee-controls-wrapper {
3659
+ height: $expanded-controls-panel-height;
3660
+ bottom: -$expanded-controls-panel-height;
3661
+ }
3662
+ }
3663
+
3664
+ .rtsee-ripple-button {
3665
+ background-position: center;
3666
+ transition: background 0.2s;
3667
+ outline: none;
3668
+
3669
+ &:hover {
3670
+ background: rgba(245,245,245,.1) radial-gradient(circle, transparent 1%, rgba(245,245,245,.1) 1%) center/15000%;
3671
+ }
3672
+ &:active {
3673
+ background-size: 100%;
3674
+ transition: background 0s;
3675
+ }
3676
+ }
3677
+
3678
+ .rtsee-select {
3679
+ padding: $container-inner-offset;
3680
+ border-radius: $select-border-radius;
3681
+ width: 100%;
3682
+ outline: none;
3683
+ }
3684
+
3685
+ .material-icons-outlined {
3686
+ font-size: 18px;
3687
+ }
3688
+
3689
+ &.rtsee-conference-shell-expanded {
3690
+ .material-icons-outlined {
3691
+ font-size: 24px;
3692
+ }
3693
+
3694
+ .rtsee-ripple-button {
3695
+ height: 60px;
3696
+ width: 60px;
3697
+ line-height: 45px;
3698
+ }
3699
+ }
3700
+ }
3701
+
3702
+
3703
+
3704
+
3705
+ $peer-photo-d: 120px;
3706
+ $full-mode-peer-photo-d: 100px;
3707
+ $inner-offset: 5px;
3708
+ $peer-background: #404040;
3709
+
3710
+ .rtsee-peer {
3711
+ height: 100%;
3712
+ width: 100%;
3713
+ overflow: hidden;
3714
+
3715
+ .rtsee-peer-content {
3716
+ height: 100%;
3717
+ text-align: center;
3718
+ background-color: $peer-background;
3719
+ border-radius: 4px;
3720
+
3721
+ .rtsee-peer-photo {
3722
+ .rtsee-peer-photo-wrapper {
3723
+ display: inline-block;
3724
+ height: $peer-photo-d;
3725
+ width: $peer-photo-d;
3726
+ border-radius: 50%;
3727
+ position: relative;
3728
+ border: 0 solid #ffffff;
3729
+
3730
+ .rtsee-peer-photo-image {
3731
+ border: 0 solid #fff;
3732
+ height: 100%;
3733
+ left: 0;
3734
+ background-size: cover;
3735
+ border-radius: 50%;
3736
+ }
3737
+ }
3738
+ }
3739
+
3740
+ .rtsee-peer-info {
3741
+ color: #ffffff;
3742
+
3743
+ .rtsee-peer-name {
3744
+ font-family: monospace;
3745
+ padding: 8px 0 0 0;
3746
+ margin-top: -8px;
3747
+ }
3748
+ }
3749
+
3750
+ .rtsee-peer-soundbar {
3751
+ position: absolute;
3752
+ right: 16px;
3753
+ bottom: 16px;
3754
+ background: #404040;
3755
+ padding: 7px 6px 8px;
3756
+ border-radius: 50%;
3757
+ border: 1px solid;
3758
+ }
3759
+ }
3760
+
3761
+ .rtsee-peer-video {
3762
+ position: absolute;
3763
+ top: 50%;
3764
+ left: 50%;
3765
+ max-width: 100%;
3766
+ transform: translate(-50%, -50%);
3767
+ }
3768
+
3769
+ &.rtsee-peer-video-disabled {
3770
+ .rtsee-peer-video {
3771
+ position: absolute;
3772
+ left: - 3000px;
3773
+ }
3774
+ }
3775
+ }
3776
+
3777
+
3778
+ $rts-offset-sm: 8px;
3779
+ $rts-offset-md: 16px;
3780
+ $rts-offset-lg: 24px;
3781
+
3782
+ $rts-header-height: 65px;
3783
+
3784
+ $rts-default-border-radius: 8px;
3785
+ $rts-rounded-border-radius: 16px;
3786
+
3787
+ $rts-main-bg-color-light: #ffffff;
3788
+ $rts-secondary-bg-color-light: #e6eef3;
3789
+ $rts-main-bg-color-dark: #000000;
3790
+ $rts-live-color: #91d8bb;
3791
+
3792
+ $rts-active-bg-color-light: #bbdffd;
3793
+
3794
+
3795
+ $rts-font-color-dark: #000000;
3796
+ $rts-font-color-light: #333333;
3797
+
3798
+ $rts-font-color-dbg-light: #ffffff;
3799
+
3800
+ $rts-user-avatar-d-sm: 42px;
3801
+ $rts-user-avatar-d-md: 54px;
3802
+ $rts-user-avatar-d-lg: 65px;
3803
+
3804
+ $rts-message-status-width: 69px;
3805
+
3806
+
3807
+ $rts-state-bg-color: #D1F1EF;
3808
+ $rts-disabled-color: #82DBD8;
3809
+ $rts-slightly-active-color: #B3E8E5;
3810
+ $rts-super-active-color: #3BACB6;
3811
+
3812
+ $rts-break-sm: 480px;
3813
+ $rts-break-md: 800px;
3814
+ $rts-break-lg: 1100px;
3815
+
3816
+
3817
+ $rts-header-height: 65px;
3818
+ $rts-header-height-m: 45px;
3819
+
3820
+ // end of new design-variables
3821
+
3822
+ $rts-offset-sm: 8px;
3823
+ $rts-offset-md: 16px;
3824
+ $rts-offset-lg: 24px;
3825
+
3826
+ $rts-default-border-radius: 8px;
3827
+ $rts-rounded-border-radius: 16px;
3828
+
3829
+ $rts-main-bg-color-light: #ffffff;
3830
+ $rts-secondary-bg-color-light: #e6eef3;
3831
+ $rts-main-bg-color-dark: #000000;
3832
+ $rts-live-color: #91d8bb;
3833
+
3834
+ $rts-active-bg-color-light: #bbdffd;
3835
+
3836
+
3837
+ $rts-font-color-dark: #000000;
3838
+ $rts-font-color-light: #333333;
3839
+
3840
+ $rts-font-color-dbg-light: #ffffff;
3841
+
3842
+ $rts-user-avatar-d-sm: 42px;
3843
+ $rts-user-avatar-d-md: 54px;
3844
+ $rts-user-avatar-d-lg: 65px;
3845
+
3846
+ $rts-message-status-width: 69px;
3847
+
3848
+
3849
+ $rts-state-bg-color: #D1F1EF;
3850
+ $rts-disabled-color: #82DBD8;
3851
+ $rts-slightly-active-color: #B3E8E5;
3852
+ $rts-super-active-color: #3BACB6;
3853
+
3854
+ $video-container-width: 320px;
3855
+ $video-container-height: 240px;
3856
+
3857
+ // new design-variables
3858
+
3859
+ $rts-new-offset-xsm: 8px;
3860
+ $rts-new-offset-sm: 12px;
3861
+ $rts-new-offset-md: 18px;
3862
+
3863
+ $rts-new-user-avatar-d-sm: 40px;
3864
+
3865
+ $rts-new-default-border-radius: 8px;
3866
+ $rts-new-border-radius-rounded: 12px;
3867
+
3868
+ $rts-new-primary-color: #ea7b00;
3869
+ $rts-new-active-bg-color-light: #feefe0;
3870
+ $rts-new-secondary-bg-color-light: #e8e9eb;
3871
+
3872
+
3873
+ $rts-new-small-text-size: 12px;
3874
+ $rts-new-default-text-size: 16px;
3875
+
3876
+ $rts-break-sm: 480px;
3877
+ $rts-break-md: 800px;
3878
+ $rts-break-lg: 1100px;
3879
+
3880
+
3881
+ $rts-header-height: 65px;
3882
+ $rts-header-height-m: 45px;
3883
+ $rts-bottom-nav-height: 50px;
3884
+
3885
+ // end of new design-variables
3886
+
3887
+
3888
+
3889
+ .rtsee-presentation-stories-list {
3890
+ overflow-x: auto;
3891
+ overflow-y: hidden;
3892
+ white-space: nowrap;
3893
+ padding: $rts-offset-sm;
3894
+
3895
+ .rtsee-presentation-story-thumbnail-container {
3896
+ display: inline-block;
3897
+ width: 128px;
3898
+ margin-right: $rts-offset-sm;
3899
+ vertical-align: top;
3900
+
3901
+ .rtsee-story-thumbnail {
3902
+ border-radius: $rts-default-border-radius;
3903
+ background-color: #fff;
3904
+ overflow: hidden;
3905
+
3906
+ .rtsee-story-thumbnail-image-container {
3907
+ padding-bottom: 100%;
3908
+ background-size: cover;
3909
+ background-repeat: no-repeat;
3910
+ overflow: hidden;
3911
+ }
3912
+
3913
+ .rtsee-story-thumbnail-body-container {
3914
+ padding: 4px;
3915
+ height: 111px;
3916
+
3917
+ .rtsee-story-thumbnail-title-container {
3918
+ .rtsee-story-thumbnail-title {
3919
+ margin: 0 0 $rts-offset-sm 0;
3920
+ white-space: normal;
3921
+ color: #333;
3922
+ }
3923
+ }
3924
+
3925
+ .rtsee-story-thumbnail-info-container {
3926
+ .rtsee-story-thumbnail-info-time-icon {
3927
+ font-size: 12px;
3928
+ }
3929
+ }
3930
+ }
3931
+ }
3932
+ }
3933
+
3934
+ &:after {
3935
+ content: '';
3936
+ display: block;
3937
+ clear: both;
3938
+ }
3939
+ }
3940
+
3941
+
3942
+
3943
+
3944
+
3945
+
3946
+
3947
+ $rts-offset-sm: 8px;
3948
+ $rts-offset-md: 16px;
3949
+ $rts-offset-lg: 24px;
3950
+
3951
+ $rts-header-height: 65px;
3952
+
3953
+ $rts-default-border-radius: 8px;
3954
+ $rts-rounded-border-radius: 16px;
3955
+
3956
+ $rts-main-bg-color-light: #ffffff;
3957
+ $rts-secondary-bg-color-light: #e6eef3;
3958
+ $rts-main-bg-color-dark: #000000;
3959
+ $rts-live-color: #91d8bb;
3960
+
3961
+ $rts-active-bg-color-light: #bbdffd;
3962
+
3963
+
3964
+ $rts-font-color-dark: #000000;
3965
+ $rts-font-color-light: #333333;
3966
+
3967
+ $rts-font-color-dbg-light: #ffffff;
3968
+
3969
+ $rts-user-avatar-d-sm: 42px;
3970
+ $rts-user-avatar-d-md: 54px;
3971
+ $rts-user-avatar-d-lg: 65px;
3972
+
3973
+ $rts-message-status-width: 69px;
3974
+
3975
+
3976
+ $rts-state-bg-color: #D1F1EF;
3977
+ $rts-disabled-color: #82DBD8;
3978
+ $rts-slightly-active-color: #B3E8E5;
3979
+ $rts-super-active-color: #3BACB6;
3980
+
3981
+ $rts-break-sm: 480px;
3982
+ $rts-break-md: 800px;
3983
+ $rts-break-lg: 1100px;
3984
+
3985
+
3986
+ $rts-header-height: 65px;
3987
+ $rts-header-height-m: 45px;
3988
+
3989
+ // end of new design-variables
3990
+
3991
+ $rts-offset-sm: 8px;
3992
+ $rts-offset-md: 16px;
3993
+ $rts-offset-lg: 24px;
3994
+
3995
+ $rts-default-border-radius: 8px;
3996
+ $rts-rounded-border-radius: 16px;
3997
+
3998
+ $rts-main-bg-color-light: #ffffff;
3999
+ $rts-secondary-bg-color-light: #e6eef3;
4000
+ $rts-main-bg-color-dark: #000000;
4001
+ $rts-live-color: #91d8bb;
4002
+
4003
+ $rts-active-bg-color-light: #bbdffd;
4004
+
4005
+
4006
+ $rts-font-color-dark: #000000;
4007
+ $rts-font-color-light: #333333;
4008
+
4009
+ $rts-font-color-dbg-light: #ffffff;
4010
+
4011
+ $rts-user-avatar-d-sm: 42px;
4012
+ $rts-user-avatar-d-md: 54px;
4013
+ $rts-user-avatar-d-lg: 65px;
4014
+
4015
+ $rts-message-status-width: 69px;
4016
+
4017
+
4018
+ $rts-state-bg-color: #D1F1EF;
4019
+ $rts-disabled-color: #82DBD8;
4020
+ $rts-slightly-active-color: #B3E8E5;
4021
+ $rts-super-active-color: #3BACB6;
4022
+
4023
+ $video-container-width: 320px;
4024
+ $video-container-height: 240px;
4025
+
4026
+ // new design-variables
4027
+
4028
+ $rts-new-offset-xsm: 8px;
4029
+ $rts-new-offset-sm: 12px;
4030
+ $rts-new-offset-md: 18px;
4031
+
4032
+ $rts-new-user-avatar-d-sm: 40px;
4033
+
4034
+ $rts-new-default-border-radius: 8px;
4035
+ $rts-new-border-radius-rounded: 12px;
4036
+
4037
+ $rts-new-primary-color: #ea7b00;
4038
+ $rts-new-active-bg-color-light: #feefe0;
4039
+ $rts-new-secondary-bg-color-light: #e8e9eb;
4040
+
4041
+
4042
+ $rts-new-small-text-size: 12px;
4043
+ $rts-new-default-text-size: 16px;
4044
+
4045
+ $rts-break-sm: 480px;
4046
+ $rts-break-md: 800px;
4047
+ $rts-break-lg: 1100px;
4048
+
4049
+
4050
+ $rts-header-height: 65px;
4051
+ $rts-header-height-m: 45px;
4052
+ $rts-bottom-nav-height: 50px;
4053
+
4054
+ // end of new design-variables
4055
+
4056
+
4057
+
4058
+ .rtsee-presentation-slide {
4059
+ background-color: $rts-main-bg-color-light;
4060
+ .rtsee-presentation-slide-default {
4061
+ .rtsee-presentation-slide-image-container {
4062
+ padding-bottom: 100%;
4063
+ background-repeat: no-repeat;
4064
+ background-size: contain;
4065
+ }
4066
+ }
4067
+
4068
+ padding-bottom: $rts-bottom-nav-height;
4069
+ }
4070
+
4071
+
4072
+ .rtsee-story-player {
4073
+ .rtsee-story-player-slider {
4074
+ .story-player-slide-container {
4075
+ display: none;
4076
+
4077
+ &.story-player-slide-active {
4078
+ display: block;
4079
+ }
4080
+ }
4081
+ }
4082
+ }
4083
+
4084
+
4085
+ $rts-offset-sm: 8px;
4086
+ $rts-offset-md: 16px;
4087
+ $rts-offset-lg: 24px;
4088
+
4089
+ $rts-header-height: 65px;
4090
+
4091
+ $rts-default-border-radius: 8px;
4092
+ $rts-rounded-border-radius: 16px;
4093
+
4094
+ $rts-main-bg-color-light: #ffffff;
4095
+ $rts-secondary-bg-color-light: #e6eef3;
4096
+ $rts-main-bg-color-dark: #000000;
4097
+ $rts-live-color: #91d8bb;
4098
+
4099
+ $rts-active-bg-color-light: #bbdffd;
4100
+
4101
+
4102
+ $rts-font-color-dark: #000000;
4103
+ $rts-font-color-light: #333333;
4104
+
4105
+ $rts-font-color-dbg-light: #ffffff;
4106
+
4107
+ $rts-user-avatar-d-sm: 42px;
4108
+ $rts-user-avatar-d-md: 54px;
4109
+ $rts-user-avatar-d-lg: 65px;
4110
+
4111
+ $rts-message-status-width: 69px;
4112
+
4113
+
4114
+ $rts-state-bg-color: #D1F1EF;
4115
+ $rts-disabled-color: #82DBD8;
4116
+ $rts-slightly-active-color: #B3E8E5;
4117
+ $rts-super-active-color: #3BACB6;
4118
+
4119
+ $rts-break-sm: 480px;
4120
+ $rts-break-md: 800px;
4121
+ $rts-break-lg: 1100px;
4122
+
4123
+
4124
+ $rts-header-height: 65px;
4125
+ $rts-header-height-m: 45px;
4126
+
4127
+ // end of new design-variables
4128
+
4129
+ $rts-offset-sm: 8px;
4130
+ $rts-offset-md: 16px;
4131
+ $rts-offset-lg: 24px;
4132
+
4133
+ $rts-default-border-radius: 8px;
4134
+ $rts-rounded-border-radius: 16px;
4135
+
4136
+ $rts-main-bg-color-light: #ffffff;
4137
+ $rts-secondary-bg-color-light: #e6eef3;
4138
+ $rts-main-bg-color-dark: #000000;
4139
+ $rts-live-color: #91d8bb;
4140
+
4141
+ $rts-active-bg-color-light: #bbdffd;
4142
+
4143
+
4144
+ $rts-font-color-dark: #000000;
4145
+ $rts-font-color-light: #333333;
4146
+
4147
+ $rts-font-color-dbg-light: #ffffff;
4148
+
4149
+ $rts-user-avatar-d-sm: 42px;
4150
+ $rts-user-avatar-d-md: 54px;
4151
+ $rts-user-avatar-d-lg: 65px;
4152
+
4153
+ $rts-message-status-width: 69px;
4154
+
4155
+
4156
+ $rts-state-bg-color: #D1F1EF;
4157
+ $rts-disabled-color: #82DBD8;
4158
+ $rts-slightly-active-color: #B3E8E5;
4159
+ $rts-super-active-color: #3BACB6;
4160
+
4161
+ $video-container-width: 320px;
4162
+ $video-container-height: 240px;
4163
+
4164
+ // new design-variables
4165
+
4166
+ $rts-new-offset-xsm: 8px;
4167
+ $rts-new-offset-sm: 12px;
4168
+ $rts-new-offset-md: 18px;
4169
+
4170
+ $rts-new-user-avatar-d-sm: 40px;
4171
+
4172
+ $rts-new-default-border-radius: 8px;
4173
+ $rts-new-border-radius-rounded: 12px;
4174
+
4175
+ $rts-new-primary-color: #ea7b00;
4176
+ $rts-new-active-bg-color-light: #feefe0;
4177
+ $rts-new-secondary-bg-color-light: #e8e9eb;
4178
+
4179
+
4180
+ $rts-new-small-text-size: 12px;
4181
+ $rts-new-default-text-size: 16px;
4182
+
4183
+ $rts-break-sm: 480px;
4184
+ $rts-break-md: 800px;
4185
+ $rts-break-lg: 1100px;
4186
+
4187
+
4188
+ $rts-header-height: 65px;
4189
+ $rts-header-height-m: 45px;
4190
+ $rts-bottom-nav-height: 50px;
4191
+
4192
+ // end of new design-variables
4193
+
4194
+
4195
+ $nav-item-height: $rts-header-height;
4196
+ $nav-icon-block-width: $rts-header-height;
4197
+ $nav-icon-size: 24px;
4198
+ $sidenav-toggle-width: 6px;
4199
+
4200
+ $rts-sidenav-expanded-width: $video-container-width;
4201
+
4202
+
4203
+
4204
+ $sidenav-bg-color: #fff;
4205
+ $default-border-color: #e8e8e8;
4206
+ $primary-blue: #5b7a9f;
4207
+ $sidenav-collapsed-width: $rts-header-height;
4208
+ $dark-logo-height: 30px;
4209
+ $logo-height: 50px;
4210
+ $icon-color: #a8a8a8;
4211
+
4212
+ $new-nav-icon-size: 30px;
4213
+ $nav-font-color: #5d5d5d;
4214
+ $active-font-color: #6897bb;
4215
+ $active-bg-color: #e8f4f4;
4216
+
4217
+
4218
+ .rtsee-shell {
4219
+ background-color: yellow;
4220
+
4221
+ &.rtsee-shell-conference-mode {
4222
+ padding-top: $video-container-height;
4223
+
4224
+ .rtsee-shell-panel {
4225
+ display: block;
4226
+ }
4227
+
4228
+ &.rtsee-shell-messenger-active {
4229
+ .rtsee-messenger-container {
4230
+ .rtsee-messenger-header-container {
4231
+ top: $video-container-height;
4232
+ }
4233
+ }
4234
+ }
4235
+
4236
+ @media screen and (min-width: $rts-break-md) {
4237
+ padding-top: 0;
4238
+
4239
+ .rtsee-shell-panel {
4240
+ padding-top: $video-container-height;
4241
+ }
4242
+ }
4243
+ }
4244
+
4245
+ &.rtsee-shell-messenger-active {
4246
+ .rtsee-shell-panel {
4247
+ display: block;
4248
+ }
4249
+
4250
+ .rtsee-messenger-container {
4251
+ display: block;
4252
+
4253
+ .rtsee-messenger-header-container {
4254
+ position: fixed;
4255
+ top: 0;
4256
+ z-index: 1;
4257
+ }
4258
+
4259
+ .rtsee-chat-footer-container {
4260
+ bottom: $rts-bottom-nav-height;
4261
+ position: fixed;
4262
+ z-index: 1;
4263
+ }
4264
+ }
4265
+
4266
+ .rtsee-content {
4267
+ display: none;
4268
+ }
4269
+ }
4270
+
4271
+ &.rtsee-shell-dashboard-active {
4272
+ .rtsee-shell-panel {
4273
+ display: block;
4274
+ }
4275
+
4276
+ .rtsee-events-dashboard-container {
4277
+ display: block;
4278
+ }
4279
+
4280
+ .rtsee-content {
4281
+ display: none;
4282
+ }
4283
+ }
4284
+
4285
+ &.rtsee-shell-presentation-active {
4286
+ .rtsee-shell-panel {
4287
+ display: block;
4288
+ }
4289
+
4290
+ .rtsee-presentation-container {
4291
+ display: block;
4292
+ }
4293
+
4294
+ .rtsee-content {
4295
+ display: none;
4296
+ }
4297
+ }
4298
+
4299
+ .rtsee-sidenav-block {
4300
+ display: none;
4301
+ position: fixed;
4302
+ z-index: 4;
4303
+ top: 0;
4304
+ height: 100%;
4305
+ width: $sidenav-collapsed-width;
4306
+ left: 0;
4307
+ }
4308
+
4309
+ .rtsee-shell-panel {
4310
+ display: none;
4311
+ background-color: green;
4312
+ }
4313
+
4314
+ .rtsee-conference-container {
4315
+ position: fixed;
4316
+ top: 0;
4317
+ left: 0;
4318
+ height: $video-container-height;
4319
+ width: 100%;
4320
+ z-index: 2;
4321
+ }
4322
+
4323
+ .rtsee-messenger-container {
4324
+ display: none;
4325
+ height: 100%;
4326
+ }
4327
+
4328
+ .rtsee-events-dashboard-container {
4329
+ display: none;
4330
+ }
4331
+
4332
+ .rtsee-presentation-container {
4333
+ display: none;
4334
+ height: 100%;
4335
+ overflow: auto;
4336
+ }
4337
+
4338
+ .rtsee-bottom-nav-block {
4339
+ position: fixed;
4340
+ width: 100%;
4341
+ bottom: 0;
4342
+ left: 0;
4343
+ }
4344
+
4345
+ @media screen and (min-width: $rts-break-md) {
4346
+ .rtsee-content {
4347
+ display: block;
4348
+ }
4349
+
4350
+ .rtsee-bottom-nav-block {
4351
+ display: none;
4352
+ }
4353
+
4354
+ .rtsee-sidenav-block {
4355
+ display: block;
4356
+ }
4357
+
4358
+ .rtsee-content {
4359
+ padding-left: $rts-header-height;
4360
+ padding-right: $video-container-width;
4361
+ }
4362
+
4363
+ .rtsee-shell-panel {
4364
+ display: block;
4365
+ width: $video-container-width;
4366
+ height: 100%;
4367
+ position: fixed;
4368
+ right: 0;
4369
+ top: 0;
4370
+ }
4371
+
4372
+ .rtsee-conference-container {
4373
+ position: absolute;
4374
+ left: 0;
4375
+ top: 0;
4376
+ }
4377
+
4378
+ .rtsee-shell-panel {
4379
+ padding: 0;
4380
+ }
4381
+
4382
+ &.rtsee-shell-side-nav-expanded {
4383
+ .rtsee-content {
4384
+ padding-left: $rts-sidenav-expanded-width;
4385
+ overflow: hidden;
4386
+ }
4387
+
4388
+ .rtsee-sidenav-block {
4389
+ left: 0;
4390
+ width: $rts-sidenav-expanded-width;
4391
+ }
4392
+ }
4393
+
4394
+ &.rtsee-shell-conference-mode {
4395
+ &.rtsee-shell-messenger-active {
4396
+ .rtsee-messenger-container {
4397
+ .rtsee-messenger-header-container {
4398
+ top: 0;
4399
+ }
4400
+ }
4401
+ }
4402
+ }
4403
+
4404
+ &.rtsee-shell-messenger-active {
4405
+ .rtsee-messenger-container {
4406
+ .rtsee-messenger-header-container {
4407
+ top: 0;
4408
+ position: absolute;
4409
+ }
4410
+
4411
+ .rtsee-chat-footer-container {
4412
+ bottom: 0;
4413
+ position: absolute;
4414
+ }
4415
+ }
4416
+ }
4417
+ }
4418
+ }
4419
+
4420
+ $rts-offset-sm: 8px;
4421
+ $rts-offset-md: 16px;
4422
+ $rts-offset-lg: 24px;
4423
+
4424
+ $rts-header-height: 65px;
4425
+
4426
+ $rts-default-border-radius: 8px;
4427
+ $rts-rounded-border-radius: 16px;
4428
+
4429
+ $rts-main-bg-color-light: #ffffff;
4430
+ $rts-secondary-bg-color-light: #e6eef3;
4431
+ $rts-main-bg-color-dark: #000000;
4432
+ $rts-live-color: #91d8bb;
4433
+
4434
+ $rts-active-bg-color-light: #bbdffd;
4435
+
4436
+
4437
+ $rts-font-color-dark: #000000;
4438
+ $rts-font-color-light: #333333;
4439
+
4440
+ $rts-font-color-dbg-light: #ffffff;
4441
+
4442
+ $rts-user-avatar-d-sm: 42px;
4443
+ $rts-user-avatar-d-md: 54px;
4444
+ $rts-user-avatar-d-lg: 65px;
4445
+
4446
+ $rts-message-status-width: 69px;
4447
+
4448
+
4449
+ $rts-state-bg-color: #D1F1EF;
4450
+ $rts-disabled-color: #82DBD8;
4451
+ $rts-slightly-active-color: #B3E8E5;
4452
+ $rts-super-active-color: #3BACB6;
4453
+
4454
+ $rts-break-sm: 480px;
4455
+ $rts-break-md: 800px;
4456
+ $rts-break-lg: 1100px;
4457
+
4458
+
4459
+ $rts-header-height: 65px;
4460
+ $rts-header-height-m: 45px;
4461
+
4462
+ // end of new design-variables
4463
+
4464
+ $rts-offset-sm: 8px;
4465
+ $rts-offset-md: 16px;
4466
+ $rts-offset-lg: 24px;
4467
+
4468
+ $rts-default-border-radius: 8px;
4469
+ $rts-rounded-border-radius: 16px;
4470
+
4471
+ $rts-main-bg-color-light: #ffffff;
4472
+ $rts-secondary-bg-color-light: #e6eef3;
4473
+ $rts-main-bg-color-dark: #000000;
4474
+ $rts-live-color: #91d8bb;
4475
+
4476
+ $rts-active-bg-color-light: #bbdffd;
4477
+
4478
+
4479
+ $rts-font-color-dark: #000000;
4480
+ $rts-font-color-light: #333333;
4481
+
4482
+ $rts-font-color-dbg-light: #ffffff;
4483
+
4484
+ $rts-user-avatar-d-sm: 42px;
4485
+ $rts-user-avatar-d-md: 54px;
4486
+ $rts-user-avatar-d-lg: 65px;
4487
+
4488
+ $rts-message-status-width: 69px;
4489
+
4490
+
4491
+ $rts-state-bg-color: #D1F1EF;
4492
+ $rts-disabled-color: #82DBD8;
4493
+ $rts-slightly-active-color: #B3E8E5;
4494
+ $rts-super-active-color: #3BACB6;
4495
+
4496
+ $video-container-width: 320px;
4497
+ $video-container-height: 240px;
4498
+
4499
+ // new design-variables
4500
+
4501
+ $rts-new-offset-xsm: 8px;
4502
+ $rts-new-offset-sm: 12px;
4503
+ $rts-new-offset-md: 18px;
4504
+
4505
+ $rts-new-user-avatar-d-sm: 40px;
4506
+
4507
+ $rts-new-default-border-radius: 8px;
4508
+ $rts-new-border-radius-rounded: 12px;
4509
+
4510
+ $rts-new-primary-color: #ea7b00;
4511
+ $rts-new-active-bg-color-light: #feefe0;
4512
+ $rts-new-secondary-bg-color-light: #e8e9eb;
4513
+
4514
+
4515
+ $rts-new-small-text-size: 12px;
4516
+ $rts-new-default-text-size: 16px;
4517
+
4518
+ $rts-break-sm: 480px;
4519
+ $rts-break-md: 800px;
4520
+ $rts-break-lg: 1100px;
4521
+
4522
+
4523
+ $rts-header-height: 65px;
4524
+ $rts-header-height-m: 45px;
4525
+ $rts-bottom-nav-height: 50px;
4526
+
4527
+ // end of new design-variables
4528
+
4529
+
4530
+ $nav-item-height: $rts-header-height;
4531
+ $nav-icon-block-width: $rts-header-height;
4532
+ $nav-icon-size: 24px;
4533
+ $sidenav-toggle-width: 6px;
4534
+
4535
+ $rts-sidenav-expanded-width: $video-container-width;
4536
+
4537
+
4538
+
4539
+ $sidenav-bg-color: #fff;
4540
+ $default-border-color: #e8e8e8;
4541
+ $primary-blue: #5b7a9f;
4542
+ $sidenav-collapsed-width: $rts-header-height;
4543
+ $dark-logo-height: 30px;
4544
+ $logo-height: 50px;
4545
+ $icon-color: #a8a8a8;
4546
+
4547
+ $new-nav-icon-size: 30px;
4548
+ $nav-font-color: #5d5d5d;
4549
+ $active-font-color: #6897bb;
4550
+ $active-bg-color: #e8f4f4;
4551
+
4552
+
4553
+
4554
+ .rtsee-sidenav {
4555
+ background-color: $sidenav-bg-color;
4556
+ height: 100%;
4557
+ position: relative;
4558
+ border-right: 1px solid $default-border-color;
4559
+
4560
+ .rtsee-sidenav-toggle {
4561
+ position: absolute;
4562
+ top: 0;
4563
+ right: -$sidenav-toggle-width;
4564
+ height: 100%;
4565
+ width: $sidenav-toggle-width;
4566
+ border-left: 2px solid transparent;
4567
+
4568
+ .rtsee-sidenav-toggle-button {
4569
+ display: flex;
4570
+ justify-content: center;
4571
+ align-items: center;
4572
+ position: absolute;
4573
+ top: 66px;
4574
+ left: -17px;
4575
+ border-radius: 50%;
4576
+ border: 1px solid $default-border-color;
4577
+ height: 30px;
4578
+ width: 30px;
4579
+ cursor: pointer;
4580
+ color: $primary-blue;
4581
+ background-color: $sidenav-bg-color;
4582
+ }
4583
+ }
4584
+
4585
+ .rtsee-sidenav-header {
4586
+ overflow: hidden;
4587
+ position: relative;
4588
+ height: $rts-header-height;
4589
+ border-bottom: 1px solid #e8e8e8;
4590
+
4591
+ .rtsee-site-logo {
4592
+ float: left;
4593
+ line-height: $rts-header-height;
4594
+ height: $rts-header-height;
4595
+ width: $sidenav-collapsed-width;
4596
+ text-align: center;
4597
+
4598
+ .rtsee-home-link {
4599
+ text-decoration: none;
4600
+ color: $nav-font-color;
4601
+
4602
+ .rtsee-site-logo-wrapper {
4603
+ display: inline-block;
4604
+ vertical-align: middle;
4605
+ }
4606
+
4607
+ img {
4608
+ height: $dark-logo-height;
4609
+ width: $logo-height;
4610
+ vertical-align: middle;
4611
+ }
4612
+ }
4613
+
4614
+
4615
+ }
4616
+
4617
+ .rtsee-sidenav-toggle {
4618
+ position: absolute;
4619
+ right: 0;
4620
+ top: 0;
4621
+ height: 100%;
4622
+ width: 70px;
4623
+ font-size: 23px;
4624
+ text-align: center;
4625
+ line-height: $rts-header-height;
4626
+ color: $icon-color;
4627
+ cursor: pointer;
4628
+
4629
+ :hover {
4630
+ opacity: 0.6;
4631
+ }
4632
+ }
4633
+ }
4634
+
4635
+ .rtsee-sidenav-body {
4636
+ overflow: auto;
4637
+ height: calc(100% - #{$rts-header-height});
4638
+
4639
+ .rtsee-nav-items {
4640
+ list-style-type: none;
4641
+ padding: 0;
4642
+ margin: 0;
4643
+
4644
+ .nav-icon-img {
4645
+ margin-top: -5px;
4646
+ }
4647
+ }
4648
+ }
4649
+
4650
+ &.rtsee-sidenav-expanded {
4651
+ .rtsee-sidenav-body {
4652
+ .rtsee-nav-items {
4653
+ .rtsee-nav-item {
4654
+ padding-left: $nav-icon-block-width;
4655
+
4656
+ .rtsee-nav-item-name {
4657
+ display: block;
4658
+ }
4659
+
4660
+ .rtsee-nav-item-icon {
4661
+ position: absolute;
4662
+ height: $nav-item-height;
4663
+ width: $nav-icon-block-width;
4664
+ }
4665
+ }
4666
+ }
4667
+ }
4668
+
4669
+ .rtsee-sidenav-toggle {
4670
+ cursor: w-resize;
4671
+ }
4672
+ }
4673
+ }
4674
+
4675
+
4676
+
4677
+ $rts-offset-sm: 8px;
4678
+ $rts-offset-md: 16px;
4679
+ $rts-offset-lg: 24px;
4680
+
4681
+ $rts-header-height: 65px;
4682
+
4683
+ $rts-default-border-radius: 8px;
4684
+ $rts-rounded-border-radius: 16px;
4685
+
4686
+ $rts-main-bg-color-light: #ffffff;
4687
+ $rts-secondary-bg-color-light: #e6eef3;
4688
+ $rts-main-bg-color-dark: #000000;
4689
+ $rts-live-color: #91d8bb;
4690
+
4691
+ $rts-active-bg-color-light: #bbdffd;
4692
+
4693
+
4694
+ $rts-font-color-dark: #000000;
4695
+ $rts-font-color-light: #333333;
4696
+
4697
+ $rts-font-color-dbg-light: #ffffff;
4698
+
4699
+ $rts-user-avatar-d-sm: 42px;
4700
+ $rts-user-avatar-d-md: 54px;
4701
+ $rts-user-avatar-d-lg: 65px;
4702
+
4703
+ $rts-message-status-width: 69px;
4704
+
4705
+
4706
+ $rts-state-bg-color: #D1F1EF;
4707
+ $rts-disabled-color: #82DBD8;
4708
+ $rts-slightly-active-color: #B3E8E5;
4709
+ $rts-super-active-color: #3BACB6;
4710
+
4711
+ $rts-break-sm: 480px;
4712
+ $rts-break-md: 800px;
4713
+ $rts-break-lg: 1100px;
4714
+
4715
+
4716
+ $rts-header-height: 65px;
4717
+ $rts-header-height-m: 45px;
4718
+
4719
+ // end of new design-variables
4720
+
4721
+ $rts-offset-sm: 8px;
4722
+ $rts-offset-md: 16px;
4723
+ $rts-offset-lg: 24px;
4724
+
4725
+ $rts-default-border-radius: 8px;
4726
+ $rts-rounded-border-radius: 16px;
4727
+
4728
+ $rts-main-bg-color-light: #ffffff;
4729
+ $rts-secondary-bg-color-light: #e6eef3;
4730
+ $rts-main-bg-color-dark: #000000;
4731
+ $rts-live-color: #91d8bb;
4732
+
4733
+ $rts-active-bg-color-light: #bbdffd;
4734
+
4735
+
4736
+ $rts-font-color-dark: #000000;
4737
+ $rts-font-color-light: #333333;
4738
+
4739
+ $rts-font-color-dbg-light: #ffffff;
4740
+
4741
+ $rts-user-avatar-d-sm: 42px;
4742
+ $rts-user-avatar-d-md: 54px;
4743
+ $rts-user-avatar-d-lg: 65px;
4744
+
4745
+ $rts-message-status-width: 69px;
4746
+
4747
+
4748
+ $rts-state-bg-color: #D1F1EF;
4749
+ $rts-disabled-color: #82DBD8;
4750
+ $rts-slightly-active-color: #B3E8E5;
4751
+ $rts-super-active-color: #3BACB6;
4752
+
4753
+ $video-container-width: 320px;
4754
+ $video-container-height: 240px;
4755
+
4756
+ // new design-variables
4757
+
4758
+ $rts-new-offset-xsm: 8px;
4759
+ $rts-new-offset-sm: 12px;
4760
+ $rts-new-offset-md: 18px;
4761
+
4762
+ $rts-new-user-avatar-d-sm: 40px;
4763
+
4764
+ $rts-new-default-border-radius: 8px;
4765
+ $rts-new-border-radius-rounded: 12px;
4766
+
4767
+ $rts-new-primary-color: #ea7b00;
4768
+ $rts-new-active-bg-color-light: #feefe0;
4769
+ $rts-new-secondary-bg-color-light: #e8e9eb;
4770
+
4771
+
4772
+ $rts-new-small-text-size: 12px;
4773
+ $rts-new-default-text-size: 16px;
4774
+
4775
+ $rts-break-sm: 480px;
4776
+ $rts-break-md: 800px;
4777
+ $rts-break-lg: 1100px;
4778
+
4779
+
4780
+ $rts-header-height: 65px;
4781
+ $rts-header-height-m: 45px;
4782
+ $rts-bottom-nav-height: 50px;
4783
+
4784
+ // end of new design-variables
4785
+
4786
+
4787
+ $nav-item-height: $rts-header-height;
4788
+ $nav-icon-block-width: $rts-header-height;
4789
+ $nav-icon-size: 24px;
4790
+ $sidenav-toggle-width: 6px;
4791
+
4792
+ $rts-sidenav-expanded-width: $video-container-width;
4793
+
4794
+
4795
+
4796
+ $sidenav-bg-color: #fff;
4797
+ $default-border-color: #e8e8e8;
4798
+ $primary-blue: #5b7a9f;
4799
+ $sidenav-collapsed-width: $rts-header-height;
4800
+ $dark-logo-height: 30px;
4801
+ $logo-height: 50px;
4802
+ $icon-color: #a8a8a8;
4803
+
4804
+ $new-nav-icon-size: 30px;
4805
+ $nav-font-color: #5d5d5d;
4806
+ $active-font-color: #6897bb;
4807
+ $active-bg-color: #e8f4f4;
4808
+
4809
+
4810
+ .rtsee-nav-item {
4811
+ display: flex;
4812
+ height: $nav-item-height;
4813
+ line-height: $nav-item-height;
4814
+ cursor: pointer;
4815
+ position: relative;
4816
+ color: $nav-font-color;
4817
+ font-size: 14px;
4818
+ text-decoration: none;
4819
+ overflow: hidden;
4820
+
4821
+ .rtsee-nav-item-icon {
4822
+ position: relative;
4823
+ display: flex;
4824
+ justify-content: center;
4825
+ align-items: center;
4826
+ width: 100%;
4827
+ max-height: 100%;
4828
+ color: $icon-color;
4829
+ font-size: $nav-icon-size;
4830
+ left: 0;
4831
+ top: 0;
4832
+ text-align: center;
4833
+
4834
+ .material-icons, .material-icons-outlined {
4835
+ vertical-align: middle;
4836
+ font-size: 30px;
4837
+ }
4838
+
4839
+ .rtsee-nav-icon-img {
4840
+ height: $new-nav-icon-size;
4841
+ }
4842
+ }
4843
+
4844
+ .mat-badge-medium {
4845
+ &.mat-badge-below, &.mat-badge-overlap.mat-badge-after {
4846
+ .mat-badge-content {
4847
+ bottom: 20px;
4848
+ right: 10px;
4849
+ }
4850
+ }
4851
+ }
4852
+
4853
+ .rtsee-nav-item-name {
4854
+ display: none;
4855
+ }
4856
+
4857
+ &:hover, &.active {
4858
+ color: $active-font-color;
4859
+ background-color: $active-bg-color;
4860
+
4861
+ .rtsee-nav-item-icon {
4862
+ color: $active-font-color;
4863
+ }
4864
+ }
4865
+
4866
+ .rtsee-nav-link {
4867
+ background-color: #ffffff;
4868
+
4869
+ &.active {
4870
+ color: $active-font-color;
4871
+
4872
+ .rtsee-nav-item-icon {
4873
+ color: $active-font-color;
4874
+ }
4875
+ }
4876
+ }
4877
+ }
4878
+
4879
+ $rts-offset-sm: 8px;
4880
+ $rts-offset-md: 16px;
4881
+ $rts-offset-lg: 24px;
4882
+
4883
+ $rts-header-height: 65px;
4884
+
4885
+ $rts-default-border-radius: 8px;
4886
+ $rts-rounded-border-radius: 16px;
4887
+
4888
+ $rts-main-bg-color-light: #ffffff;
4889
+ $rts-secondary-bg-color-light: #e6eef3;
4890
+ $rts-main-bg-color-dark: #000000;
4891
+ $rts-live-color: #91d8bb;
4892
+
4893
+ $rts-active-bg-color-light: #bbdffd;
4894
+
4895
+
4896
+ $rts-font-color-dark: #000000;
4897
+ $rts-font-color-light: #333333;
4898
+
4899
+ $rts-font-color-dbg-light: #ffffff;
4900
+
4901
+ $rts-user-avatar-d-sm: 42px;
4902
+ $rts-user-avatar-d-md: 54px;
4903
+ $rts-user-avatar-d-lg: 65px;
4904
+
4905
+ $rts-message-status-width: 69px;
4906
+
4907
+
4908
+ $rts-state-bg-color: #D1F1EF;
4909
+ $rts-disabled-color: #82DBD8;
4910
+ $rts-slightly-active-color: #B3E8E5;
4911
+ $rts-super-active-color: #3BACB6;
4912
+
4913
+ $rts-break-sm: 480px;
4914
+ $rts-break-md: 800px;
4915
+ $rts-break-lg: 1100px;
4916
+
4917
+
4918
+ $rts-header-height: 65px;
4919
+ $rts-header-height-m: 45px;
4920
+
4921
+ // end of new design-variables
4922
+
4923
+ $rts-offset-sm: 8px;
4924
+ $rts-offset-md: 16px;
4925
+ $rts-offset-lg: 24px;
4926
+
4927
+ $rts-default-border-radius: 8px;
4928
+ $rts-rounded-border-radius: 16px;
4929
+
4930
+ $rts-main-bg-color-light: #ffffff;
4931
+ $rts-secondary-bg-color-light: #e6eef3;
4932
+ $rts-main-bg-color-dark: #000000;
4933
+ $rts-live-color: #91d8bb;
4934
+
4935
+ $rts-active-bg-color-light: #bbdffd;
4936
+
4937
+
4938
+ $rts-font-color-dark: #000000;
4939
+ $rts-font-color-light: #333333;
4940
+
4941
+ $rts-font-color-dbg-light: #ffffff;
4942
+
4943
+ $rts-user-avatar-d-sm: 42px;
4944
+ $rts-user-avatar-d-md: 54px;
4945
+ $rts-user-avatar-d-lg: 65px;
4946
+
4947
+ $rts-message-status-width: 69px;
4948
+
4949
+
4950
+ $rts-state-bg-color: #D1F1EF;
4951
+ $rts-disabled-color: #82DBD8;
4952
+ $rts-slightly-active-color: #B3E8E5;
4953
+ $rts-super-active-color: #3BACB6;
4954
+
4955
+ $video-container-width: 320px;
4956
+ $video-container-height: 240px;
4957
+
4958
+ // new design-variables
4959
+
4960
+ $rts-new-offset-xsm: 8px;
4961
+ $rts-new-offset-sm: 12px;
4962
+ $rts-new-offset-md: 18px;
4963
+
4964
+ $rts-new-user-avatar-d-sm: 40px;
4965
+
4966
+ $rts-new-default-border-radius: 8px;
4967
+ $rts-new-border-radius-rounded: 12px;
4968
+
4969
+ $rts-new-primary-color: #ea7b00;
4970
+ $rts-new-active-bg-color-light: #feefe0;
4971
+ $rts-new-secondary-bg-color-light: #e8e9eb;
4972
+
4973
+
4974
+ $rts-new-small-text-size: 12px;
4975
+ $rts-new-default-text-size: 16px;
4976
+
4977
+ $rts-break-sm: 480px;
4978
+ $rts-break-md: 800px;
4979
+ $rts-break-lg: 1100px;
4980
+
4981
+
4982
+ $rts-header-height: 65px;
4983
+ $rts-header-height-m: 45px;
4984
+ $rts-bottom-nav-height: 50px;
4985
+
4986
+ // end of new design-variables
4987
+
4988
+
4989
+ $nav-item-height: $rts-header-height;
4990
+ $nav-icon-block-width: $rts-header-height;
4991
+ $nav-icon-size: 24px;
4992
+ $sidenav-toggle-width: 6px;
4993
+
4994
+ $rts-sidenav-expanded-width: $video-container-width;
4995
+
4996
+
4997
+
4998
+ $sidenav-bg-color: #fff;
4999
+ $default-border-color: #e8e8e8;
5000
+ $primary-blue: #5b7a9f;
5001
+ $sidenav-collapsed-width: $rts-header-height;
5002
+ $dark-logo-height: 30px;
5003
+ $logo-height: 50px;
5004
+ $icon-color: #a8a8a8;
5005
+
5006
+ $new-nav-icon-size: 30px;
5007
+ $nav-font-color: #5d5d5d;
5008
+ $active-font-color: #6897bb;
5009
+ $active-bg-color: #e8f4f4;
5010
+
5011
+
5012
+ .rtsee-bottom-nav {
5013
+ min-height: $rts-bottom-nav-height + $rts-new-offset-sm;
5014
+ border-top: 1px solid $default-border-color;
5015
+ background-color: #FFF;
5016
+
5017
+ .rtsee-nav-bar {
5018
+ .rtsee-bottom-nav-bar-link {
5019
+ .rtsee-nav-bar-link-icon {
5020
+ width: 30px;
5021
+ }
5022
+ }
5023
+ }
5024
+ }
5025
+
5026
+
5027
+
5028
+ $light-blue-gray: #e6edf2;
5029
+ $white: #FFFFFF;
5030
+ $dark-blue-gray: #101828;
5031
+ $medium-blue-gray: #667085;
5032
+ $light-gray: #E4E7EC;
5033
+ $deep-blue: #175CD3;
5034
+
5035
+
5036
+ $logo-bottom-margin: 24px;
5037
+ $label-bottom-margin: 8px;
5038
+ $input-bottom-margin: 20px;
5039
+ $form-padding: 40px;
5040
+ $btn-margin-top: 16px;
5041
+ $max-width-container: 440px;
5042
+ $standard-border-radius: 10px;
5043
+ $logo-margin-bottom: 24px;
5044
+ $input-margin-bottom: 20px;
5045
+
5046
+
5047
+
5048
+ $auth-container-padding: 96px 24px;
5049
+ $auth-container-border-radius: 8px;
5050
+ $auth-logo-width: 64px;
5051
+ $auth-logo-height: 64px;
5052
+ $auth-title-text-margin-bottom: 16px;
5053
+ $auth-title-text-font-size: 24px;
5054
+ $auth-title-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
5055
+ $auth-title-description-text-margin: 0 0 40px;
5056
+ $auth-title-description-text-font-size: 14px;
5057
+
5058
+ $auth-form-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
5059
+ $auth-form-input-focus-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
5060
+
5061
+ $auth-options-margin: 16px 0 24px;
5062
+ $auth-options-remember-check-box-margin: 10px;
5063
+
5064
+
5065
+ $auth-button-padding: 12px;
5066
+ $auth-button-font-size: 14px;
5067
+ $auth-button-border-radius: 8px;
5068
+ $auth-button-transition: background-color 0.3s;
5069
+
5070
+ $auth-new-account-text-margin: 24px;
5071
+ $auth-new-account-text-font-size: 14px;
5072
+
5073
+ $auth-sm-medium-font-side: 12px;
5074
+ $auth-form-input-padding: 12px;
5075
+ $auth-form-input-border: 1px solid $light-gray;
5076
+
5077
+ // auth mobile
5078
+
5079
+ $auth-container-mobile-padding: 48px 16px;
5080
+ $auth-form-mobile-padding: 20px;
5081
+ $auth-input-container-mobile-margin: 16px;
5082
+ $auth-input-mobile-padding: 10px;
5083
+ $auth-mobile-font-size: 12px;
5084
+ $auth-button-container-mobile-padding: 10px;
5085
+ $auth-check-box-label-mobile-margin: 8px;
5086
+
5087
+
5088
+
5089
+
5090
+
5091
+
5092
+
5093
+ $rts-offset-sm: 8px;
5094
+ $rts-offset-md: 16px;
5095
+ $rts-offset-lg: 24px;
5096
+
5097
+ $rts-header-height: 65px;
5098
+
5099
+ $rts-default-border-radius: 8px;
5100
+ $rts-rounded-border-radius: 16px;
5101
+
5102
+ $rts-main-bg-color-light: #ffffff;
5103
+ $rts-secondary-bg-color-light: #e6eef3;
5104
+ $rts-main-bg-color-dark: #000000;
5105
+ $rts-live-color: #91d8bb;
5106
+
5107
+ $rts-active-bg-color-light: #bbdffd;
5108
+
5109
+
5110
+ $rts-font-color-dark: #000000;
5111
+ $rts-font-color-light: #333333;
5112
+
5113
+ $rts-font-color-dbg-light: #ffffff;
5114
+
5115
+ $rts-user-avatar-d-sm: 42px;
5116
+ $rts-user-avatar-d-md: 54px;
5117
+ $rts-user-avatar-d-lg: 65px;
5118
+
5119
+ $rts-message-status-width: 69px;
5120
+
5121
+
5122
+ $rts-state-bg-color: #D1F1EF;
5123
+ $rts-disabled-color: #82DBD8;
5124
+ $rts-slightly-active-color: #B3E8E5;
5125
+ $rts-super-active-color: #3BACB6;
5126
+
5127
+ $rts-break-sm: 480px;
5128
+ $rts-break-md: 800px;
5129
+ $rts-break-lg: 1100px;
5130
+
5131
+
5132
+ $rts-header-height: 65px;
5133
+ $rts-header-height-m: 45px;
5134
+
5135
+ // end of new design-variables
5136
+
5137
+ $rts-offset-sm: 8px;
5138
+ $rts-offset-md: 16px;
5139
+ $rts-offset-lg: 24px;
5140
+
5141
+ $rts-default-border-radius: 8px;
5142
+ $rts-rounded-border-radius: 16px;
5143
+
5144
+ $rts-main-bg-color-light: #ffffff;
5145
+ $rts-secondary-bg-color-light: #e6eef3;
5146
+ $rts-main-bg-color-dark: #000000;
5147
+ $rts-live-color: #91d8bb;
5148
+
5149
+ $rts-active-bg-color-light: #bbdffd;
5150
+
5151
+
5152
+ $rts-font-color-dark: #000000;
5153
+ $rts-font-color-light: #333333;
5154
+
5155
+ $rts-font-color-dbg-light: #ffffff;
5156
+
5157
+ $rts-user-avatar-d-sm: 42px;
5158
+ $rts-user-avatar-d-md: 54px;
5159
+ $rts-user-avatar-d-lg: 65px;
5160
+
5161
+ $rts-message-status-width: 69px;
5162
+
5163
+
5164
+ $rts-state-bg-color: #D1F1EF;
5165
+ $rts-disabled-color: #82DBD8;
5166
+ $rts-slightly-active-color: #B3E8E5;
5167
+ $rts-super-active-color: #3BACB6;
5168
+
5169
+ $video-container-width: 320px;
5170
+ $video-container-height: 240px;
5171
+
5172
+ // new design-variables
5173
+
5174
+ $rts-new-offset-xsm: 8px;
5175
+ $rts-new-offset-sm: 12px;
5176
+ $rts-new-offset-md: 18px;
5177
+
5178
+ $rts-new-user-avatar-d-sm: 40px;
5179
+
5180
+ $rts-new-default-border-radius: 8px;
5181
+ $rts-new-border-radius-rounded: 12px;
5182
+
5183
+ $rts-new-primary-color: #ea7b00;
5184
+ $rts-new-active-bg-color-light: #feefe0;
5185
+ $rts-new-secondary-bg-color-light: #e8e9eb;
5186
+
5187
+
5188
+ $rts-new-small-text-size: 12px;
5189
+ $rts-new-default-text-size: 16px;
5190
+
5191
+ $rts-break-sm: 480px;
5192
+ $rts-break-md: 800px;
5193
+ $rts-break-lg: 1100px;
5194
+
5195
+
5196
+ $rts-header-height: 65px;
5197
+ $rts-header-height-m: 45px;
5198
+ $rts-bottom-nav-height: 50px;
5199
+
5200
+ // end of new design-variables
5201
+
5202
+
5203
+ .auth-container {
5204
+ max-width: $max-width-container;
5205
+ margin: $btn-margin-top auto;
5206
+ padding: $auth-container-padding;
5207
+ text-align: center;
5208
+ background: linear-gradient(to bottom, $light-blue-gray 0%, $white 100%);
5209
+ border-radius: $auth-container-border-radius;
5210
+
5211
+ .auth-logo {
5212
+ width: $auth-logo-width;
5213
+ height: $auth-logo-height;
5214
+ margin-bottom: $logo-bottom-margin;
5215
+ border-radius: $auth-container-border-radius;
5216
+ }
5217
+
5218
+ .auth-title {
5219
+ margin-bottom: $auth-title-text-margin-bottom;
5220
+ font-size: $auth-title-text-font-size;
5221
+ font-weight: bold;
5222
+ color: $dark-blue-gray;
5223
+ text-shadow: $auth-title-text-shadow;
5224
+ }
5225
+
5226
+ .auth-title-description {
5227
+ margin: $auth-title-description-text-margin;
5228
+ font-size: $auth-title-description-text-font-size;
5229
+ color: $medium-blue-gray;
5230
+ }
5231
+
5232
+ .auth-form {
5233
+ padding: $form-padding;
5234
+ display: flex;
5235
+ flex-direction: column;
5236
+ align-items: center;
5237
+ border-radius: $auth-container-border-radius;
5238
+ background-color: $white;
5239
+ box-shadow: $auth-form-box-shadow;
5240
+
5241
+ .auth-input-container {
5242
+ width: 100%;
5243
+ margin-bottom: $input-bottom-margin;
5244
+
5245
+ input {
5246
+ width: 100%;
5247
+ padding: $auth-form-input-padding;
5248
+ border: $auth-form-input-border;
5249
+ border-radius: $auth-container-border-radius;
5250
+ font-size: $auth-title-description-text-font-size;
5251
+
5252
+ &:focus {
5253
+ border-color: $dark-blue-gray;
5254
+ outline: none;
5255
+ box-shadow: $auth-form-input-focus-shadow;
5256
+ }
5257
+ }
5258
+ }
5259
+
5260
+ .auth-sm-medium {
5261
+ margin-bottom: $label-bottom-margin;
5262
+ font-size: $auth-sm-medium-font-side;
5263
+ color: $dark-blue-gray;
5264
+ }
5265
+
5266
+ .auth-options {
5267
+ display: flex;
5268
+ justify-content: space-between;
5269
+ width: 100%;
5270
+ align-items: center;
5271
+ margin: $auth-options-margin;
5272
+
5273
+ .auth-checkbox-label {
5274
+ display: flex;
5275
+ align-items: center;
5276
+
5277
+ .auth-remember-checkbox {
5278
+ margin-right: $auth-options-remember-check-box-margin;
5279
+ accent-color: $dark-blue-gray;
5280
+ }
5281
+
5282
+ label {
5283
+ font-size: $auth-sm-medium-font-side;
5284
+ color: $dark-blue-gray;
5285
+ }
5286
+ }
5287
+
5288
+ a {
5289
+ font-size: $auth-sm-medium-font-side;
5290
+ color: $deep-blue;
5291
+ text-decoration: none;
5292
+
5293
+ &:hover {
5294
+ text-decoration: underline;
5295
+ }
5296
+ }
5297
+ }
5298
+
5299
+ .auth-btn-container {
5300
+ width: 100%;
5301
+ padding: $auth-button-padding;
5302
+ text-align: center;
5303
+ font-size: $auth-button-font-size;
5304
+ background-color: $deep-blue;
5305
+ color: $white;
5306
+ border: none;
5307
+ border-radius: $auth-button-border-radius;
5308
+ cursor: pointer;
5309
+ transition: $auth-button-transition;
5310
+
5311
+ &:hover {
5312
+ background-color: darken($deep-blue, 10%);
5313
+ }
5314
+
5315
+ &:disabled {
5316
+ background-color: $medium-blue-gray;
5317
+ cursor: not-allowed;
5318
+ box-shadow: none;
5319
+ transform: none;
5320
+ }
5321
+ }
5322
+ }
5323
+
5324
+ .auth-media-blue-gray-sm-normal {
5325
+ margin-top: $auth-new-account-text-margin;
5326
+ font-size: $auth-new-account-text-font-size;
5327
+ color: $medium-blue-gray;
5328
+
5329
+ .auth-deep-blue-sm-medium {
5330
+ text-decoration: none;
5331
+ color: $deep-blue;
5332
+
5333
+ &:hover {
5334
+ text-decoration: underline;
5335
+ opacity: 0.8;
5336
+ }
5337
+ }
5338
+ }
5339
+ }
5340
+
5341
+ /* Mobile Styles */
5342
+ @media (max-width: 480px) {
5343
+ .auth-container {
5344
+ padding: $auth-container-mobile-padding;
5345
+
5346
+ .auth-form {
5347
+ padding: $auth-form-mobile-padding;
5348
+
5349
+ .auth-input-container {
5350
+ margin-bottom: $auth-input-container-mobile-margin;
5351
+
5352
+ input {
5353
+ padding: $auth-input-mobile-padding;
5354
+ font-size: $auth-mobile-font-size;
5355
+ }
5356
+ }
5357
+
5358
+ .auth-btn-container {
5359
+ padding: $auth-button-container-mobile-padding;
5360
+ font-size: $auth-mobile-font-size;
5361
+ }
5362
+
5363
+ .auth-options {
5364
+ flex-direction: column;
5365
+ align-items: flex-start;
5366
+
5367
+ .auth-checkbox-label {
5368
+ margin-bottom: $auth-check-box-label-mobile-margin;
5369
+ }
5370
+
5371
+ a {
5372
+ font-size: $auth-mobile-font-size;
5373
+ }
5374
+ }
5375
+ }
5376
+
5377
+ .auth-media-blue-gray-sm-normal {
5378
+ font-size: $auth-mobile-font-size;
5379
+
5380
+ .auth-deep-blue-sm-medium {
5381
+ font-size: $auth-mobile-font-size;
5382
+ }
5383
+ }
5384
+ }
5385
+ }
5386
+
5387
+