freemium-survey-components 2.0.439 → 2.0.440
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
CHANGED
|
@@ -3961,6 +3961,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
3961
3961
|
display: flex;
|
|
3962
3962
|
align-items: center;
|
|
3963
3963
|
justify-content: center;
|
|
3964
|
+
text-align: center;
|
|
3964
3965
|
}
|
|
3965
3966
|
|
|
3966
3967
|
.facebook-wrapper {
|
|
@@ -3980,6 +3981,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
3980
3981
|
.facebook-wrapper * {
|
|
3981
3982
|
font-family: "SF Pro Text", "Inter", sans-serif;
|
|
3982
3983
|
scrollbar-width: none;
|
|
3984
|
+
text-align: center !important;
|
|
3983
3985
|
}
|
|
3984
3986
|
.facebook-wrapper .mobile {
|
|
3985
3987
|
position: relative;
|
|
@@ -4021,7 +4023,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4021
4023
|
width: 8px;
|
|
4022
4024
|
height: 55px;
|
|
4023
4025
|
border-radius: 4px 0 0 4px;
|
|
4024
|
-
margin-top:
|
|
4026
|
+
margin-top: 64px;
|
|
4025
4027
|
}
|
|
4026
4028
|
.facebook-wrapper .mobile-actions .side-buttons.right {
|
|
4027
4029
|
position: absolute;
|
|
@@ -4031,7 +4033,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4031
4033
|
height: 80px;
|
|
4032
4034
|
border-radius: 0 4px 4px 0;
|
|
4033
4035
|
}
|
|
4034
|
-
.facebook-wrapper .header {
|
|
4036
|
+
.facebook-wrapper .fb-header {
|
|
4035
4037
|
display: flex;
|
|
4036
4038
|
justify-content: space-between;
|
|
4037
4039
|
align-items: center;
|
|
@@ -4039,17 +4041,17 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4039
4041
|
border-bottom: 1px solid #ddd;
|
|
4040
4042
|
background: #fff;
|
|
4041
4043
|
}
|
|
4042
|
-
.facebook-wrapper .header .header-left {
|
|
4044
|
+
.facebook-wrapper .fb-header .header-left {
|
|
4043
4045
|
display: flex;
|
|
4044
4046
|
align-items: center;
|
|
4045
4047
|
gap: 8px;
|
|
4046
4048
|
}
|
|
4047
|
-
.facebook-wrapper .header .brand {
|
|
4049
|
+
.facebook-wrapper .fb-header .brand {
|
|
4048
4050
|
display: flex;
|
|
4049
4051
|
align-items: center;
|
|
4050
4052
|
gap: 6px;
|
|
4051
4053
|
}
|
|
4052
|
-
.facebook-wrapper .header .brand .logo {
|
|
4054
|
+
.facebook-wrapper .fb-header .brand .logo {
|
|
4053
4055
|
width: 28px;
|
|
4054
4056
|
height: 28px;
|
|
4055
4057
|
border-radius: 50%;
|
|
@@ -4061,12 +4063,12 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4061
4063
|
font-weight: bold;
|
|
4062
4064
|
font-size: 14px;
|
|
4063
4065
|
}
|
|
4064
|
-
.facebook-wrapper .header .brand .title {
|
|
4066
|
+
.facebook-wrapper .fb-header .brand .title {
|
|
4065
4067
|
font-weight: 600;
|
|
4066
4068
|
font-size: 14px;
|
|
4067
4069
|
color: #000;
|
|
4068
4070
|
}
|
|
4069
|
-
.facebook-wrapper .header .icon-blue {
|
|
4071
|
+
.facebook-wrapper .fb-header .icon-blue {
|
|
4070
4072
|
color: #0084ff;
|
|
4071
4073
|
font-size: 18px;
|
|
4072
4074
|
cursor: pointer;
|
|
@@ -4094,8 +4096,8 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4094
4096
|
}
|
|
4095
4097
|
.facebook-wrapper .question-container {
|
|
4096
4098
|
align-self: flex-start;
|
|
4097
|
-
max-width:
|
|
4098
|
-
min-width:
|
|
4099
|
+
max-width: 240px;
|
|
4100
|
+
min-width: 150px;
|
|
4099
4101
|
display: flex;
|
|
4100
4102
|
flex-direction: column;
|
|
4101
4103
|
gap: 8px;
|
|
@@ -4111,6 +4113,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4111
4113
|
border-radius: 18px;
|
|
4112
4114
|
word-break: break-word;
|
|
4113
4115
|
color: #000;
|
|
4116
|
+
text-align: left !important;
|
|
4114
4117
|
}
|
|
4115
4118
|
.facebook-wrapper .question-container .question-text.required::after {
|
|
4116
4119
|
content: "*";
|
|
@@ -4166,7 +4169,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4166
4169
|
padding: 8px 14px;
|
|
4167
4170
|
border-radius: 18px;
|
|
4168
4171
|
font-size: 14px;
|
|
4169
|
-
max-width:
|
|
4172
|
+
max-width: 240px;
|
|
4170
4173
|
display: inline-block;
|
|
4171
4174
|
align-items: center;
|
|
4172
4175
|
white-space: normal;
|
|
@@ -4214,7 +4217,6 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4214
4217
|
}
|
|
4215
4218
|
.facebook-wrapper .answers-container .answers .answer-text .star-rating-wrapper span {
|
|
4216
4219
|
align-items: center;
|
|
4217
|
-
white-space: normal;
|
|
4218
4220
|
overflow-wrap: break-word;
|
|
4219
4221
|
word-break: break-word;
|
|
4220
4222
|
hyphens: auto;
|
|
@@ -4255,8 +4257,8 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4255
4257
|
max-width: 200px;
|
|
4256
4258
|
}
|
|
4257
4259
|
.facebook-wrapper .choices.boolean-choices {
|
|
4258
|
-
padding-left:
|
|
4259
|
-
padding-right:
|
|
4260
|
+
padding-left: 15px;
|
|
4261
|
+
padding-right: 15px;
|
|
4260
4262
|
}
|
|
4261
4263
|
.facebook-wrapper .choices.boolean-choices .boolean-choice {
|
|
4262
4264
|
font-weight: bold;
|
|
@@ -4294,6 +4296,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4294
4296
|
justify-content: center;
|
|
4295
4297
|
cursor: pointer;
|
|
4296
4298
|
white-space: nowrap;
|
|
4299
|
+
font-size: 14px;
|
|
4297
4300
|
}
|
|
4298
4301
|
.facebook-wrapper .choices .choice svg:not(#star) {
|
|
4299
4302
|
fill: #000;
|
|
@@ -4311,7 +4314,8 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4311
4314
|
border: none;
|
|
4312
4315
|
cursor: pointer;
|
|
4313
4316
|
font-weight: bold;
|
|
4314
|
-
width:
|
|
4317
|
+
min-width: 120px;
|
|
4318
|
+
max-width: 200px;
|
|
4315
4319
|
}
|
|
4316
4320
|
.facebook-wrapper .quick-reply-area {
|
|
4317
4321
|
padding: 8px 12px 0;
|
|
@@ -4382,7 +4386,12 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4382
4386
|
width: 15px;
|
|
4383
4387
|
height: 20px;
|
|
4384
4388
|
}
|
|
4385
|
-
.facebook-wrapper .input-bar .input-
|
|
4389
|
+
.facebook-wrapper .input-bar .input-container {
|
|
4390
|
+
display: flex;
|
|
4391
|
+
gap: 8px;
|
|
4392
|
+
align-items: anchor-center;
|
|
4393
|
+
}
|
|
4394
|
+
.facebook-wrapper .input-bar .input-container .input-field {
|
|
4386
4395
|
flex: 1;
|
|
4387
4396
|
display: flex;
|
|
4388
4397
|
align-items: center;
|
|
@@ -4391,24 +4400,24 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4391
4400
|
padding: 6px 12px;
|
|
4392
4401
|
min-height: 32px;
|
|
4393
4402
|
}
|
|
4394
|
-
.facebook-wrapper .input-bar .input-field .text-input {
|
|
4403
|
+
.facebook-wrapper .input-bar .input-container .input-field .text-input {
|
|
4395
4404
|
flex: 1;
|
|
4396
4405
|
border: none;
|
|
4397
4406
|
outline: none;
|
|
4398
4407
|
background: transparent;
|
|
4399
4408
|
font-size: 14px;
|
|
4400
4409
|
}
|
|
4401
|
-
.facebook-wrapper .input-bar .input-field .text-input::placeholder {
|
|
4410
|
+
.facebook-wrapper .input-bar .input-container .input-field .text-input::placeholder {
|
|
4402
4411
|
color: #65676b;
|
|
4403
4412
|
}
|
|
4404
|
-
.facebook-wrapper .input-bar .input-field .facebook-textarea-container {
|
|
4413
|
+
.facebook-wrapper .input-bar .input-container .input-field .facebook-textarea-container {
|
|
4405
4414
|
display: flex;
|
|
4406
4415
|
gap: 8px;
|
|
4407
4416
|
height: 32px;
|
|
4408
4417
|
align-items: center;
|
|
4409
4418
|
width: 100%;
|
|
4410
4419
|
}
|
|
4411
|
-
.facebook-wrapper .input-bar .input-field .facebook-textarea-container textarea {
|
|
4420
|
+
.facebook-wrapper .input-bar .input-container .input-field .facebook-textarea-container textarea {
|
|
4412
4421
|
scrollbar-width: none;
|
|
4413
4422
|
resize: none;
|
|
4414
4423
|
height: 20px !important;
|
|
@@ -4418,18 +4427,23 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4418
4427
|
padding: 6px 12px;
|
|
4419
4428
|
width: 100%;
|
|
4420
4429
|
font-size: 14px;
|
|
4430
|
+
text-align: left !important;
|
|
4421
4431
|
}
|
|
4422
|
-
.facebook-wrapper .input-bar .input-field .facebook-textarea-container textarea:focus {
|
|
4432
|
+
.facebook-wrapper .input-bar .input-container .input-field .facebook-textarea-container textarea:focus {
|
|
4423
4433
|
outline: none;
|
|
4424
4434
|
}
|
|
4425
|
-
.facebook-wrapper .input-bar .input-field .facebook-textarea-container textarea::placeholder {
|
|
4435
|
+
.facebook-wrapper .input-bar .input-container .input-field .facebook-textarea-container textarea::placeholder {
|
|
4426
4436
|
color: #65676b;
|
|
4427
4437
|
line-height: 16px;
|
|
4428
4438
|
}
|
|
4439
|
+
.facebook-wrapper .input-bar .input-container .icon-container button {
|
|
4440
|
+
width: 20px;
|
|
4441
|
+
margin-right: 4px;
|
|
4442
|
+
margin-top: 4px;
|
|
4443
|
+
}
|
|
4429
4444
|
.facebook-wrapper .input-bar .thumbs {
|
|
4430
4445
|
font-size: 20px;
|
|
4431
4446
|
color: #0084ff;
|
|
4432
|
-
cursor: pointer;
|
|
4433
4447
|
}
|
|
4434
4448
|
.facebook-wrapper .options-popup {
|
|
4435
4449
|
position: absolute;
|
|
@@ -4440,10 +4454,10 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4440
4454
|
padding: 12px 8px;
|
|
4441
4455
|
transform: translateY(80px);
|
|
4442
4456
|
transition: all linear 0.3s;
|
|
4443
|
-
width:
|
|
4457
|
+
width: 304px;
|
|
4444
4458
|
opacity: 0;
|
|
4445
|
-
right:
|
|
4446
|
-
bottom:
|
|
4459
|
+
right: 0px;
|
|
4460
|
+
bottom: 6px;
|
|
4447
4461
|
}
|
|
4448
4462
|
.facebook-wrapper .options-popup header {
|
|
4449
4463
|
text-align: center;
|
|
@@ -4461,7 +4475,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4461
4475
|
cursor: pointer;
|
|
4462
4476
|
}
|
|
4463
4477
|
.facebook-wrapper .options-popup header .option-tab-bar {
|
|
4464
|
-
width:
|
|
4478
|
+
width: 64px;
|
|
4465
4479
|
background-color: #cfd7df;
|
|
4466
4480
|
height: 3px;
|
|
4467
4481
|
border-radius: 10px;
|
|
@@ -4517,7 +4531,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4517
4531
|
height: 32px;
|
|
4518
4532
|
}
|
|
4519
4533
|
.facebook-wrapper .options-popup main .facebook-rating-modal .emoji-button {
|
|
4520
|
-
font-size:
|
|
4534
|
+
font-size: 32px;
|
|
4521
4535
|
transition: transform 0.1s ease, font-size 0.1s ease;
|
|
4522
4536
|
line-height: 1.5;
|
|
4523
4537
|
}
|
|
@@ -4602,7 +4616,8 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4602
4616
|
display: flex;
|
|
4603
4617
|
align-items: center;
|
|
4604
4618
|
flex-wrap: nowrap;
|
|
4605
|
-
width:
|
|
4619
|
+
min-width: 120px;
|
|
4620
|
+
max-width: 200px;
|
|
4606
4621
|
}
|
|
4607
4622
|
.facebook-wrapper .options-popup main .option-row button span {
|
|
4608
4623
|
white-space: nowrap;
|
|
@@ -4658,6 +4673,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4658
4673
|
border: 0;
|
|
4659
4674
|
cursor: pointer;
|
|
4660
4675
|
font-family: inherit;
|
|
4676
|
+
font-size: 14px;
|
|
4661
4677
|
}
|
|
4662
4678
|
.whatsapp-container {
|
|
4663
4679
|
--wa-message-margin: 40px;
|