freemium-survey-components 2.0.451 → 2.0.453
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 +13 -10
- package/lib/index.cjs.js +1 -1
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/bundle.css
CHANGED
|
@@ -3769,6 +3769,9 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
3769
3769
|
left: 50%;
|
|
3770
3770
|
width: 660px;
|
|
3771
3771
|
}
|
|
3772
|
+
.surveyserv-widget-container.default-container-style.freemium-survey-rtl {
|
|
3773
|
+
left: auto;
|
|
3774
|
+
}
|
|
3772
3775
|
.surveyserv-widget-container.default-container-style .question-container.thankyou {
|
|
3773
3776
|
padding-bottom: 12px;
|
|
3774
3777
|
}
|
|
@@ -3993,8 +3996,8 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
3993
3996
|
}
|
|
3994
3997
|
.facebook-wrapper .phone-frame {
|
|
3995
3998
|
position: relative;
|
|
3996
|
-
width:
|
|
3997
|
-
height:
|
|
3999
|
+
width: 310px;
|
|
4000
|
+
height: 574px;
|
|
3998
4001
|
background: #fff;
|
|
3999
4002
|
border: 10px solid #e5e5e5;
|
|
4000
4003
|
border-radius: 40px;
|
|
@@ -4050,12 +4053,12 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4050
4053
|
align-items: center;
|
|
4051
4054
|
gap: 8px;
|
|
4052
4055
|
}
|
|
4053
|
-
.facebook-wrapper .fb-header .brand {
|
|
4056
|
+
.facebook-wrapper .fb-header .fb-header-brand {
|
|
4054
4057
|
display: flex;
|
|
4055
4058
|
align-items: center;
|
|
4056
4059
|
gap: 6px;
|
|
4057
4060
|
}
|
|
4058
|
-
.facebook-wrapper .fb-header .brand .logo {
|
|
4061
|
+
.facebook-wrapper .fb-header .fb-header-brand .logo {
|
|
4059
4062
|
width: 28px;
|
|
4060
4063
|
height: 28px;
|
|
4061
4064
|
border-radius: 50%;
|
|
@@ -4067,7 +4070,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4067
4070
|
font-weight: bold;
|
|
4068
4071
|
font-size: 14px;
|
|
4069
4072
|
}
|
|
4070
|
-
.facebook-wrapper .fb-header .brand .title {
|
|
4073
|
+
.facebook-wrapper .fb-header .fb-header-brand .title {
|
|
4071
4074
|
font-weight: 600;
|
|
4072
4075
|
font-size: 14px;
|
|
4073
4076
|
color: #000;
|
|
@@ -5167,8 +5170,8 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
5167
5170
|
}
|
|
5168
5171
|
.facebook-container .facebook-wrapper .phone-frame {
|
|
5169
5172
|
position: relative;
|
|
5170
|
-
width:
|
|
5171
|
-
height:
|
|
5173
|
+
width: 310px;
|
|
5174
|
+
height: 574px;
|
|
5172
5175
|
background: #fff;
|
|
5173
5176
|
border: 10px solid #e5e5e5;
|
|
5174
5177
|
border-radius: 40px;
|
|
@@ -5248,12 +5251,12 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
5248
5251
|
align-items: center;
|
|
5249
5252
|
gap: 8px;
|
|
5250
5253
|
}
|
|
5251
|
-
.facebook-container .facebook-wrapper .header .brand {
|
|
5254
|
+
.facebook-container .facebook-wrapper .header .fb-header-brand {
|
|
5252
5255
|
display: flex;
|
|
5253
5256
|
align-items: center;
|
|
5254
5257
|
gap: 6px;
|
|
5255
5258
|
}
|
|
5256
|
-
.facebook-container .facebook-wrapper .header .brand .logo {
|
|
5259
|
+
.facebook-container .facebook-wrapper .header .fb-header-brand .logo {
|
|
5257
5260
|
width: 28px;
|
|
5258
5261
|
height: 28px;
|
|
5259
5262
|
border-radius: 50%;
|
|
@@ -5265,7 +5268,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
5265
5268
|
font-weight: bold;
|
|
5266
5269
|
font-size: 14px;
|
|
5267
5270
|
}
|
|
5268
|
-
.facebook-container .facebook-wrapper .header .brand .title {
|
|
5271
|
+
.facebook-container .facebook-wrapper .header .fb-header-brand .title {
|
|
5269
5272
|
font-weight: 600;
|
|
5270
5273
|
font-size: 14px;
|
|
5271
5274
|
color: #000;
|