Skip to content

Commit 256ad81

Browse files
committed
Code style
1 parent ae37e9c commit 256ad81

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

src/assets/css/common.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ header.vff-header svg.f-logo {
463463
display: block;
464464
}
465465

466-
467466
/*
468467
links
469468
*/
@@ -775,6 +774,7 @@ header.vff-header svg.f-logo {
775774
opacity: 1;
776775
transform: none;
777776
}
777+
778778
}
779779

780780
.vff .f-fade-in-down {
@@ -791,6 +791,7 @@ header.vff-header svg.f-logo {
791791
opacity: 1;
792792
transform: none;
793793
}
794+
794795
}
795796

796797
.vff .f-fade-in-up {
@@ -860,7 +861,7 @@ header.vff-header svg.f-logo {
860861
.vff input[type=date],
861862
.vff textarea{
862863
font-size: .78em;
863-
}
864+
}
864865

865866
.vff .fh2 span.f-sub,
866867
.vff .fh2 span.f-tagline{
@@ -987,4 +988,4 @@ header.vff-header svg.f-logo {
987988
font-size: .6em;
988989
}
989990

990-
}
991+
}

src/assets/css/themes/theme-green.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ header.vff-header svg.f-logo {
105105
font-weight: 300;
106106
}
107107

108-
109108
/*faux input type date placeholder for iOS*/
110109
.vff.vff-is-ios .field-datetype:not(.f-has-value) .f-answer > span::before{
111110
color: var(--vff-secondary-text-color);
@@ -273,7 +272,6 @@ header.vff-header svg.f-logo {
273272
}
274273

275274
/*field-multiplechoicetype*/
276-
277275
.vff ul.f-radios li{
278276
color: var(--vff-secondary-text-color);
279277
}
@@ -283,4 +281,4 @@ header.vff-header svg.f-logo {
283281
font-weight: 300;
284282
}
285283

286-
}
284+
}

src/assets/css/themes/theme-minimal.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,4 +289,4 @@ header.vff-header svg.f-logo{
289289
color: var(--vff-main-accent-color);
290290
}
291291

292-
}
292+
}

0 commit comments

Comments
 (0)