19
19
.vff-footer {
20
20
font-size : 15px ;
21
21
}
22
-
23
22
}
24
23
25
24
@media screen and (min-width : 1366px ) {
26
25
.vff ,
27
26
.vff-footer {
28
27
font-size : 18px ;
29
28
}
30
-
31
29
}
32
30
33
31
@media screen and (min-width : 1920px ) {
34
32
.vff {
35
33
font-size : 22px ;
36
34
}
37
-
38
35
}
39
36
40
37
@media screen and (min-width : 2560px ) {
41
38
.vff {
42
39
font-size : 25px ;
43
40
}
44
-
45
41
}
46
42
47
43
/*
@@ -278,24 +274,23 @@ header.vff-header svg.f-logo {
278
274
border-radius : 0 ;
279
275
margin : 0 .2em ;
280
276
padding : .1em 0 .15em ;
281
- font-size : .72 em ;
277
+ font-size : .5 em ;
282
278
line-height : normal;
283
279
font-weight : 900 ;
284
280
}
285
281
286
- .vff input [type = file ]: focus {
282
+ .vff input [type = " file" ]: focus {
287
283
outline : 1px dotted # 000 ;
288
284
outline-offset : 4px ;
289
285
}
290
286
291
287
@media (prefers-color-scheme : dark) {
292
- .vff input [type = file ]: focus {
288
+ .vff input [type = " file" ]: focus {
293
289
outline-color : # fff ;
294
290
}
295
-
296
291
}
297
292
298
- .vff input [type = file ]::-webkit-file-upload-button {
293
+ .vff input [type = " file" ]::-webkit-file-upload-button {
299
294
appearance : none;
300
295
-moz-appearance : none;
301
296
-webkit-appearance : none;
@@ -316,11 +311,11 @@ header.vff-header svg.f-logo {
316
311
background-color : # efefef ;
317
312
}
318
313
319
- .vff input [type = file ]::-webkit-file-upload-button : active {
314
+ .vff input [type = " file" ]::-webkit-file-upload-button : active {
320
315
color : # 000 ;
321
316
}
322
317
323
- .vff input [type = file ]::file-selector-button {
318
+ .vff input [type = " file" ]::file-selector-button {
324
319
min-height : 44px ;
325
320
display : inline-block;
326
321
white-space : pre-wrap;
@@ -405,13 +400,13 @@ header.vff-header svg.f-logo {
405
400
z-index : 1 ;
406
401
}
407
402
408
- .vff input [type = text ],
409
- .vff input [type = number ],
410
- .vff input [type = tel ],
411
- .vff input [type = email ],
412
- .vff input [type = url ],
413
- .vff input [type = password ],
414
- .vff input [type = date ],
403
+ .vff input [type = " text" ],
404
+ .vff input [type = " number" ],
405
+ .vff input [type = " tel" ],
406
+ .vff input [type = " email" ],
407
+ .vff input [type = " url" ],
408
+ .vff input [type = " password" ],
409
+ .vff input [type = " date" ],
415
410
.vff textarea {
416
411
-webkit-appearance : none;
417
412
-moz-appearance : none;
@@ -439,14 +434,14 @@ header.vff-header svg.f-logo {
439
434
resize : vertical;
440
435
}
441
436
442
- .vff .f-full-width input [type = text ],
443
- .vff .f-full-width input [type = number ],
444
- .vff .f-full-width input [type = tel ],
445
- .vff .f-full-width input [type = email ],
446
- .vff .f-full-width input [type = url ],
447
- .vff .f-full-width input [type = password ],
448
- .vff .f-full-width input [type = date ],
449
- .vff .f-full-width input [type = file ],
437
+ .vff .f-full-width input [type = " text" ],
438
+ .vff .f-full-width input [type = " number" ],
439
+ .vff .f-full-width input [type = " tel" ],
440
+ .vff .f-full-width input [type = " email" ],
441
+ .vff .f-full-width input [type = " url" ],
442
+ .vff .f-full-width input [type = " password" ],
443
+ .vff .f-full-width input [type = " date" ],
444
+ .vff .f-full-width input [type = " file" ],
450
445
.vff .f-full-width textarea ,
451
446
.vff .f-full-width span .faux-form {
452
447
width : 100% ;
@@ -515,7 +510,7 @@ header.vff-header svg.f-logo {
515
510
padding : 0.12em .2em ;
516
511
}
517
512
518
- .vff .vff-is-ios input [type = date ] {
513
+ .vff .vff-is-ios input [type = " date" ] {
519
514
height : 32px ;
520
515
display : block;
521
516
}
@@ -535,8 +530,8 @@ header.vff-header svg.f-logo {
535
530
.vff a .f-link : active ,
536
531
.vff .field-submit .f-section-wrap a : hover ,
537
532
.vff .field-submit .f-section-wrap a : active {
538
- color : inherit;
539
- border-bottom : none;
533
+ color : inherit;
534
+ border-bottom : none;
540
535
}
541
536
542
537
/*
@@ -657,7 +652,7 @@ header.vff-header svg.f-logo {
657
652
overflow : hidden;
658
653
}
659
654
660
- .vff ul .f-radios li .f-other input [type = text ] {
655
+ .vff ul .f-radios li .f-other input [type = " text" ] {
661
656
border-bottom : none;
662
657
width : 100% ;
663
658
padding : 0 ;
@@ -673,7 +668,7 @@ header.vff-header svg.f-logo {
673
668
674
669
.vff .f-radios-desc ,
675
670
.vff ul .f-radios li ,
676
- .vff ul .f-radios li input [type = text ] {
671
+ .vff ul .f-radios li input [type = " text" ] {
677
672
font-size : .4em ;
678
673
}
679
674
@@ -986,8 +981,7 @@ header.vff-header svg.f-logo {
986
981
987
982
100% {
988
983
opacity : 1 ;
989
- }
990
-
984
+ }
991
985
}
992
986
993
987
.vff .f-fade-in-down {
@@ -1004,7 +998,6 @@ header.vff-header svg.f-logo {
1004
998
opacity : 1 ;
1005
999
transform : none;
1006
1000
}
1007
-
1008
1001
}
1009
1002
1010
1003
.vff .f-fade-in-up {
@@ -1021,7 +1014,6 @@ header.vff-header svg.f-logo {
1021
1014
opacity : 1 ;
1022
1015
transform : none;
1023
1016
}
1024
-
1025
1017
}
1026
1018
1027
1019
/*
@@ -1038,15 +1030,13 @@ header.vff-header svg.f-logo {
1038
1030
.vff .fh2 {
1039
1031
padding-right : 2.2em ;
1040
1032
}
1041
-
1042
1033
}
1043
1034
1044
1035
@media only screen and (min-width : 1920px ) {
1045
1036
.vff .field-sectionbreak ,
1046
1037
.vff .field-submit {
1047
1038
max-width : 1160px ;
1048
1039
}
1049
-
1050
1040
}
1051
1041
1052
1042
@media screen and (max-width : 1366px ) {
@@ -1055,7 +1045,6 @@ header.vff-header svg.f-logo {
1055
1045
padding-right : 5% ;
1056
1046
padding-left : 5% ;
1057
1047
}
1058
-
1059
1048
}
1060
1049
1061
1050
@media only screen and (max-width : 1023px ) {
@@ -1068,7 +1057,6 @@ header.vff-header svg.f-logo {
1068
1057
padding-left : 0 ;
1069
1058
padding-right : 0 ;
1070
1059
}
1071
-
1072
1060
}
1073
1061
1074
1062
@media only screen and (max-width : 767px ) {
@@ -1078,20 +1066,20 @@ header.vff-header svg.f-logo {
1078
1066
padding-right : 0 ;
1079
1067
}
1080
1068
1081
- .vff input [type = text ],
1082
- .vff input [type = number ],
1083
- .vff input [type = tel ],
1084
- .vff input [type = email ],
1085
- .vff input [type = url ],
1086
- .vff input [type = password ],
1087
- .vff input [type = date ],
1088
- .vff input [type = file ],
1069
+ .vff input [type = " text" ],
1070
+ .vff input [type = " number" ],
1071
+ .vff input [type = " tel" ],
1072
+ .vff input [type = " email" ],
1073
+ .vff input [type = " url" ],
1074
+ .vff input [type = " password" ],
1075
+ .vff input [type = " date" ],
1076
+ .vff input [type = " file" ],
1089
1077
.vff textarea {
1090
1078
font-size : .78em ;
1091
1079
}
1092
1080
1093
- .vff input [type = file ] {
1094
- font-size : .64 em ;
1081
+ .vff input [type = " file" ] {
1082
+ font-size : .4 em ;
1095
1083
}
1096
1084
1097
1085
.vff .fh2 span .f-sub ,
@@ -1120,7 +1108,6 @@ header.vff-header svg.f-logo {
1120
1108
.vff .field-multiplepicturechoice ul .f-radios li span .f-image {
1121
1109
height : 90px ;
1122
1110
}
1123
-
1124
1111
}
1125
1112
1126
1113
@media screen and (max-width : 479px ) {
@@ -1137,20 +1124,20 @@ header.vff-header svg.f-logo {
1137
1124
margin-top : 0 ;
1138
1125
}
1139
1126
1140
- .vff input [type = text ],
1141
- .vff input [type = number ],
1142
- .vff input [type = tel ],
1143
- .vff input [type = email ],
1144
- .vff input [type = url ],
1145
- .vff input [type = password ],
1146
- .vff input [type = date ],
1147
- .vff input [type = file ],
1127
+ .vff input [type = " text" ],
1128
+ .vff input [type = " number" ],
1129
+ .vff input [type = " tel" ],
1130
+ .vff input [type = " email" ],
1131
+ .vff input [type = " url" ],
1132
+ .vff input [type = " password" ],
1133
+ .vff input [type = " date" ],
1134
+ .vff input [type = " file" ],
1148
1135
.vff textarea {
1149
1136
line-height : 1.4 ;
1150
1137
padding : .16em .2em ;
1151
1138
}
1152
1139
1153
- .vff input [type = file ] {
1140
+ .vff input [type = " file" ] {
1154
1141
font-size : .6em ;
1155
1142
}
1156
1143
@@ -1187,7 +1174,7 @@ header.vff-header svg.f-logo {
1187
1174
}
1188
1175
1189
1176
.vff ul .f-radios li ,
1190
- .vff ul .f-radios li input [type = text ] {
1177
+ .vff ul .f-radios li input [type = " text" ] {
1191
1178
font-size : .62em ;
1192
1179
}
1193
1180
@@ -1207,7 +1194,6 @@ header.vff-header svg.f-logo {
1207
1194
-ms-flex : 0 0 calc (50% - 8px );
1208
1195
flex : 0 0 calc (50% - 8px );
1209
1196
}
1210
-
1211
1197
}
1212
1198
1213
1199
@media screen and (max-height : 400px ) {
@@ -1231,7 +1217,7 @@ header.vff-header svg.f-logo {
1231
1217
1232
1218
.vff .f-radios-desc ,
1233
1219
.vff ul .f-radios li ,
1234
- .vff ul .f-radios li input [type = text ] {
1220
+ .vff ul .f-radios li input [type = " text" ] {
1235
1221
font-size : 14px ;
1236
1222
}
1237
1223
@@ -1248,5 +1234,4 @@ header.vff-header svg.f-logo {
1248
1234
.vff .field-multiplepicturechoice ul .f-radios li span .f-image {
1249
1235
height : 90px ;
1250
1236
}
1251
-
1252
- }
1237
+ }
0 commit comments