Skip to content

Commit 5e6d95c

Browse files
committed
Code style and clean
1 parent cdd0394 commit 5e6d95c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/assets/css/common.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
@media screen and (min-width:2560px) {
4141
.vff {
42-
font-size: 26px;
42+
font-size: 25px;
4343
}
4444

4545
}
@@ -231,7 +231,6 @@ header.vff-header svg.f-logo {
231231
form elements
232232
*/
233233

234-
/*normalize*/
235234
.vff button,
236235
.vff input,
237236
.vff optgroup,
@@ -443,13 +442,13 @@ header.vff-header svg.f-logo {
443442
}
444443

445444
/* 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 {
447446
position: relative;
448447
top: 0;
449448
left: 0;
450449
}
451450

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 {
453452
position: absolute;
454453
content: attr(data-placeholder);
455454
display: block;
@@ -497,7 +496,7 @@ header.vff-header svg.f-logo {
497496
.vff h1,
498497
.vff .fh1 {
499498
font-weight: 900;
500-
font-size: 3.0em;
499+
font-size: 3em;
501500
margin: 0.67em 0;
502501
}
503502

@@ -652,13 +651,13 @@ header.vff-header svg.f-logo {
652651

653652
.vff .field-multiplepicturechoice ul.f-radios li{
654653
position: relative;
654+
cursor: pointer;
655655
display: -ms-flexbox;
656656
display: flex;
657657
-moz-box-align: center;
658658
align-items: center;
659659
flex-direction: column;
660660
padding: 8px 8px 10px;
661-
cursor: pointer;
662661
margin-bottom: 8px;
663662
margin-right: 8px;
664663
-ms-flex: 0 0 calc(25% - 8px);
@@ -681,7 +680,7 @@ header.vff-header svg.f-logo {
681680
}
682681

683682
.vff .field-multiplepicturechoice ul.f-radios li span.f-image img{
684-
margin-bottom: .8px;
683+
margin-bottom: 0;
685684
max-height: 100%;
686685
max-width: 100%;
687686
}
@@ -817,6 +816,7 @@ header.vff-header svg.f-logo {
817816
100% {
818817
opacity: 1;
819818
}
819+
820820
}
821821

822822
.vff .f-fade-in {

0 commit comments

Comments
 (0)