@rtsee/ngx 0.0.90 → 0.0.93

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,10 +12,9 @@ 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, RTSeeForm } from '@rtsee/utilities-ui';
16
16
  import * as i44 from '@angular/forms';
17
17
  import { FormGroup, FormBuilder, FormControl, FormArray } from '@angular/forms';
18
- import { RTSeeManageEntities as RTSeeManageEntities$1 } from '@rtsee/utilities-ui/dist/utilities-ui/src/entities/models/manage/RTSeeManageEntities';
19
18
  import * as i43 from '@angular/common';
20
19
  import { ViewportScroller } from '@angular/common';
21
20
  import * as i45 from 'ngx-autosize';
@@ -253,28 +252,11 @@ declare class EntitiesConfigurationsListComponent {
253
252
  static ɵcmp: i0.ɵɵComponentDeclaration<EntitiesConfigurationsListComponent, "rtsee-entities-configurations-list", never, { "manageEntityConfigurations": { "alias": "manageEntityConfigurations"; "required": false; }; }, { "onConfigurationClicked": "onConfigurationClicked"; }, never, never, true, never>;
254
253
  }
255
254
 
256
- type RTSeeEntityConfigurationForm = {
257
- name: string | null;
258
- description: string | null;
259
- taggingEnabled: boolean | null;
260
- commentsEnabled: boolean | null;
261
- ratingEnabled: boolean | null;
262
- };
263
- declare class ManageEntityConfigurationComponent {
264
- private formBuilder;
265
- entityConfigurationForm: FormGroup;
255
+ declare class ManageEntityConfigurationComponent implements OnInit {
266
256
  manageEntityConfigurations: RTSeeManageEntityConfigurations;
267
- constructor(formBuilder: FormBuilder);
268
257
  ngOnInit(): void;
269
- submit(): Promise<void>;
258
+ submit(): void;
270
259
  cancel(): void;
271
- private presetFields;
272
- private getEntityConfigurationForm;
273
- get nameField(): FormControl<string>;
274
- get descriptionField(): FormControl<string>;
275
- get taggingEnabledField(): FormControl<boolean>;
276
- get commentsEnabledField(): FormControl<boolean>;
277
- get ratingEnabledField(): FormControl<boolean>;
278
260
  static ɵfac: i0.ɵɵFactoryDeclaration<ManageEntityConfigurationComponent, never>;
279
261
  static ɵcmp: i0.ɵɵComponentDeclaration<ManageEntityConfigurationComponent, "rtsee-manage-entity-configuration", never, { "manageEntityConfigurations": { "alias": "manageEntityConfigurations"; "required": false; }; }, {}, never, never, true, never>;
280
262
  }
@@ -290,25 +272,11 @@ declare class EntitiesListComponent {
290
272
  static ɵcmp: i0.ɵɵComponentDeclaration<EntitiesListComponent, "rtsee-entities-list", never, { "manageEntities": { "alias": "manageEntities"; "required": false; }; }, { "onEntityClicked": "onEntityClicked"; }, never, never, true, never>;
291
273
  }
292
274
 
293
- type RTSeeEntityForm = {
294
- name: string | null;
295
- configurationId: string | null;
296
- imageUrl: string | null;
297
- };
298
- declare class ManageEntityComponent {
299
- private formBuilder;
300
- entityForm: FormGroup;
301
- manageEntities: RTSeeManageEntities$1;
302
- constructor(formBuilder: FormBuilder);
275
+ declare class ManageEntityComponent implements OnInit {
276
+ manageEntities: RTSeeManageEntities;
303
277
  ngOnInit(): void;
304
- submit(): Promise<void>;
305
- configurationInputChanged(): void;
278
+ submit(): void;
306
279
  cancel(): void;
307
- private presetFields;
308
- private getEntityForm;
309
- get nameField(): FormControl<string>;
310
- get imageUrlField(): FormControl<string>;
311
- get configurationIdField(): FormControl<string>;
312
280
  static ɵfac: i0.ɵɵFactoryDeclaration<ManageEntityComponent, never>;
313
281
  static ɵcmp: i0.ɵɵComponentDeclaration<ManageEntityComponent, "rtsee-manage-entity", never, { "manageEntities": { "alias": "manageEntities"; "required": false; }; }, {}, never, never, true, never>;
314
282
  }
@@ -316,8 +284,9 @@ declare class ManageEntityComponent {
316
284
  declare class RtseeEntityCommentsComponent {
317
285
  messenger: RTSeeMessenger;
318
286
  chat: IRTSeeChat;
287
+ entity: RTSeeEntity;
319
288
  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>;
289
+ 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
290
  }
322
291
 
323
292
  declare class RtseeEntityTagsComponent {
@@ -327,8 +296,10 @@ declare class RtseeEntityTagsComponent {
327
296
  }
328
297
 
329
298
  declare class RtseeEntityPreviewComponent implements OnInit {
299
+ rater: RTSeeRater | null;
330
300
  entity: RTSeeEntity;
331
301
  messenger: RTSeeMessenger;
302
+ showRating: boolean;
332
303
  ngOnInit(): void;
333
304
  static ɵfac: i0.ɵɵFactoryDeclaration<RtseeEntityPreviewComponent, never>;
334
305
  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 +574,16 @@ declare class RtseePeersListComponent {
603
574
  declare class ChatComponent implements OnInit, OnDestroy {
604
575
  chat: RTSeeChat;
605
576
  chatData?: IRTSeeChat;
577
+ entity?: RTSeeEntity;
606
578
  messenger: RTSeeMessenger;
607
579
  onInViewPortChange(value: boolean): void;
608
580
  ngOnInit(): void;
609
581
  ngOnDestroy(): void;
610
582
  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>;
583
+ 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
584
  }
613
585
 
614
- declare class MessageComponent implements AfterViewInit {
586
+ declare class MessageComponent implements OnInit, AfterViewInit {
615
587
  private widgetsService;
616
588
  private componentFactoryResolver;
617
589
  timeFormatService: TimeFormatHelperService;
@@ -621,6 +593,7 @@ declare class MessageComponent implements AfterViewInit {
621
593
  messenger: RTSeeMessenger;
622
594
  widgetHost: WidgetDirective;
623
595
  constructor(widgetsService: MessageWidgetsService, componentFactoryResolver: ComponentFactoryResolver, timeFormatService: TimeFormatHelperService);
596
+ ngOnInit(): void;
624
597
  ngAfterViewInit(): void;
625
598
  static ɵfac: i0.ɵɵFactoryDeclaration<MessageComponent, never>;
626
599
  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>;
@@ -818,11 +791,20 @@ declare class PresentationHeaderComponent {
818
791
  static ɵcmp: i0.ɵɵComponentDeclaration<PresentationHeaderComponent, "rtsee-presentation-header", never, { "presentation": { "alias": "presentation"; "required": false; }; }, {}, never, never, true, never>;
819
792
  }
820
793
 
794
+ declare class FormComponent {
795
+ form: RTSeeForm;
796
+ formSubmit: EventEmitter<RTSeeForm<any>>;
797
+ submit(): void;
798
+ onFieldChanged(): void;
799
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormComponent, never>;
800
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormComponent, "rtsee-form", never, { "form": { "alias": "form"; "required": false; }; }, { "formSubmit": "formSubmit"; }, never, ["*"], true, never>;
801
+ }
802
+
821
803
  declare class RTSeeModule {
822
804
  static ɵfac: i0.ɵɵFactoryDeclaration<RTSeeModule, never>;
823
- static ɵmod: i0.ɵɵNgModuleDeclaration<RTSeeModule, never, [typeof RTSeeAuthComponent, typeof VendorsComponent, typeof ForgotPasswordComponent, typeof SignInComponent, typeof SignUpComponent, typeof RtseeEventsDashboardSessionComponent, typeof EventThumbnailComponent, typeof ShaveDirective, typeof ContactsMultiselectComponent, typeof ManageChatComponent, typeof CallWidgetComponent, typeof WidgetDirective, typeof RtseeEventsDashboardClientComponent, typeof ResetPasswordComponent, typeof RtseeEventsDashboardClientThumbnailComponent, typeof RtseePeersListComponent, typeof ChatComponent, typeof MessageComponent, typeof MessagesListComponent, typeof ChatThumbnailComponent, typeof ChatInputComponent, typeof RtseeEventsDashboardComponent, typeof MessengerComponent, typeof RTSeeControlsComponent, typeof RTSeeContainerComponent, typeof RTSeeConferenceComponent, typeof RtseePeerComponent, typeof RtseeSoundbarComponent, typeof RtseeSettingsComponent, typeof MessengerHeaderComponent, typeof ChatsListComponent, typeof ProfileComponent, typeof MainMenuComponent, typeof MessageTimeAndStatusComponent, typeof PreloaderComponent, typeof SearchComponent, typeof PresentationComponent, typeof StoryPlayerComponent, typeof SlideComponent, typeof StoryThumbnailComponent, typeof PresentationHeaderComponent, typeof PaymentProductSnippetComponent, typeof i43.CommonModule, typeof i44.ReactiveFormsModule, typeof i45.AutosizeModule, typeof i46.InfiniteScrollModule, typeof i44.FormsModule, typeof i43.NgOptimizedImage, typeof i47.RouterLink, typeof i47.RouterLinkActive, typeof i48.NgxCaptchaModule], [typeof RTSeeConferenceComponent, typeof MessengerComponent, typeof RtseeEventsDashboardComponent, typeof RTSeeContainerComponent, typeof PresentationComponent, typeof RTSeeAuthComponent, typeof PaymentProductSnippetComponent]>;
805
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RTSeeModule, never, [typeof RTSeeAuthComponent, typeof VendorsComponent, typeof ForgotPasswordComponent, typeof SignInComponent, typeof SignUpComponent, typeof RtseeEventsDashboardSessionComponent, typeof EventThumbnailComponent, typeof ShaveDirective, typeof ContactsMultiselectComponent, typeof ManageChatComponent, typeof CallWidgetComponent, typeof WidgetDirective, typeof RtseeEventsDashboardClientComponent, typeof ResetPasswordComponent, typeof RtseeEventsDashboardClientThumbnailComponent, typeof RtseePeersListComponent, typeof ChatComponent, typeof MessageComponent, typeof MessagesListComponent, typeof ChatThumbnailComponent, typeof ChatInputComponent, typeof RtseeEventsDashboardComponent, typeof MessengerComponent, typeof RTSeeControlsComponent, typeof RTSeeContainerComponent, typeof RTSeeConferenceComponent, typeof RtseePeerComponent, typeof RtseeSoundbarComponent, typeof RtseeSettingsComponent, typeof MessengerHeaderComponent, typeof ChatsListComponent, typeof ProfileComponent, typeof MainMenuComponent, typeof MessageTimeAndStatusComponent, typeof PreloaderComponent, typeof SearchComponent, typeof PresentationComponent, typeof StoryPlayerComponent, typeof SlideComponent, typeof StoryThumbnailComponent, typeof PresentationHeaderComponent, typeof PaymentProductSnippetComponent, typeof i43.CommonModule, typeof i44.ReactiveFormsModule, typeof i45.AutosizeModule, typeof i46.InfiniteScrollModule, typeof i44.FormsModule, typeof i43.NgOptimizedImage, typeof i47.RouterLink, typeof i47.RouterLinkActive, typeof i48.NgxCaptchaModule, typeof FormComponent], [typeof RTSeeConferenceComponent, typeof MessengerComponent, typeof RtseeEventsDashboardComponent, typeof RTSeeContainerComponent, typeof PresentationComponent, typeof RTSeeAuthComponent, typeof PaymentProductSnippetComponent, typeof FormComponent]>;
824
806
  static ɵinj: i0.ɵɵInjectorDeclaration<RTSeeModule>;
825
807
  }
826
808
 
827
- export { EntitiesConfigurationsListComponent, EntitiesListComponent, ManageEntityComponent, ManageEntityConfigurationComponent, MessengerComponent, NgxService, PaymentProductSnippetComponent, PresentationComponent, ProfileComponent, RTSeeAuthComponent, RTSeeConferenceComponent, RTSeeContainerComponent, RTSeeControlsComponent, RTSeeModule, RtseeEntityCommentsComponent, RtseeEntityPreviewComponent, RtseeEntityTagsComponent, RtseeEventsDashboardComponent, RtseePeerComponent, RtseeSettingsComponent, RtseeTagGroupManageComponent, RtseeTagGroupsManageComponent, RtseeTagManageComponent, RtseeTagsAccordionMenuComponent };
828
- export type { IAccordionItem, RTSeeEntityConfigurationForm, RTSeeEntityForm, RTSeeTagForm, RTSeeTagGroupForm };
809
+ export { EntitiesConfigurationsListComponent, EntitiesListComponent, FormComponent, ManageEntityComponent, ManageEntityConfigurationComponent, MessengerComponent, NgxService, PaymentProductSnippetComponent, PresentationComponent, ProfileComponent, RTSeeAuthComponent, RTSeeConferenceComponent, RTSeeContainerComponent, RTSeeControlsComponent, RTSeeModule, RtseeEntityCommentsComponent, RtseeEntityPreviewComponent, RtseeEntityTagsComponent, RtseeEventsDashboardComponent, RtseePeerComponent, RtseeSettingsComponent, RtseeTagGroupManageComponent, RtseeTagGroupsManageComponent, RtseeTagManageComponent, RtseeTagsAccordionMenuComponent };
810
+ export type { IAccordionItem, RTSeeTagForm, RTSeeTagGroupForm };
@@ -0,0 +1,99 @@
1
+ @import "../common-variables";
2
+
3
+ .rts-action-button {
4
+ width: 100%;
5
+
6
+ button {
7
+ display: inline-flex;
8
+ align-items: center;
9
+ gap: $rts-offset-sm;
10
+ font-weight: 600;
11
+ font-family: inherit;
12
+ border-radius: $rts-default-border-radius;
13
+ padding: ($rts-offset-sm + $rts-offset-xsm) $rts-offset-lg;
14
+ transition:
15
+ transform 0.2s ease,
16
+ box-shadow 0.2s ease,
17
+ filter 0.2s ease;
18
+ border: none;
19
+ cursor: pointer;
20
+ width: 100%;
21
+ justify-content: center;
22
+
23
+ span {
24
+ margin: 0;
25
+ }
26
+
27
+ &.p-button-primary {
28
+ background: linear-gradient(
29
+ 135deg,
30
+ $rts-rates-accent-purple 0%,
31
+ $rts-rates-accent-purple-light 100%
32
+ );
33
+ color: $rts-rates-text-primary;
34
+ box-shadow: 0 4px 16px rgba($rts-rates-accent-purple, 0.3);
35
+
36
+ &:hover {
37
+ transform: translateY(-2px);
38
+ box-shadow: 0 6px 20px rgba($rts-rates-accent-purple, 0.45);
39
+ background: linear-gradient(
40
+ 135deg,
41
+ $rts-rates-accent-purple 0%,
42
+ $rts-rates-accent-purple-light 100%
43
+ );
44
+ }
45
+
46
+ &:active {
47
+ transform: translateY(0);
48
+ }
49
+ }
50
+
51
+ &.p-button-success {
52
+ background: linear-gradient(
53
+ 135deg,
54
+ $rts-rates-success 0%,
55
+ color-mix(in srgb, $rts-rates-success 80%, black) 100%
56
+ );
57
+ color: $rts-rates-text-primary;
58
+ box-shadow: 0 4px 16px rgba($rts-rates-success, 0.3);
59
+
60
+ &:hover {
61
+ transform: translateY(-2px);
62
+ box-shadow: 0 6px 20px rgba($rts-rates-success, 0.45);
63
+ }
64
+
65
+ &:active {
66
+ transform: translateY(0);
67
+ }
68
+ }
69
+
70
+ &.p-button-danger {
71
+ background: linear-gradient(
72
+ 135deg,
73
+ $rts-rates-danger 0%,
74
+ color-mix(in srgb, $rts-rates-danger 80%, black) 100%
75
+ );
76
+ color: $rts-rates-text-primary;
77
+ box-shadow: 0 4px 16px rgba($rts-rates-danger, 0.3);
78
+
79
+ &:hover {
80
+ transform: translateY(-2px);
81
+ box-shadow: 0 6px 20px rgba($rts-rates-danger, 0.45);
82
+ }
83
+
84
+ &:active {
85
+ transform: translateY(0);
86
+ }
87
+ }
88
+ }
89
+
90
+ @media screen and (min-width: $rts-break-sm) {
91
+ width: auto;
92
+
93
+ button {
94
+ width: auto;
95
+ justify-content: flex-start;
96
+ }
97
+ }
98
+
99
+ }
@@ -2,3 +2,4 @@
2
2
  @import "./preloader";
3
3
  @import "./ordered-list";
4
4
  @import "./rating";
5
+ @import "./action-buttons";
@@ -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
+ }