File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 39
39
40
40
@media screen and (min-width : 2560px ) {
41
41
.vff {
42
- font-size : 26 px ;
42
+ font-size : 25 px ;
43
43
}
44
44
45
45
}
@@ -231,7 +231,6 @@ header.vff-header svg.f-logo {
231
231
form elements
232
232
*/
233
233
234
- /*normalize*/
235
234
.vff button ,
236
235
.vff input ,
237
236
.vff optgroup ,
@@ -443,13 +442,13 @@ header.vff-header svg.f-logo {
443
442
}
444
443
445
444
/* ios datepicker */
446
- .vff .vff-is-ios .field-date : not (.f-has-value ) .f-answer > span {
445
+ .vff .vff-is-ios .field-date : not (.f-has-value ) .f-answer > span {
447
446
position : relative;
448
447
top : 0 ;
449
448
left : 0 ;
450
449
}
451
450
452
- .vff .vff-is-ios .field-date : not (.f-has-value ) .f-answer > span ::before {
451
+ .vff .vff-is-ios .field-date : not (.f-has-value ) .f-answer > span ::before {
453
452
position : absolute;
454
453
content : attr (data-placeholder);
455
454
display : block;
@@ -497,7 +496,7 @@ header.vff-header svg.f-logo {
497
496
.vff h1 ,
498
497
.vff .fh1 {
499
498
font-weight : 900 ;
500
- font-size : 3.0 em ;
499
+ font-size : 3 em ;
501
500
margin : 0.67em 0 ;
502
501
}
503
502
@@ -652,13 +651,13 @@ header.vff-header svg.f-logo {
652
651
653
652
.vff .field-multiplepicturechoice ul .f-radios li {
654
653
position : relative;
654
+ cursor : pointer;
655
655
display : -ms-flexbox;
656
656
display : flex;
657
657
-moz-box-align : center;
658
658
align-items : center;
659
659
flex-direction : column;
660
660
padding : 8px 8px 10px ;
661
- cursor : pointer;
662
661
margin-bottom : 8px ;
663
662
margin-right : 8px ;
664
663
-ms-flex : 0 0 calc (25% - 8px );
@@ -681,7 +680,7 @@ header.vff-header svg.f-logo {
681
680
}
682
681
683
682
.vff .field-multiplepicturechoice ul .f-radios li span .f-image img {
684
- margin-bottom : .8 px ;
683
+ margin-bottom : 0 ;
685
684
max-height : 100% ;
686
685
max-width : 100% ;
687
686
}
@@ -817,6 +816,7 @@ header.vff-header svg.f-logo {
817
816
100% {
818
817
opacity : 1 ;
819
818
}
819
+
820
820
}
821
821
822
822
.vff .f-fade-in {
You can’t perform that action at this time.
0 commit comments