Skip to content

Commit 19442d1

Browse files
committed
Replace icons and image label width mods
1 parent c1e5cbf commit 19442d1

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

examples/questionnaire/Example.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@
105105
}),
106106
new QuestionModel({
107107
id: 'multiple_choice_image',
108-
tagline: "Let's take it one step further",
109-
title: 'Tell us what is your favorite social network 😍',
108+
tagline: "Let's take it one step further...",
109+
title: 'Tell us what is your favorite social network hangout.',
110110
helpTextShow: false,
111111
type: QuestionType.MultiplePictureChoice,
112112
multiple: false,
-2.08 KB
Loading
-2.08 KB
Loading
-598 Bytes
Loading
-2.27 KB
Loading

src/assets/css/common.css

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ header.vff-header svg.f-logo {
634634
*/
635635

636636
.vff .field-multiplepicturechoice ul.f-radios{
637-
max-width: 790px;
637+
max-width: 750px;
638638
min-width: auto;
639639
display: -ms-flexbox;
640640
display: flex;
@@ -671,7 +671,7 @@ header.vff-header svg.f-logo {
671671
justify-content: center;
672672
overflow: hidden;
673673
width: 100%;
674-
height: 150px;
674+
height: 140px;
675675
margin-bottom: 8px;
676676
}
677677

@@ -946,6 +946,10 @@ header.vff-header svg.f-logo {
946946
font-size: 14px;
947947
}
948948

949+
.vff .field-multiplepicturechoice ul.f-radios li span.f-image{
950+
height: 90px;
951+
}
952+
949953
}
950954

951955
@media screen and (max-width:479px) {
@@ -1020,7 +1024,7 @@ header.vff-header svg.f-logo {
10201024
}
10211025

10221026
.vff .field-multiplepicturechoice ul.f-radios {
1023-
max-width: 360px;
1027+
max-width: 320px;
10241028
}
10251029

10261030
.vff .field-multiplepicturechoice ul.f-radios li{
@@ -1065,4 +1069,8 @@ header.vff-header svg.f-logo {
10651069
font-size: .6em;
10661070
}
10671071

1072+
.vff .field-multiplepicturechoice ul.f-radios li span.f-image{
1073+
height: 90px;
1074+
}
1075+
10681076
}

0 commit comments

Comments
 (0)