14
14
-o-font-smoothing : antialiased;
15
15
}
16
16
17
- @media screen and (max-width : 1023px ){
17
+ @media screen and (max-width : 1023px ) {
18
18
.vff ,
19
19
.vff-footer {
20
20
font-size : 15px ;
48
48
global
49
49
*/
50
50
51
- .vff hr {
51
+ .vff hr {
52
52
box-sizing : content-box;
53
53
overflow : visible;
54
54
height : 0 ;
112
112
margin-bottom : 22px ;
113
113
}
114
114
115
- /*utils*/
115
+ /* utils */
116
116
.vff .text-thin {
117
117
font-weight : 300 ;
118
118
}
154
154
box-sizing : border-box;
155
155
}
156
156
157
- header .vff-header + .vff {
157
+ header .vff-header + .vff {
158
158
margin-top : 16vh ;
159
159
}
160
160
161
- header .vff-header + .vff .vff-not-standalone {
161
+ header .vff-header + .vff .vff-not-standalone {
162
162
margin-top : 0 ;
163
163
}
164
164
@@ -189,7 +189,7 @@ header.vff-header + .vff.vff-not-standalone{
189
189
margin-bottom : 20px ;
190
190
}
191
191
192
- /*container*/
192
+ /* container */
193
193
.vff .f-container ,
194
194
header .vff-header .f-container {
195
195
padding : 0 8% ;
@@ -201,7 +201,7 @@ header.vff-header .f-container{
201
201
margin-bottom : 1em ;
202
202
}
203
203
204
- /*header*/
204
+ /* header */
205
205
header .vff-header {
206
206
line-height : 1 ;
207
207
padding : .9em 10% .8em ;
@@ -283,7 +283,7 @@ header.vff-header svg.f-logo {
283
283
font-weight : 900 ;
284
284
}
285
285
286
- .vff input [type = file ]: focus {
286
+ .vff input [type = file ]: focus {
287
287
outline : 1px dotted # 000 ;
288
288
outline-offset : 4px ;
289
289
}
@@ -316,11 +316,11 @@ header.vff-header svg.f-logo {
316
316
background-color : # efefef ;
317
317
}
318
318
319
- .vff input [type = file ]::-webkit-file-upload-button : active {
319
+ .vff input [type = file ]::-webkit-file-upload-button : active {
320
320
color : # 000 ;
321
321
}
322
322
323
- .vff input [type = file ]::file-selector-button {
323
+ .vff input [type = file ]::file-selector-button {
324
324
min-height : 44px ;
325
325
display : inline-block;
326
326
white-space : pre-wrap;
@@ -332,7 +332,7 @@ header.vff-header svg.f-logo {
332
332
min-width : 90px ;
333
333
}
334
334
335
- /*buttons*/
335
+ /* buttons */
336
336
.vff button ,
337
337
.vff [type = "button" ],
338
338
.vff [type = "reset" ],
@@ -342,7 +342,7 @@ header.vff-header svg.f-logo {
342
342
overflow : visible;
343
343
}
344
344
345
- /*default button*/
345
+ /* default button */
346
346
.vff button {
347
347
border : none;
348
348
outline : 0 ;
@@ -448,21 +448,21 @@ header.vff-header svg.f-logo {
448
448
.vff .f-full-width input [type = date ],
449
449
.vff .f-full-width input [type = file ],
450
450
.vff .f-full-width textarea ,
451
- .vff .f-full-width span .faux-form {
451
+ .vff .f-full-width span .faux-form {
452
452
width : 100% ;
453
453
padding-left : .16em ;
454
454
padding-right : .16em ;
455
455
}
456
456
457
457
.vff .f-required {
458
- display : none; /*hides required asterisks*/
458
+ display : none; /* hides required asterisks */
459
459
}
460
460
461
461
.vff .f-answer .f-full-width {
462
462
margin-top : 26px ;
463
463
}
464
464
465
- .vff span .f-sub + .f-answer .f-full-width {
465
+ .vff span .f-sub + .f-answer .f-full-width {
466
466
margin-top : 22px ;
467
467
}
468
468
@@ -478,11 +478,11 @@ header.vff-header svg.f-logo {
478
478
padding-bottom : 4px ;
479
479
}
480
480
481
- .vff span .f-answered {
481
+ .vff span .f-answered {
482
482
font-weight : 900 ;
483
483
}
484
484
485
- /*faux select arrow*/
485
+ /* faux select arrow */
486
486
.vff .f-arrow-down {
487
487
display : inline-block;
488
488
margin-left : .2em ;
@@ -578,19 +578,19 @@ header.vff-header svg.f-logo {
578
578
579
579
.vff .fh1 ,
580
580
.vff .fh2 ,
581
- .vff .fh3 {
581
+ .vff .fh3 {
582
582
display : block;
583
583
}
584
584
585
- /*misc-typography*/
585
+ /* misc-typography */
586
586
.vff span .f-tagline ,
587
587
.vff span .f-sub {
588
588
font-weight : 400 ;
589
589
display : block;
590
590
}
591
591
592
592
.vff .fh2 span .f-tagline ,
593
- .vff .fh2 span .f-sub {
593
+ .vff .fh2 span .f-sub {
594
594
font-size : .51em ;
595
595
}
596
596
@@ -608,7 +608,7 @@ header.vff-header svg.f-logo {
608
608
margin-right : .4em ;
609
609
}
610
610
611
- .vff span .f-sub span .f-help {
611
+ .vff span .f-sub span .f-help {
612
612
display : block;
613
613
}
614
614
@@ -620,7 +620,7 @@ header.vff-header svg.f-logo {
620
620
margin-right : .6em ;
621
621
}
622
622
623
- /*description*/
623
+ /* description */
624
624
.vff p .f-description {
625
625
margin-top : 0 ;
626
626
padding-right : 4em ;
@@ -677,7 +677,7 @@ header.vff-header svg.f-logo {
677
677
font-size : .4em ;
678
678
}
679
679
680
- .vff ul .f-radios li div .f-label-wrap {
680
+ .vff ul .f-radios li div .f-label-wrap {
681
681
display : -ms-flexbox;
682
682
display : flex;
683
683
width : 100% ;
@@ -696,7 +696,7 @@ header.vff-header svg.f-logo {
696
696
f-radios (multiple picture choice)
697
697
*/
698
698
699
- .vff .field-multiplepicturechoice ul .f-radios {
699
+ .vff .field-multiplepicturechoice ul .f-radios {
700
700
max-width : 750px ;
701
701
min-width : auto;
702
702
display : -ms-flexbox;
@@ -708,7 +708,7 @@ header.vff-header svg.f-logo {
708
708
flex-wrap : wrap;
709
709
}
710
710
711
- .vff .field-multiplepicturechoice ul .f-radios li {
711
+ .vff .field-multiplepicturechoice ul .f-radios li {
712
712
position : relative;
713
713
cursor : pointer;
714
714
display : -ms-flexbox;
@@ -725,7 +725,7 @@ header.vff-header svg.f-logo {
725
725
line-height : 1.38 ;
726
726
}
727
727
728
- .vff .field-multiplepicturechoice ul .f-radios li span .f-image {
728
+ .vff .field-multiplepicturechoice ul .f-radios li span .f-image {
729
729
display : flex;
730
730
display : -ms-flexbox;
731
731
-moz-box-align : center;
@@ -738,7 +738,7 @@ header.vff-header svg.f-logo {
738
738
margin-bottom : 8px ;
739
739
}
740
740
741
- .vff .field-multiplepicturechoice ul .f-radios li span .f-image img {
741
+ .vff .field-multiplepicturechoice ul .f-radios li span .f-image img {
742
742
margin-bottom : 0 ;
743
743
max-height : 100% ;
744
744
max-width : 100% ;
@@ -838,19 +838,19 @@ header.vff-header svg.f-logo {
838
838
not-standalone option
839
839
*/
840
840
841
- .vff .vff-not-standalone {
841
+ .vff .vff-not-standalone {
842
842
height : 100% ;
843
843
margin-top : 0 ;
844
844
margin-bottom : 0 ;
845
845
padding-top : 50px ;
846
846
padding-bottom : 100px ;
847
847
}
848
848
849
- .vff .vff-not-standalone .f-container {
849
+ .vff .vff-not-standalone .f-container {
850
850
margin : 0 ;
851
851
}
852
852
853
- .vff .vff-not-standalone .vff-footer {
853
+ .vff .vff-not-standalone .vff-footer {
854
854
position : absolute;
855
855
bottom : 0 ;
856
856
width : 100% ;
@@ -984,7 +984,7 @@ header.vff-header svg.f-logo {
984
984
.vff input [type = password ],
985
985
.vff input [type = date ],
986
986
.vff input [type = file ],
987
- .vff textarea {
987
+ .vff textarea {
988
988
font-size : .78em ;
989
989
}
990
990
@@ -993,12 +993,12 @@ header.vff-header svg.f-logo {
993
993
}
994
994
995
995
.vff .fh2 span .f-sub ,
996
- .vff .fh2 span .f-tagline {
996
+ .vff .fh2 span .f-tagline {
997
997
font-size : .58em ;
998
998
}
999
999
1000
1000
.vff .f-container ,
1001
- header .vff-header .f-container {
1001
+ header .vff-header .f-container {
1002
1002
padding : 0 5.5% ;
1003
1003
}
1004
1004
@@ -1007,15 +1007,15 @@ header.vff-header svg.f-logo {
1007
1007
padding-right : 20px ;
1008
1008
}
1009
1009
1010
- .vff p .f-description {
1010
+ .vff p .f-description {
1011
1011
padding-right : 0 ;
1012
1012
}
1013
1013
1014
- .vff .field-multiplepicturechoice ul .f-radios li {
1014
+ .vff .field-multiplepicturechoice ul .f-radios li {
1015
1015
font-size : 14px ;
1016
1016
}
1017
1017
1018
- .vff .field-multiplepicturechoice ul .f-radios li span .f-image {
1018
+ .vff .field-multiplepicturechoice ul .f-radios li span .f-image {
1019
1019
height : 90px ;
1020
1020
}
1021
1021
@@ -1027,11 +1027,11 @@ header.vff-header svg.f-logo {
1027
1027
min-height : 180px ;
1028
1028
}
1029
1029
1030
- header .vff-header + .vff {
1030
+ header .vff-header + .vff {
1031
1031
margin-top : 8vh ;
1032
1032
}
1033
1033
1034
- header .vff-header + .vff .vff-not-standalone {
1034
+ header .vff-header + .vff .vff-not-standalone {
1035
1035
margin-top : 0 ;
1036
1036
}
1037
1037
@@ -1075,7 +1075,7 @@ header.vff-header svg.f-logo {
1075
1075
line-height : 1.5 ;
1076
1076
}
1077
1077
1078
- .vff span .f-text {
1078
+ .vff span .f-text {
1079
1079
margin-right : 0 ;
1080
1080
}
1081
1081
@@ -1101,7 +1101,7 @@ header.vff-header svg.f-logo {
1101
1101
max-width : 320px ;
1102
1102
}
1103
1103
1104
- .vff .field-multiplepicturechoice ul .f-radios li {
1104
+ .vff .field-multiplepicturechoice ul .f-radios li {
1105
1105
-ms-flex : 0 0 calc (50% - 8px );
1106
1106
flex : 0 0 calc (50% - 8px );
1107
1107
}
@@ -1118,7 +1118,7 @@ header.vff-header svg.f-logo {
1118
1118
position : static;
1119
1119
}
1120
1120
1121
- .vff-footer {
1121
+ .vff-footer {
1122
1122
font-size : 15px ;
1123
1123
}
1124
1124
@@ -1143,8 +1143,8 @@ header.vff-header svg.f-logo {
1143
1143
font-size : .6em ;
1144
1144
}
1145
1145
1146
- .vff .field-multiplepicturechoice ul .f-radios li span .f-image {
1146
+ .vff .field-multiplepicturechoice ul .f-radios li span .f-image {
1147
1147
height : 90px ;
1148
1148
}
1149
1149
1150
- }
1150
+ }
0 commit comments