freemium-survey-components 2.0.460 → 2.0.462
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.
- package/lib/bundle.css +25 -1
- package/lib/index.cjs.js +1 -1
- package/lib/index.esm.js +5 -5
- package/package.json +1 -1
package/lib/bundle.css
CHANGED
|
@@ -523,17 +523,26 @@ footer.survey-footer .custom-footer-content {
|
|
|
523
523
|
flex-direction: column;
|
|
524
524
|
}
|
|
525
525
|
footer.survey-footer .custom-footer-content > p {
|
|
526
|
-
text-align:
|
|
526
|
+
text-align: start;
|
|
527
527
|
}
|
|
528
528
|
footer.survey-footer .custom-footer-content.center {
|
|
529
529
|
align-self: center;
|
|
530
530
|
}
|
|
531
|
+
footer.survey-footer .custom-footer-content.center p {
|
|
532
|
+
text-align: center;
|
|
533
|
+
}
|
|
531
534
|
footer.survey-footer .custom-footer-content.left {
|
|
532
535
|
align-self: flex-start;
|
|
533
536
|
}
|
|
537
|
+
footer.survey-footer .custom-footer-content.left p {
|
|
538
|
+
text-align: start;
|
|
539
|
+
}
|
|
534
540
|
footer.survey-footer .custom-footer-content.right {
|
|
535
541
|
align-self: flex-end;
|
|
536
542
|
}
|
|
543
|
+
footer.survey-footer .custom-footer-content.right p {
|
|
544
|
+
text-align: end;
|
|
545
|
+
}
|
|
537
546
|
footer.survey-footer.card-survey-style .footer-holder, footer.survey-footer.standard-survey-style .footer-holder {
|
|
538
547
|
padding: 2px;
|
|
539
548
|
overflow: auto;
|
|
@@ -2970,10 +2979,12 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
2970
2979
|
padding: 1rem 2rem;
|
|
2971
2980
|
align-items: center;
|
|
2972
2981
|
}
|
|
2982
|
+
.freemium-survey-components.card-survey-style .question-holder .question-container .svs-footer,
|
|
2973
2983
|
.freemium-survey-components.card-survey-style .question-holder .question-container .footer {
|
|
2974
2984
|
margin-top: 24px !important;
|
|
2975
2985
|
text-align: center;
|
|
2976
2986
|
}
|
|
2987
|
+
.freemium-survey-components.card-survey-style .question-holder .question-container .svs-footer p,
|
|
2977
2988
|
.freemium-survey-components.card-survey-style .question-holder .question-container .footer p {
|
|
2978
2989
|
word-break: break-word;
|
|
2979
2990
|
}
|
|
@@ -3595,12 +3606,16 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
3595
3606
|
.freemium-survey-components.standard-survey-style .question-container .question-text p {
|
|
3596
3607
|
margin: 0;
|
|
3597
3608
|
}
|
|
3609
|
+
.freemium-survey-components.standard-survey-style .question-container.thankyou .svs-footer,
|
|
3598
3610
|
.freemium-survey-components.standard-survey-style .question-container.thankyou .footer,
|
|
3611
|
+
.freemium-survey-components.standard-survey-style .question-container .svs-footer,
|
|
3599
3612
|
.freemium-survey-components.standard-survey-style .question-container .footer {
|
|
3600
3613
|
margin-top: 24px !important;
|
|
3601
3614
|
text-align: center;
|
|
3602
3615
|
}
|
|
3616
|
+
.freemium-survey-components.standard-survey-style .question-container.thankyou .svs-footer p,
|
|
3603
3617
|
.freemium-survey-components.standard-survey-style .question-container.thankyou .footer p,
|
|
3618
|
+
.freemium-survey-components.standard-survey-style .question-container .svs-footer p,
|
|
3604
3619
|
.freemium-survey-components.standard-survey-style .question-container .footer p {
|
|
3605
3620
|
word-break: break-word;
|
|
3606
3621
|
}
|
|
@@ -3886,6 +3901,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
3886
3901
|
font-size: var(--title-font-size, var(--fsc-font-size));
|
|
3887
3902
|
text-align: center;
|
|
3888
3903
|
}
|
|
3904
|
+
.surveyserv-widget-container main.widget-main .question-container .heading .svs-footer,
|
|
3889
3905
|
.surveyserv-widget-container main.widget-main .question-container .heading .footer {
|
|
3890
3906
|
font-weight: 400;
|
|
3891
3907
|
text-align: center;
|
|
@@ -3893,10 +3909,12 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
3893
3909
|
line-height: 1.5;
|
|
3894
3910
|
color: var(--question-text-color, var(--default-question-text-color));
|
|
3895
3911
|
}
|
|
3912
|
+
.surveyserv-widget-container main.widget-main .question-container .heading .svs-footer p,
|
|
3896
3913
|
.surveyserv-widget-container main.widget-main .question-container .heading .footer p {
|
|
3897
3914
|
margin: unset;
|
|
3898
3915
|
word-break: break-word;
|
|
3899
3916
|
}
|
|
3917
|
+
.surveyserv-widget-container main.widget-main .question-container .heading .svs-footer:empty,
|
|
3900
3918
|
.surveyserv-widget-container main.widget-main .question-container .heading .footer:empty {
|
|
3901
3919
|
display: none;
|
|
3902
3920
|
}
|
|
@@ -4702,6 +4720,9 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4702
4720
|
font-family: var(--fsc-default-font-family);
|
|
4703
4721
|
color: var(--default-question-text-color);
|
|
4704
4722
|
}
|
|
4723
|
+
.whatsapp-container svg {
|
|
4724
|
+
display: inline !important;
|
|
4725
|
+
}
|
|
4705
4726
|
.whatsapp-container.instagram {
|
|
4706
4727
|
--wa-message-bg: none;
|
|
4707
4728
|
--wa-answers-bg: #4d5bff;
|
|
@@ -4709,6 +4730,9 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4709
4730
|
--wa-answers-radius: 21px;
|
|
4710
4731
|
background-image: var(--fsc-instagram-bg);
|
|
4711
4732
|
}
|
|
4733
|
+
.whatsapp-container.instagram svg {
|
|
4734
|
+
display: inline !important;
|
|
4735
|
+
}
|
|
4712
4736
|
.whatsapp-container.instagram .msg-container {
|
|
4713
4737
|
position: relative;
|
|
4714
4738
|
}
|