File tree Expand file tree Collapse file tree 6 files changed +43
-6
lines changed Expand file tree Collapse file tree 6 files changed +43
-6
lines changed Original file line number Diff line number Diff line change 102
102
type: QuestionType .Email ,
103
103
required: true ,
104
104
placeholder: ' Start typing here...'
105
+ }),
106
+ new QuestionModel ({
107
+ id: ' multiple_choice_image' ,
108
+ tagline: " Let's take it one step further..." ,
109
+ title: ' Tell us what is your favorite social network hangout.' ,
110
+ helpTextShow: false ,
111
+ type: QuestionType .MultiplePictureChoice ,
112
+ multiple: false ,
113
+ required: true ,
114
+ options: [
115
+ new ChoiceOption ({
116
+ imageSrc: require (' ./assets/images/facebook.png' ),
117
+ imageAlt: ' Facebook logo' ,
118
+ label: ' Facebook'
119
+ }),
120
+ new ChoiceOption ({
121
+ imageSrc: require (' ./assets/images/twitter.png' ),
122
+ imageAlt: ' Twitter logo' ,
123
+ label: ' Twitter'
124
+ }),
125
+ new ChoiceOption ({
126
+ imageSrc: require (' ./assets/images/instagram.png' ),
127
+ imageAlt: ' Instagram logo' ,
128
+ label: ' Instagram'
129
+ }),
130
+ new ChoiceOption ({
131
+ imageSrc: require (' ./assets/images/tiktok.png' ),
132
+ imageAlt: ' TikTok logo' ,
133
+ label: ' TikTok'
134
+ }),
135
+ ]
105
136
}),
106
137
new QuestionModel ({
107
138
id: ' phone' ,
Original file line number Diff line number Diff line change @@ -634,7 +634,7 @@ header.vff-header svg.f-logo {
634
634
*/
635
635
636
636
.vff .field-multiplepicturechoice ul .f-radios {
637
- max-width : 800 px ;
637
+ max-width : 750 px ;
638
638
min-width : auto;
639
639
display : -ms-flexbox;
640
640
display : flex;
@@ -671,7 +671,7 @@ header.vff-header svg.f-logo {
671
671
justify-content : center;
672
672
overflow : hidden;
673
673
width : 100% ;
674
- height : 164 px ;
674
+ height : 140 px ;
675
675
margin-bottom : 8px ;
676
676
}
677
677
@@ -944,8 +944,10 @@ header.vff-header svg.f-logo {
944
944
945
945
.vff .field-multiplepicturechoice ul .f-radios li {
946
946
font-size : 14px ;
947
- -ms-flex : 0 0 calc (33.3333% - 8px );
948
- flex : 0 0 calc (33.3333% - 8px );
947
+ }
948
+
949
+ .vff .field-multiplepicturechoice ul .f-radios li span .f-image {
950
+ height : 90px ;
949
951
}
950
952
951
953
}
@@ -1021,8 +1023,8 @@ header.vff-header svg.f-logo {
1021
1023
font-size : 16px ;
1022
1024
}
1023
1025
1024
- .vff .field-multiplepicturechoice ul .f-radios li span . f-image {
1025
- height : 130 px ;
1026
+ .vff .field-multiplepicturechoice ul .f-radios {
1027
+ max-width : 320 px ;
1026
1028
}
1027
1029
1028
1030
.vff .field-multiplepicturechoice ul .f-radios li {
@@ -1067,4 +1069,8 @@ header.vff-header svg.f-logo {
1067
1069
font-size : .6em ;
1068
1070
}
1069
1071
1072
+ .vff .field-multiplepicturechoice ul .f-radios li span .f-image {
1073
+ height : 90px ;
1074
+ }
1075
+
1070
1076
}
You can’t perform that action at this time.
0 commit comments