Skip to content

Commit 273ad5d

Browse files
committed
Merge branch 'feature/opinion-scale-question' of https://github.com/ditdot-dev/vue-flow-form into feature/opinion-scale-question
2 parents 9b19671 + a41f6b3 commit 273ad5d

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

src/assets/css/common.css

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,27 @@
1414
-o-font-smoothing: antialiased;
1515
}
1616

17-
@media screen and (max-width:1023px) {
17+
@media screen and (max-width: 1023px) {
1818
.vff,
1919
.vff-footer {
2020
font-size: 15px;
2121
}
2222
}
2323

24-
@media screen and (min-width:1366px) {
24+
@media screen and (min-width: 1366px) {
2525
.vff,
2626
.vff-footer {
2727
font-size: 18px;
2828
}
2929
}
3030

31-
@media screen and (min-width:1920px) {
31+
@media screen and (min-width: 1920px) {
3232
.vff {
3333
font-size: 22px;
3434
}
3535
}
3636

37-
@media screen and (min-width:2560px) {
37+
@media screen and (min-width: 2560px) {
3838
.vff {
3939
font-size: 25px;
4040
}
@@ -495,7 +495,7 @@ header.vff-header svg.f-logo {
495495
height: auto;
496496
}
497497

498-
/* ios datepicker */
498+
/* iOS datepicker */
499499
.vff.vff-is-ios .field-date:not(.f-has-value) .f-answer > span {
500500
position: relative;
501501
top: 0;
@@ -754,7 +754,6 @@ header.vff-header svg.f-logo {
754754
margin: 0 -8px 0 0;
755755
-webkit-box-orient: vertical;
756756
-webkit-box-direction: normal;
757-
-ms-flex-flow: 0 1;
758757
-webkit-box-align: stretch;
759758
-ms-flex-align: stretch;
760759
align-items: stretch;
@@ -823,7 +822,6 @@ header.vff-header svg.f-logo {
823822
margin: 0 -8px 0 0;
824823
-webkit-box-orient: vertical;
825824
-webkit-box-direction: normal;
826-
-ms-flex-flow: 0 1;
827825
-webkit-box-align: stretch;
828826
-ms-flex-align: stretch;
829827
align-items: stretch;
@@ -1259,7 +1257,7 @@ header.vff-header svg.f-logo {
12591257
}
12601258
}
12611259

1262-
@media screen and (max-width:479px) {
1260+
@media screen and (max-width: 479px) {
12631261
.vff {
12641262
margin-top: 10vh;
12651263
min-height: 180px;
@@ -1361,7 +1359,7 @@ header.vff-header svg.f-logo {
13611359
}
13621360
}
13631361

1364-
@media screen and (max-height:400px) {
1362+
@media screen and (max-height: 400px) {
13651363
.vff {
13661364
margin-top: 12vh;
13671365
min-height: 180px;
@@ -1400,4 +1398,4 @@ header.vff-header svg.f-logo {
14001398
.vff .field-multiplepicturechoice ul.f-radios li span.f-image {
14011399
height: 90px;
14021400
}
1403-
}
1401+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ header.vff-header svg.f-logo {
250250
color: #ECF80D;
251251
}
252252

253-
@media screen and (max-width:479px), (max-height:420px) {
253+
@media screen and (max-width: 479px), (max-height: 420px) {
254254
.vff-footer .footer-inner-wrap {
255255
background-color: rgba(55,158,112,0.7);
256256
}
@@ -334,4 +334,4 @@ header.vff-header svg.f-logo {
334334
color: var(--vff-main-accent-color);
335335
font-weight: 300;
336336
}
337-
}
337+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ header.vff-header svg.f-logo {
205205
background-color: rgba(255,255,255,0.75);
206206
}
207207

208-
@media screen and (max-width:479px) {
208+
@media screen and (max-width: 479px) {
209209
.vff-footer .footer-inner-wrap{
210210
background-color: rgba(240,240,240,0.75);
211211
}
@@ -346,4 +346,4 @@ header.vff-header svg.f-logo {
346346
.vff .f-matrix-wrap::-webkit-scrollbar-thumb {
347347
background-color: var(--vff-main-accent-color);
348348
}
349-
}
349+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ header.vff-header svg.f-logo {
223223
background-color: var(--vff-footer-color);
224224
}
225225

226-
@media screen and (max-width:479px) {
226+
@media screen and (max-width: 479px) {
227227
.vff-footer .footer-inner-wrap{
228228
background-color: rgba(230,230,230,0.75);
229229
}
@@ -318,4 +318,4 @@ header.vff-header svg.f-logo {
318318
.vff .f-key {
319319
font-weight: 400;
320320
}
321-
}
321+
}

0 commit comments

Comments
 (0)