@rtsee/ngx 0.0.89 → 0.0.92

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.
@@ -12,7 +12,7 @@ import { IRTSeePaymentProduct, IRTSeePaymentPriceItem, IRTSeeTag, IRTSeeChat, RT
12
12
  import { RTSeeEventsDashboard, RTSeeDashboardClientSession, RTSeeDashboardEvent, RTSeeDashboardClient } from '@rtsee/events-dashboard';
13
13
  import { RTSee, INavigationConfig, IRouteConfig } from '@rtsee/factory';
14
14
  import { RTSeePresentation, RTSeeStory, RTSeePresentationSettings, RTSeeStorySlide } from '@rtsee/presentation';
15
- import { RTSeeTag, RTSeeManageTags, RecursiveSelect, RTSeeTagGroup, RTSeeManageTagGroups, RTSeeEntityConfiguration, RTSeeManageEntityConfigurations, RTSeeEntity, RTSeeManageEntities } from '@rtsee/utilities-ui';
15
+ import { RTSeeTag, RTSeeManageTags, RecursiveSelect, RTSeeTagGroup, RTSeeManageTagGroups, RTSeeEntityConfiguration, RTSeeManageEntityConfigurations, RTSeeEntity, RTSeeManageEntities, RTSeeRater } from '@rtsee/utilities-ui';
16
16
  import * as i44 from '@angular/forms';
17
17
  import { FormGroup, FormBuilder, FormControl, FormArray } from '@angular/forms';
18
18
  import { RTSeeManageEntities as RTSeeManageEntities$1 } from '@rtsee/utilities-ui/dist/utilities-ui/src/entities/models/manage/RTSeeManageEntities';
@@ -316,8 +316,9 @@ declare class ManageEntityComponent {
316
316
  declare class RtseeEntityCommentsComponent {
317
317
  messenger: RTSeeMessenger;
318
318
  chat: IRTSeeChat;
319
+ entity: RTSeeEntity;
319
320
  static ɵfac: i0.ɵɵFactoryDeclaration<RtseeEntityCommentsComponent, never>;
320
- static ɵcmp: i0.ɵɵComponentDeclaration<RtseeEntityCommentsComponent, "rtsee-entity-comments", never, { "messenger": { "alias": "messenger"; "required": false; }; "chat": { "alias": "chat"; "required": false; }; }, {}, never, never, true, never>;
321
+ static ɵcmp: i0.ɵɵComponentDeclaration<RtseeEntityCommentsComponent, "rtsee-entity-comments", never, { "messenger": { "alias": "messenger"; "required": false; }; "chat": { "alias": "chat"; "required": false; }; "entity": { "alias": "entity"; "required": false; }; }, {}, never, never, true, never>;
321
322
  }
322
323
 
323
324
  declare class RtseeEntityTagsComponent {
@@ -327,8 +328,10 @@ declare class RtseeEntityTagsComponent {
327
328
  }
328
329
 
329
330
  declare class RtseeEntityPreviewComponent implements OnInit {
331
+ rater: RTSeeRater | null;
330
332
  entity: RTSeeEntity;
331
333
  messenger: RTSeeMessenger;
334
+ showRating: boolean;
332
335
  ngOnInit(): void;
333
336
  static ɵfac: i0.ɵɵFactoryDeclaration<RtseeEntityPreviewComponent, never>;
334
337
  static ɵcmp: i0.ɵɵComponentDeclaration<RtseeEntityPreviewComponent, "rtsee-entity-preview", never, { "entity": { "alias": "entity"; "required": false; }; "messenger": { "alias": "messenger"; "required": false; }; }, {}, never, never, true, never>;
@@ -603,15 +606,16 @@ declare class RtseePeersListComponent {
603
606
  declare class ChatComponent implements OnInit, OnDestroy {
604
607
  chat: RTSeeChat;
605
608
  chatData?: IRTSeeChat;
609
+ entity?: RTSeeEntity;
606
610
  messenger: RTSeeMessenger;
607
611
  onInViewPortChange(value: boolean): void;
608
612
  ngOnInit(): void;
609
613
  ngOnDestroy(): void;
610
614
  static ɵfac: i0.ɵɵFactoryDeclaration<ChatComponent, never>;
611
- static ɵcmp: i0.ɵɵComponentDeclaration<ChatComponent, "rtsee-chat", never, { "chat": { "alias": "chat"; "required": false; }; "chatData": { "alias": "chatData"; "required": false; }; "messenger": { "alias": "messenger"; "required": false; }; }, {}, never, never, true, never>;
615
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChatComponent, "rtsee-chat", never, { "chat": { "alias": "chat"; "required": false; }; "chatData": { "alias": "chatData"; "required": false; }; "entity": { "alias": "entity"; "required": false; }; "messenger": { "alias": "messenger"; "required": false; }; }, {}, never, never, true, never>;
612
616
  }
613
617
 
614
- declare class MessageComponent implements AfterViewInit {
618
+ declare class MessageComponent implements OnInit, AfterViewInit {
615
619
  private widgetsService;
616
620
  private componentFactoryResolver;
617
621
  timeFormatService: TimeFormatHelperService;
@@ -621,6 +625,7 @@ declare class MessageComponent implements AfterViewInit {
621
625
  messenger: RTSeeMessenger;
622
626
  widgetHost: WidgetDirective;
623
627
  constructor(widgetsService: MessageWidgetsService, componentFactoryResolver: ComponentFactoryResolver, timeFormatService: TimeFormatHelperService);
628
+ ngOnInit(): void;
624
629
  ngAfterViewInit(): void;
625
630
  static ɵfac: i0.ɵɵFactoryDeclaration<MessageComponent, never>;
626
631
  static ɵcmp: i0.ɵɵComponentDeclaration<MessageComponent, "rtsee-message", never, { "chat": { "alias": "chat"; "required": false; }; "message": { "alias": "message"; "required": false; }; "member": { "alias": "member"; "required": false; }; "messenger": { "alias": "messenger"; "required": false; }; }, {}, never, never, true, never>;
@@ -21,6 +21,14 @@
21
21
  &.rtsee-rating-star-empty {
22
22
  color: $ai-rating-star-empty-color;
23
23
  }
24
+
25
+ &.rtsee-rating-star-clickable {
26
+ cursor: pointer;
27
+ &:hover {
28
+ color: $ai-rating-star-color;
29
+ opacity: 0.7;
30
+ }
31
+ }
24
32
  }
25
33
 
26
34
  .rtsee-rating-number {
@@ -2,6 +2,7 @@ $rts-offset-xsm: 4px;
2
2
  $rts-offset-sm: 8px;
3
3
  $rts-offset-md: 16px;
4
4
  $rts-offset-lg: 24px;
5
+ $rts-offset-xl: 32px;
5
6
 
6
7
  $rts-header-height: 65px;
7
8
  $rts-sidebar-width: 75px;
@@ -124,3 +125,28 @@ $ai-icon-highlight-color-dim: rgba(191, 139, 255, 0.15);;
124
125
 
125
126
  $ai-rating-star-color: #f5c518;
126
127
  $ai-rating-star-empty-color: #3a3a3d;;
128
+
129
+ // Rates semantic color variables
130
+ $rts-rates-bg-main: #0e0e10;
131
+ $rts-rates-bg-card-start: rgba(28, 28, 40, 0.8);
132
+ $rts-rates-bg-card-end: rgba(20, 20, 30, 0.9);
133
+ $rts-rates-bg-form-start: rgba(24, 24, 37, 0.85);
134
+ $rts-rates-bg-form-end: rgba(16, 16, 26, 0.95);
135
+ $rts-rates-border-dim: rgba(255, 255, 255, 0.05);
136
+ $rts-rates-border-med: rgba(255, 255, 255, 0.08);
137
+ $rts-rates-border-bright: rgba(255, 255, 255, 0.15);
138
+ $rts-rates-text-primary: #e4e4f0;
139
+ $rts-rates-text-secondary: #a0a0b8;
140
+ $rts-rates-text-muted: #6a6a7a;
141
+ $rts-rates-accent-purple: #6c5ce7;
142
+ $rts-rates-accent-purple-light: #a29bfe;
143
+ $rts-rates-accent-gold: #f9ca24;
144
+ $rts-rates-accent-gold-shadow: rgba(249, 202, 36, 0.4);
145
+ $rts-rates-star-empty: #4a4a5a;
146
+ $rts-rates-danger: #e84118;
147
+ $rts-rates-danger-bg: rgba(232, 65, 24, 0.05);
148
+ $rts-rates-danger-border: rgba(232, 65, 24, 0.1);
149
+ $rts-rates-danger-hover-bg: rgba(232, 65, 24, 0.2);
150
+ $rts-rates-danger-hover-border: rgba(232, 65, 24, 0.4);
151
+ $rts-rates-success: #2ecc71;
152
+
@@ -7,6 +7,8 @@
7
7
  background: $rts-new-secondary-bg-color-light;
8
8
 
9
9
  &.rtsee-chat-standalone {
10
+ background: transparent;
11
+
10
12
  .rtsee-messenger-messages-list {
11
13
  overflow: visible;
12
14
  }
@@ -6,6 +6,7 @@
6
6
  @import "./messages-list";
7
7
  @import "./messenger-header";
8
8
  @import "./chat-input";
9
+ @import "./rate-input";
9
10
  @import "./message-time-and-status";
10
11
  @import "./messenger-search";
11
12
  @import "./call-widget";
@@ -46,6 +46,8 @@ $messenger-date-background-color: #FFFFFF7F;
46
46
  padding: 0 $rts-offset-sm;
47
47
 
48
48
  &.rtsee-chat-standalone {
49
+ background-color: transparent;
50
+
49
51
  .rtsee-messenger-messages-list {
50
52
  .rtsee-messenger-message-wrapper {
51
53
  &:last-child {
@@ -156,3 +158,9 @@ $messenger-date-background-color: #FFFFFF7F;
156
158
  }
157
159
  }
158
160
  }
161
+
162
+ .rtsee-chat-standalone {
163
+ .rtsee-messenger-messages-list {
164
+ background-color: transparent;
165
+ }
166
+ }
@@ -0,0 +1,31 @@
1
+ @import "./variables";
2
+ @import "../common-variables";
3
+
4
+ .rtsee-rate-input {
5
+ padding: $rts-offset-sm;
6
+
7
+ .rtsee-rate-select-container {
8
+ padding: $rts-offset-sm;
9
+
10
+ .rtsee-rating {
11
+ gap: $rts-offset-md;
12
+ padding: $rts-offset-sm;
13
+
14
+ .rtsee-rating-star {
15
+ font-size: 24px;
16
+ }
17
+
18
+ .rtsee-rating-number {
19
+ font-size: 13px;
20
+ }
21
+ }
22
+ }
23
+
24
+
25
+
26
+ .rtsee-rate-form-container {
27
+ .rtsee-rate-comment-field {
28
+ width: 100%;
29
+ }
30
+ }
31
+ }
@@ -1,73 +1,405 @@
1
1
  @import "./variables";
2
2
 
3
3
  .rtsee-story-details {
4
- .rtsee-story-details-image-container {
4
+ display: block;
5
+ min-height: 100vh;
6
+ background-color: $rts-rates-bg-main;
7
+ color: $rts-rates-text-primary;
8
+ font-family: "Work Sans", "Inter", sans-serif;
9
+
10
+ /* ── HERO ─────────────────────────────────────────────────── */
11
+
12
+ .rtsee-story-details-cover {
5
13
  position: relative;
6
- line-height: 0;
7
- text-align: center;
14
+ background-size: cover;
15
+ background-position: center 20%;
16
+ background-repeat: no-repeat;
17
+ display: flex;
18
+ align-items: flex-end;
19
+ overflow: hidden;
8
20
 
9
- .rtsee-story-details-image {
10
- width: 100%;
21
+ // Mobile-first default
22
+ min-height: 320px;
23
+ }
24
+
25
+ .rtsee-story-details-cover-overlay {
26
+ position: absolute;
27
+ inset: 0;
28
+ background: linear-gradient(
29
+ 0deg,
30
+ $rts-rates-bg-main 0%,
31
+ rgba($rts-rates-bg-main, 0.92) 30%,
32
+ rgba($rts-rates-bg-main, 0.55) 55%,
33
+ rgba($rts-rates-bg-main, 0.3) 100%
34
+ );
35
+ z-index: 1;
36
+ }
37
+
38
+ .rtsee-story-details-cover-content {
39
+ position: relative;
40
+ z-index: 2;
41
+ width: 100%;
42
+ animation: rtseeHeroFadeUp 0.8s ease-out both;
43
+
44
+ // Mobile-first default
45
+ padding: $rts-offset-lg $rts-offset-md $rts-offset-xl;
46
+ max-width: 100%;
47
+ }
48
+
49
+ @keyframes rtseeHeroFadeUp {
50
+ from {
51
+ opacity: 0;
52
+ transform: translateY(30px);
11
53
  }
54
+ to {
55
+ opacity: 1;
56
+ transform: translateY(0);
57
+ }
58
+ }
59
+
60
+ /* ── TAGS / BADGES ────────────────────────────────────────── */
12
61
 
13
- .rtsee-story-details-start-reading {
14
- position: absolute;
15
- bottom: $rts-offset-sm;
16
- right: $rts-offset-sm;
62
+ .rtsee-story-details-cover-badges {
63
+ display: flex;
64
+ flex-wrap: wrap;
65
+ gap: $rts-offset-sm;
66
+ margin-bottom: $rts-offset-md;
67
+ }
68
+
69
+ .rtsee-story-details-tag-pill {
70
+ --tag-color: #636e72;
71
+ display: inline-flex;
72
+ align-items: center;
73
+ font-weight: 600;
74
+ letter-spacing: 0.02em;
75
+ color: #fff;
76
+ background: rgba($rts-rates-accent-purple, 0.2);
77
+ border: 1px solid rgba($rts-rates-accent-purple, 0.4);
78
+ backdrop-filter: blur(6px);
79
+ transition:
80
+ transform 0.2s ease,
81
+ box-shadow 0.2s ease;
82
+
83
+ // Mobile-first default
84
+ padding: $rts-offset-xsm $rts-offset-sm;
85
+ font-size: 0.72rem;
86
+ border-radius: 12px;
87
+
88
+ &-label {
89
+ background: rgba(253, 203, 110, 0.15);
90
+ border-color: rgba(253, 203, 110, 0.35);
91
+
92
+ .symbol {
93
+ margin-right: $rts-offset-xsm;
94
+ }
17
95
  }
18
96
 
19
- .rtsee-story-details-close {
20
- position: absolute;
21
- top: $rts-offset-sm;
22
- left: $rts-offset-sm;
97
+ &:hover {
98
+ transform: translateY(-2px);
99
+ box-shadow: 0 4px 16px rgba($rts-rates-accent-purple, 0.3);
23
100
  }
24
101
  }
25
102
 
26
- .rtsee-story-details-title-container {
27
- padding: $rts-offset-sm;
103
+ /* ── TITLE ────────────────────────────────────────────────── */
28
104
 
29
- .rtsee-story-details-title {
30
- color: $rts-font-color-light;
31
- margin: 0;
105
+ .rtsee-story-details-cover-title {
106
+ font-weight: 800;
107
+ line-height: 1.15;
108
+ margin: 0 0 $rts-offset-md;
109
+ color: #fff;
110
+ text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
111
+ letter-spacing: -0.02em;
112
+
113
+ // Mobile-first default
114
+ font-size: 1.6rem;
115
+ }
116
+
117
+ /* ── META (rating + chips) ────────────────────────────────── */
118
+
119
+ .rtsee-story-details-cover-meta {
120
+ display: flex;
121
+ flex-wrap: wrap;
122
+
123
+ // Mobile-first default
124
+ flex-direction: column;
125
+ align-items: flex-start;
126
+ gap: ($rts-offset-sm + $rts-offset-xsm);
127
+ margin-bottom: $rts-offset-lg;
128
+ }
129
+
130
+ .rtsee-story-details-cover-rating {
131
+ display: flex;
132
+ align-items: center;
133
+ gap: $rts-offset-sm;
134
+ }
135
+
136
+ .rtsee-story-details-stars {
137
+ display: inline-flex;
138
+ gap: 2px;
139
+ }
140
+
141
+ .rtsee-story-details-star {
142
+ font-size: 1.1rem;
143
+ line-height: 1;
144
+ }
145
+
146
+ .rtsee-story-details-star--full {
147
+ color: $rts-rates-accent-gold;
148
+ text-shadow: 0 0 6px $rts-rates-accent-gold-shadow;
149
+ }
150
+
151
+ .rtsee-story-details-star--half {
152
+ color: $rts-rates-accent-gold;
153
+ opacity: 0.6;
154
+ }
155
+
156
+ .rtsee-story-details-star--empty {
157
+ color: $rts-rates-star-empty;
158
+ }
159
+
160
+ .rtsee-story-details-rating-number {
161
+ font-size: 1rem;
162
+ font-weight: 700;
163
+ color: $rts-rates-accent-gold;
164
+ }
165
+
166
+ .rtsee-story-details-rating-count {
167
+ font-size: 0.85rem;
168
+ color: $rts-rates-text-secondary;
169
+ }
170
+
171
+ .rtsee-story-details-cover-info-chips {
172
+ display: flex;
173
+ gap: $rts-offset-sm;
174
+
175
+ // Mobile-first default
176
+ flex-wrap: wrap;
177
+ }
178
+
179
+ .rtsee-story-details-info-chip {
180
+ display: inline-flex;
181
+ align-items: center;
182
+ gap: 6px;
183
+ padding: 6px 14px;
184
+ border-radius: 8px;
185
+ font-size: 0.82rem;
186
+ font-weight: 500;
187
+ color: $rts-rates-text-secondary;
188
+ background: rgba(255, 255, 255, 0.06);
189
+ border: 1px solid $rts-rates-border-med;
190
+
191
+ svg {
192
+ opacity: 0.7;
193
+ }
194
+ }
195
+
196
+ /* ── HERO ACTIONS (buttons) ────────────────────────────────── */
197
+
198
+ .rtsee-story-details-cover-actions {
199
+ display: flex;
200
+ align-items: stretch;
201
+ margin-top: $rts-offset-md;
202
+
203
+ // Mobile-first default
204
+ flex-direction: column;
205
+ gap: $rts-offset-sm;
206
+ width: 100%;
207
+
208
+ /* Override primeng button defaults to look premium dark theme */
209
+ ::v-deep .p-button {
210
+ border-radius: 8px;
211
+ font-weight: 600;
212
+ padding: 12px 24px;
213
+ transition:
214
+ transform 0.2s ease,
215
+ box-shadow 0.2s ease;
216
+ width: 100%;
217
+ }
218
+
219
+ .rtsee-story-details-start-reading ::v-deep .p-button {
220
+ background: linear-gradient(135deg, $rts-rates-accent-purple 0%, $rts-rates-accent-purple-light 100%);
221
+ border: none;
222
+ box-shadow: 0 4px 16px rgba($rts-rates-accent-purple, 0.3);
223
+
224
+ &:hover {
225
+ transform: translateY(-2px);
226
+ box-shadow: 0 6px 20px rgba($rts-rates-accent-purple, 0.4);
227
+ }
228
+
229
+ &:active {
230
+ transform: translateY(0);
231
+ box-shadow: 0 4px 12px rgba($rts-rates-accent-purple, 0.3);
232
+ }
32
233
  }
234
+
235
+ .rtsee-story-details-close ::v-deep .p-button {
236
+ background: rgba(255, 255, 255, 0.06);
237
+ border: 1px solid $rts-rates-border-med;
238
+ color: $rts-rates-text-primary;
239
+
240
+ &:hover {
241
+ background: rgba(255, 255, 255, 0.1);
242
+ border-color: $rts-rates-border-bright;
243
+ }
244
+ }
245
+ }
246
+
247
+ /* ── CONTENT WRAPPER ──────────────────────────────────────── */
248
+
249
+ .rtsee-story-details-content-wrapper {
250
+ max-width: 1200px;
251
+ margin: 0 auto;
252
+
253
+ // Mobile-first default
254
+ padding: $rts-offset-lg $rts-offset-md $rts-offset-xl;
255
+ }
256
+
257
+ /* ── GLASS CARDS GRID ─────────────────────────────────────── */
258
+
259
+ .rtsee-story-details-content-grid {
260
+ display: grid;
261
+ grid-template-columns: 1fr;
262
+ gap: $rts-offset-lg;
263
+ margin-bottom: $rts-offset-xl;
33
264
  }
34
265
 
35
- .rtsee-story-details-labels {
36
- padding: 0 $rts-offset-sm;
266
+ .rtsee-story-details-glass-card {
267
+ background: linear-gradient(
268
+ 135deg,
269
+ $rts-rates-bg-card-start 0%,
270
+ $rts-rates-bg-card-end 100%
271
+ );
272
+ border: 1px solid $rts-rates-border-dim;
273
+ border-radius: 16px;
274
+ backdrop-filter: blur(12px);
275
+ transition:
276
+ transform 0.3s ease,
277
+ border-color 0.3s ease,
278
+ box-shadow 0.3s ease;
279
+ animation: rtseeCardSlideUp 0.6s ease-out both;
37
280
 
38
- .rtsee-story-details-label {
39
- margin: 0 $rts-offset-sm $rts-offset-sm 0;
281
+ // Mobile-first default
282
+ padding: ($rts-offset-md + $rts-offset-sm); // 24px
283
+ }
284
+
285
+ @keyframes rtseeCardSlideUp {
286
+ from {
287
+ opacity: 0;
288
+ transform: translateY(24px);
289
+ }
290
+ to {
291
+ opacity: 1;
292
+ transform: translateY(0);
40
293
  }
41
294
  }
42
295
 
43
- .rtsee-story-details-description-container {
44
- .rtsee-story-details-description {
45
- padding: $rts-offset-sm;
296
+ .rtsee-story-details-glass-card:hover {
297
+ transform: translateY(-4px);
298
+ border-color: rgba($rts-rates-accent-purple, 0.3);
299
+ box-shadow: 0 8px 32px rgba($rts-rates-accent-purple, 0.15);
300
+ }
301
+
302
+ .rtsee-story-details-glass-card-header {
303
+ display: flex;
304
+ align-items: center;
305
+ gap: 10px;
306
+ margin-bottom: $rts-offset-md;
307
+
308
+ svg {
309
+ color: $rts-rates-accent-purple;
310
+ flex-shrink: 0;
311
+ }
312
+
313
+ h2 {
46
314
  margin: 0;
315
+ font-size: 1.2rem;
316
+ font-weight: 700;
317
+ color: #fff;
318
+ letter-spacing: -0.01em;
47
319
  }
48
320
  }
49
321
 
322
+ .rtsee-story-details-glass-card-text {
323
+ margin: 0;
324
+ font-size: 0.94rem;
325
+ line-height: 1.72;
326
+ color: $rts-rates-text-secondary;
327
+ white-space: pre-line;
328
+ }
329
+
330
+ /* ── COMMENTS SECTION / INTEGRATED LOGIC ─────────────────── */
331
+
50
332
  .rtsee-story-details-votes {
333
+ margin-top: $rts-offset-xl;
334
+
51
335
  .rtsee-story-details-comments-label {
52
- margin: 0;
53
- font-size: 21px;
54
- padding: $rts-offset-sm;
55
- font-weight: 600;
56
- color: #333;
336
+ margin: 0 0 $rts-offset-md 0;
337
+ font-size: 1.3rem;
338
+ font-weight: 700;
339
+ color: #fff;
57
340
  }
58
341
  }
59
342
 
60
343
  .rtsee-story-details-feedback {
61
- padding: $rts-offset-sm;
344
+ padding: $rts-offset-sm 0;
345
+ color: #fff;
62
346
  }
63
347
 
64
- @media screen and (min-width: $rts-break-md) {
65
- .rtsee-story-details-image-container {
66
- .rtsee-story-details-image {
67
- max-width: 500px;
68
- }
348
+ /* ── RESPONSIVE MEDIA OVERRIDES ───────────────────────────── */
349
+
350
+ @media screen and (min-width: $rts-break-sm) {
351
+ .rtsee-story-details-cover {
352
+ min-height: 400px;
69
353
  }
70
354
 
355
+ .rtsee-story-details-cover-title {
356
+ font-size: 2rem;
357
+ }
358
+
359
+ .rtsee-story-details-tag-pill {
360
+ font-size: 0.78rem;
361
+ padding: 5px 14px;
362
+ border-radius: 20px;
363
+ }
364
+
365
+ .rtsee-story-details-cover-meta {
366
+ flex-direction: row;
367
+ align-items: center;
368
+ gap: $rts-offset-lg;
369
+ }
370
+
371
+ .rtsee-story-details-cover-actions {
372
+ flex-direction: row;
373
+ align-items: center;
374
+ gap: $rts-offset-md;
375
+ width: auto;
376
+
377
+ ::v-deep .p-button {
378
+ width: auto;
379
+ }
380
+ }
71
381
  }
72
382
 
383
+ @media screen and (min-width: $rts-break-md) {
384
+ .rtsee-story-details-cover {
385
+ min-height: 520px;
386
+ }
387
+
388
+ .rtsee-story-details-cover-content {
389
+ padding: $rts-offset-xl $rts-offset-xl $rts-offset-xl;
390
+ max-width: 900px;
391
+ }
392
+
393
+ .rtsee-story-details-cover-title {
394
+ font-size: 2.8rem;
395
+ }
396
+
397
+ .rtsee-story-details-content-wrapper {
398
+ padding: $rts-offset-xl $rts-offset-xl $rts-offset-xl;
399
+ }
400
+
401
+ .rtsee-story-details-glass-card {
402
+ padding: $rts-offset-xl;
403
+ }
404
+ }
73
405
  }
@@ -0,0 +1,6 @@
1
+ @import "./variables";
2
+ @import "./rate-input";
3
+ @import "./rate-item";
4
+ @import "./rater";
5
+ @import "./rates-list";
6
+ @import "./rating-section";