freemium-survey-components 2.0.451 → 2.0.452
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 +10 -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
|
@@ -3993,8 +3993,8 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
3993
3993
|
}
|
|
3994
3994
|
.facebook-wrapper .phone-frame {
|
|
3995
3995
|
position: relative;
|
|
3996
|
-
width:
|
|
3997
|
-
height:
|
|
3996
|
+
width: 310px;
|
|
3997
|
+
height: 574px;
|
|
3998
3998
|
background: #fff;
|
|
3999
3999
|
border: 10px solid #e5e5e5;
|
|
4000
4000
|
border-radius: 40px;
|
|
@@ -4050,12 +4050,12 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4050
4050
|
align-items: center;
|
|
4051
4051
|
gap: 8px;
|
|
4052
4052
|
}
|
|
4053
|
-
.facebook-wrapper .fb-header .brand {
|
|
4053
|
+
.facebook-wrapper .fb-header .fb-header-brand {
|
|
4054
4054
|
display: flex;
|
|
4055
4055
|
align-items: center;
|
|
4056
4056
|
gap: 6px;
|
|
4057
4057
|
}
|
|
4058
|
-
.facebook-wrapper .fb-header .brand .logo {
|
|
4058
|
+
.facebook-wrapper .fb-header .fb-header-brand .logo {
|
|
4059
4059
|
width: 28px;
|
|
4060
4060
|
height: 28px;
|
|
4061
4061
|
border-radius: 50%;
|
|
@@ -4067,7 +4067,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4067
4067
|
font-weight: bold;
|
|
4068
4068
|
font-size: 14px;
|
|
4069
4069
|
}
|
|
4070
|
-
.facebook-wrapper .fb-header .brand .title {
|
|
4070
|
+
.facebook-wrapper .fb-header .fb-header-brand .title {
|
|
4071
4071
|
font-weight: 600;
|
|
4072
4072
|
font-size: 14px;
|
|
4073
4073
|
color: #000;
|
|
@@ -5167,8 +5167,8 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
5167
5167
|
}
|
|
5168
5168
|
.facebook-container .facebook-wrapper .phone-frame {
|
|
5169
5169
|
position: relative;
|
|
5170
|
-
width:
|
|
5171
|
-
height:
|
|
5170
|
+
width: 310px;
|
|
5171
|
+
height: 574px;
|
|
5172
5172
|
background: #fff;
|
|
5173
5173
|
border: 10px solid #e5e5e5;
|
|
5174
5174
|
border-radius: 40px;
|
|
@@ -5248,12 +5248,12 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
5248
5248
|
align-items: center;
|
|
5249
5249
|
gap: 8px;
|
|
5250
5250
|
}
|
|
5251
|
-
.facebook-container .facebook-wrapper .header .brand {
|
|
5251
|
+
.facebook-container .facebook-wrapper .header .fb-header-brand {
|
|
5252
5252
|
display: flex;
|
|
5253
5253
|
align-items: center;
|
|
5254
5254
|
gap: 6px;
|
|
5255
5255
|
}
|
|
5256
|
-
.facebook-container .facebook-wrapper .header .brand .logo {
|
|
5256
|
+
.facebook-container .facebook-wrapper .header .fb-header-brand .logo {
|
|
5257
5257
|
width: 28px;
|
|
5258
5258
|
height: 28px;
|
|
5259
5259
|
border-radius: 50%;
|
|
@@ -5265,7 +5265,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
5265
5265
|
font-weight: bold;
|
|
5266
5266
|
font-size: 14px;
|
|
5267
5267
|
}
|
|
5268
|
-
.facebook-container .facebook-wrapper .header .brand .title {
|
|
5268
|
+
.facebook-container .facebook-wrapper .header .fb-header-brand .title {
|
|
5269
5269
|
font-weight: 600;
|
|
5270
5270
|
font-size: 14px;
|
|
5271
5271
|
color: #000;
|