freemium-survey-components 2.0.461 → 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 +16 -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;
|
|
@@ -4711,6 +4720,9 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4711
4720
|
font-family: var(--fsc-default-font-family);
|
|
4712
4721
|
color: var(--default-question-text-color);
|
|
4713
4722
|
}
|
|
4723
|
+
.whatsapp-container svg {
|
|
4724
|
+
display: inline !important;
|
|
4725
|
+
}
|
|
4714
4726
|
.whatsapp-container.instagram {
|
|
4715
4727
|
--wa-message-bg: none;
|
|
4716
4728
|
--wa-answers-bg: #4d5bff;
|
|
@@ -4718,6 +4730,9 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4718
4730
|
--wa-answers-radius: 21px;
|
|
4719
4731
|
background-image: var(--fsc-instagram-bg);
|
|
4720
4732
|
}
|
|
4733
|
+
.whatsapp-container.instagram svg {
|
|
4734
|
+
display: inline !important;
|
|
4735
|
+
}
|
|
4721
4736
|
.whatsapp-container.instagram .msg-container {
|
|
4722
4737
|
position: relative;
|
|
4723
4738
|
}
|