Skip to content

Commit 41dc835

Browse files
authored
Merge branch 'master' into feature/matrix-field
2 parents 8c6433a + 6a990a7 commit 41dc835

File tree

4 files changed

+124
-124
lines changed

4 files changed

+124
-124
lines changed

src/assets/css/common.css

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
-o-font-smoothing: antialiased;
1515
}
1616

17-
@media screen and (max-width:1023px){
17+
@media screen and (max-width:1023px) {
1818
.vff,
1919
.vff-footer {
2020
font-size: 15px;
@@ -48,7 +48,7 @@
4848
global
4949
*/
5050

51-
.vff hr{
51+
.vff hr {
5252
box-sizing: content-box;
5353
overflow: visible;
5454
height: 0;
@@ -112,7 +112,7 @@
112112
margin-bottom: 22px;
113113
}
114114

115-
/*utils*/
115+
/* utils */
116116
.vff .text-thin {
117117
font-weight: 300;
118118
}
@@ -154,11 +154,11 @@
154154
box-sizing: border-box;
155155
}
156156

157-
header.vff-header + .vff{
157+
header.vff-header + .vff {
158158
margin-top: 16vh;
159159
}
160160

161-
header.vff-header + .vff.vff-not-standalone{
161+
header.vff-header + .vff.vff-not-standalone {
162162
margin-top: 0;
163163
}
164164

@@ -189,7 +189,7 @@ header.vff-header + .vff.vff-not-standalone{
189189
margin-bottom: 20px;
190190
}
191191

192-
/*container*/
192+
/* container */
193193
.vff .f-container,
194194
header.vff-header .f-container{
195195
padding: 0 8%;
@@ -201,7 +201,7 @@ header.vff-header .f-container{
201201
margin-bottom: 1em;
202202
}
203203

204-
/*header*/
204+
/* header */
205205
header.vff-header {
206206
line-height: 1;
207207
padding: .9em 10% .8em;
@@ -283,7 +283,7 @@ header.vff-header svg.f-logo {
283283
font-weight: 900;
284284
}
285285

286-
.vff input[type=file]:focus{
286+
.vff input[type=file]:focus {
287287
outline: 1px dotted #000;
288288
outline-offset: 4px;
289289
}
@@ -316,11 +316,11 @@ header.vff-header svg.f-logo {
316316
background-color: #efefef;
317317
}
318318

319-
.vff input[type=file]::-webkit-file-upload-button:active{
319+
.vff input[type=file]::-webkit-file-upload-button:active {
320320
color: #000;
321321
}
322322

323-
.vff input[type=file]::file-selector-button{
323+
.vff input[type=file]::file-selector-button {
324324
min-height: 44px;
325325
display: inline-block;
326326
white-space: pre-wrap;
@@ -332,7 +332,7 @@ header.vff-header svg.f-logo {
332332
min-width: 90px;
333333
}
334334

335-
/*buttons*/
335+
/* buttons */
336336
.vff button,
337337
.vff [type="button"],
338338
.vff [type="reset"],
@@ -342,7 +342,7 @@ header.vff-header svg.f-logo {
342342
overflow: visible;
343343
}
344344

345-
/*default button*/
345+
/* default button */
346346
.vff button {
347347
border: none;
348348
outline: 0;
@@ -448,21 +448,21 @@ header.vff-header svg.f-logo {
448448
.vff .f-full-width input[type=date],
449449
.vff .f-full-width input[type=file],
450450
.vff .f-full-width textarea,
451-
.vff .f-full-width span.faux-form{
451+
.vff .f-full-width span.faux-form {
452452
width: 100%;
453453
padding-left: .16em;
454454
padding-right: .16em;
455455
}
456456

457457
.vff .f-required {
458-
display: none; /*hides required asterisks*/
458+
display: none; /* hides required asterisks */
459459
}
460460

461461
.vff .f-answer.f-full-width {
462462
margin-top: 26px;
463463
}
464464

465-
.vff span.f-sub + .f-answer.f-full-width{
465+
.vff span.f-sub + .f-answer.f-full-width {
466466
margin-top: 22px;
467467
}
468468

@@ -478,11 +478,11 @@ header.vff-header svg.f-logo {
478478
padding-bottom: 4px;
479479
}
480480

481-
.vff span.f-answered{
481+
.vff span.f-answered {
482482
font-weight: 900;
483483
}
484484

485-
/*faux select arrow*/
485+
/* faux select arrow */
486486
.vff .f-arrow-down {
487487
display: inline-block;
488488
margin-left: .2em;
@@ -578,19 +578,19 @@ header.vff-header svg.f-logo {
578578

579579
.vff .fh1,
580580
.vff .fh2,
581-
.vff .fh3{
581+
.vff .fh3 {
582582
display: block;
583583
}
584584

585-
/*misc-typography*/
585+
/* misc-typography */
586586
.vff span.f-tagline,
587587
.vff span.f-sub {
588588
font-weight: 400;
589589
display: block;
590590
}
591591

592592
.vff .fh2 span.f-tagline,
593-
.vff .fh2 span.f-sub {
593+
.vff .fh2 span.f-sub {
594594
font-size: .51em;
595595
}
596596

@@ -608,7 +608,7 @@ header.vff-header svg.f-logo {
608608
margin-right: .4em;
609609
}
610610

611-
.vff span.f-sub span.f-help{
611+
.vff span.f-sub span.f-help {
612612
display: block;
613613
}
614614

@@ -620,7 +620,7 @@ header.vff-header svg.f-logo {
620620
margin-right: .6em;
621621
}
622622

623-
/*description*/
623+
/* description */
624624
.vff p.f-description {
625625
margin-top: 0;
626626
padding-right: 4em;
@@ -677,7 +677,7 @@ header.vff-header svg.f-logo {
677677
font-size: .4em;
678678
}
679679

680-
.vff ul.f-radios li div.f-label-wrap{
680+
.vff ul.f-radios li div.f-label-wrap {
681681
display: -ms-flexbox;
682682
display: flex;
683683
width: 100%;
@@ -696,7 +696,7 @@ header.vff-header svg.f-logo {
696696
f-radios (multiple picture choice)
697697
*/
698698

699-
.vff .field-multiplepicturechoice ul.f-radios{
699+
.vff .field-multiplepicturechoice ul.f-radios {
700700
max-width: 750px;
701701
min-width: auto;
702702
display: -ms-flexbox;
@@ -708,7 +708,7 @@ header.vff-header svg.f-logo {
708708
flex-wrap: wrap;
709709
}
710710

711-
.vff .field-multiplepicturechoice ul.f-radios li{
711+
.vff .field-multiplepicturechoice ul.f-radios li {
712712
position: relative;
713713
cursor: pointer;
714714
display: -ms-flexbox;
@@ -725,7 +725,7 @@ header.vff-header svg.f-logo {
725725
line-height: 1.38;
726726
}
727727

728-
.vff .field-multiplepicturechoice ul.f-radios li span.f-image{
728+
.vff .field-multiplepicturechoice ul.f-radios li span.f-image {
729729
display: flex;
730730
display: -ms-flexbox;
731731
-moz-box-align: center;
@@ -738,13 +738,13 @@ header.vff-header svg.f-logo {
738738
margin-bottom: 8px;
739739
}
740740

741-
.vff .field-multiplepicturechoice ul.f-radios li span.f-image img{
741+
.vff .field-multiplepicturechoice ul.f-radios li span.f-image img {
742742
margin-bottom: 0;
743743
max-height: 100%;
744744
max-width: 100%;
745745
}
746746

747-
/* matrix field*/
747+
/* field matrix */
748748
.vff .f-matrix-wrap {
749749
overflow-x: auto;
750750
}
@@ -933,19 +933,19 @@ header.vff-header svg.f-logo {
933933
not-standalone option
934934
*/
935935

936-
.vff.vff-not-standalone{
936+
.vff.vff-not-standalone {
937937
height: 100%;
938938
margin-top: 0;
939939
margin-bottom: 0;
940940
padding-top: 50px;
941941
padding-bottom: 100px;
942942
}
943943

944-
.vff.vff-not-standalone .f-container{
944+
.vff.vff-not-standalone .f-container {
945945
margin: 0;
946946
}
947947

948-
.vff.vff-not-standalone .vff-footer{
948+
.vff.vff-not-standalone .vff-footer {
949949
position: absolute;
950950
bottom: 0;
951951
width: 100%;
@@ -1079,7 +1079,7 @@ header.vff-header svg.f-logo {
10791079
.vff input[type=password],
10801080
.vff input[type=date],
10811081
.vff input[type=file],
1082-
.vff textarea{
1082+
.vff textarea {
10831083
font-size: .78em;
10841084
}
10851085

@@ -1088,12 +1088,12 @@ header.vff-header svg.f-logo {
10881088
}
10891089

10901090
.vff .fh2 span.f-sub,
1091-
.vff .fh2 span.f-tagline{
1091+
.vff .fh2 span.f-tagline {
10921092
font-size: .58em;
10931093
}
10941094

10951095
.vff .f-container,
1096-
header.vff-header .f-container{
1096+
header.vff-header .f-container {
10971097
padding: 0 5.5%;
10981098
}
10991099

@@ -1102,15 +1102,15 @@ header.vff-header svg.f-logo {
11021102
padding-right: 20px;
11031103
}
11041104

1105-
.vff p.f-description{
1105+
.vff p.f-description {
11061106
padding-right: 0;
11071107
}
11081108

1109-
.vff .field-multiplepicturechoice ul.f-radios li{
1109+
.vff .field-multiplepicturechoice ul.f-radios li {
11101110
font-size: 14px;
11111111
}
11121112

1113-
.vff .field-multiplepicturechoice ul.f-radios li span.f-image{
1113+
.vff .field-multiplepicturechoice ul.f-radios li span.f-image {
11141114
height: 90px;
11151115
}
11161116

@@ -1122,11 +1122,11 @@ header.vff-header svg.f-logo {
11221122
min-height: 180px;
11231123
}
11241124

1125-
header.vff-header + .vff{
1125+
header.vff-header + .vff {
11261126
margin-top: 8vh;
11271127
}
11281128

1129-
header.vff-header + .vff.vff-not-standalone{
1129+
header.vff-header + .vff.vff-not-standalone {
11301130
margin-top: 0;
11311131
}
11321132

@@ -1170,7 +1170,7 @@ header.vff-header svg.f-logo {
11701170
line-height: 1.5;
11711171
}
11721172

1173-
.vff span.f-text{
1173+
.vff span.f-text {
11741174
margin-right: 0;
11751175
}
11761176

@@ -1196,7 +1196,7 @@ header.vff-header svg.f-logo {
11961196
max-width: 320px;
11971197
}
11981198

1199-
.vff .field-multiplepicturechoice ul.f-radios li{
1199+
.vff .field-multiplepicturechoice ul.f-radios li {
12001200
-ms-flex: 0 0 calc(50% - 8px);
12011201
flex: 0 0 calc(50% - 8px);
12021202
}
@@ -1213,7 +1213,7 @@ header.vff-header svg.f-logo {
12131213
position: static;
12141214
}
12151215

1216-
.vff-footer{
1216+
.vff-footer {
12171217
font-size: 15px;
12181218
}
12191219

@@ -1238,8 +1238,8 @@ header.vff-header svg.f-logo {
12381238
font-size: .6em;
12391239
}
12401240

1241-
.vff .field-multiplepicturechoice ul.f-radios li span.f-image{
1241+
.vff .field-multiplepicturechoice ul.f-radios li span.f-image {
12421242
height: 90px;
12431243
}
12441244

1245-
}
1245+
}

0 commit comments

Comments
 (0)