freemium-survey-components 2.0.446 → 2.0.447
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 +2 -4
- package/lib/index.cjs.js +1 -1
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/bundle.css
CHANGED
|
@@ -3955,7 +3955,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
3955
3955
|
gap: 6px;
|
|
3956
3956
|
}
|
|
3957
3957
|
/* ===== FACEBOOK MESSENGER PREVIEW STYLES ===== */
|
|
3958
|
-
.wrapper {
|
|
3958
|
+
.fb-wrapper {
|
|
3959
3959
|
width: 100%;
|
|
3960
3960
|
height: 100%;
|
|
3961
3961
|
display: flex;
|
|
@@ -3979,7 +3979,6 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
3979
3979
|
/* === UTILITY STYLES === */
|
|
3980
3980
|
}
|
|
3981
3981
|
.facebook-wrapper * {
|
|
3982
|
-
font-family: "SF Pro Text", "Inter", sans-serif;
|
|
3983
3982
|
scrollbar-width: none;
|
|
3984
3983
|
text-align: center !important;
|
|
3985
3984
|
}
|
|
@@ -5143,7 +5142,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
5143
5142
|
padding-left: 2px;
|
|
5144
5143
|
}
|
|
5145
5144
|
|
|
5146
|
-
.facebook-container .wrapper {
|
|
5145
|
+
.facebook-container .fb-wrapper {
|
|
5147
5146
|
width: 100%;
|
|
5148
5147
|
height: 100%;
|
|
5149
5148
|
display: flex;
|
|
@@ -5154,7 +5153,6 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
5154
5153
|
/* === HEADER === */
|
|
5155
5154
|
}
|
|
5156
5155
|
.facebook-container .facebook-wrapper * {
|
|
5157
|
-
font-family: "SF Pro Text", "Inter", sans-serif;
|
|
5158
5156
|
scrollbar-width: none;
|
|
5159
5157
|
text-align: left !important;
|
|
5160
5158
|
}
|