framework7_rails 1.0.2 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +1 -0
- data/lib/framework7_rails/version.rb +1 -1
- data/vendor/assets/javascripts/framework7.js +3387 -1911
- data/vendor/assets/javascripts/framework7.js.map +1 -1
- data/vendor/assets/stylesheets/framework7.css +434 -162
- data/vendor/assets/stylesheets/framework7.rtl.css +7 -7
- data/vendor/assets/stylesheets/framework7.themes.css +4 -4
- metadata +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Framework7 1.0.
|
2
|
+
* Framework7 1.0.6
|
3
3
|
* Full Featured Mobile HTML Framework For Building iOS Apps
|
4
4
|
*
|
5
5
|
* http://www.idangero.us/framework7
|
@@ -10,7 +10,7 @@
|
|
10
10
|
*
|
11
11
|
* Licensed under MIT
|
12
12
|
*
|
13
|
-
* Released on:
|
13
|
+
* Released on: May 1, 2015
|
14
14
|
*/
|
15
15
|
html,
|
16
16
|
body {
|
@@ -85,6 +85,9 @@ p {
|
|
85
85
|
-moz-box-sizing: border-box;
|
86
86
|
box-sizing: border-box;
|
87
87
|
}
|
88
|
+
.row .col-auto {
|
89
|
+
width: 100%;
|
90
|
+
}
|
88
91
|
.row .col-100 {
|
89
92
|
width: 100%;
|
90
93
|
width: -webkit-calc((100% - 15px*0) / 1);
|
@@ -213,6 +216,156 @@ p {
|
|
213
216
|
.row.no-gutter .col-5 {
|
214
217
|
width: 5%;
|
215
218
|
}
|
219
|
+
.row .col-auto:nth-last-child(1),
|
220
|
+
.row .col-auto:nth-last-child(1) ~ .col-auto {
|
221
|
+
width: 100%;
|
222
|
+
width: -webkit-calc((100% - 15px*0) / 1);
|
223
|
+
width: calc((100% - 15px*0) / 1);
|
224
|
+
}
|
225
|
+
.row.no-gutter .col-auto:nth-last-child(1),
|
226
|
+
.row.no-gutter .col-auto:nth-last-child(1) ~ .col-auto {
|
227
|
+
width: 100%;
|
228
|
+
}
|
229
|
+
.row .col-auto:nth-last-child(2),
|
230
|
+
.row .col-auto:nth-last-child(2) ~ .col-auto {
|
231
|
+
width: 50%;
|
232
|
+
width: -webkit-calc((100% - 15px*1) / 2);
|
233
|
+
width: calc((100% - 15px*1) / 2);
|
234
|
+
}
|
235
|
+
.row.no-gutter .col-auto:nth-last-child(2),
|
236
|
+
.row.no-gutter .col-auto:nth-last-child(2) ~ .col-auto {
|
237
|
+
width: 50%;
|
238
|
+
}
|
239
|
+
.row .col-auto:nth-last-child(3),
|
240
|
+
.row .col-auto:nth-last-child(3) ~ .col-auto {
|
241
|
+
width: 33.33333333%;
|
242
|
+
width: -webkit-calc((100% - 15px*2) / 3);
|
243
|
+
width: calc((100% - 15px*2) / 3);
|
244
|
+
}
|
245
|
+
.row.no-gutter .col-auto:nth-last-child(3),
|
246
|
+
.row.no-gutter .col-auto:nth-last-child(3) ~ .col-auto {
|
247
|
+
width: 33.33333333%;
|
248
|
+
}
|
249
|
+
.row .col-auto:nth-last-child(4),
|
250
|
+
.row .col-auto:nth-last-child(4) ~ .col-auto {
|
251
|
+
width: 25%;
|
252
|
+
width: -webkit-calc((100% - 15px*3) / 4);
|
253
|
+
width: calc((100% - 15px*3) / 4);
|
254
|
+
}
|
255
|
+
.row.no-gutter .col-auto:nth-last-child(4),
|
256
|
+
.row.no-gutter .col-auto:nth-last-child(4) ~ .col-auto {
|
257
|
+
width: 25%;
|
258
|
+
}
|
259
|
+
.row .col-auto:nth-last-child(5),
|
260
|
+
.row .col-auto:nth-last-child(5) ~ .col-auto {
|
261
|
+
width: 20%;
|
262
|
+
width: -webkit-calc((100% - 15px*4) / 5);
|
263
|
+
width: calc((100% - 15px*4) / 5);
|
264
|
+
}
|
265
|
+
.row.no-gutter .col-auto:nth-last-child(5),
|
266
|
+
.row.no-gutter .col-auto:nth-last-child(5) ~ .col-auto {
|
267
|
+
width: 20%;
|
268
|
+
}
|
269
|
+
.row .col-auto:nth-last-child(6),
|
270
|
+
.row .col-auto:nth-last-child(6) ~ .col-auto {
|
271
|
+
width: 16.66666667%;
|
272
|
+
width: -webkit-calc((100% - 15px*5) / 6);
|
273
|
+
width: calc((100% - 15px*5) / 6);
|
274
|
+
}
|
275
|
+
.row.no-gutter .col-auto:nth-last-child(6),
|
276
|
+
.row.no-gutter .col-auto:nth-last-child(6) ~ .col-auto {
|
277
|
+
width: 16.66666667%;
|
278
|
+
}
|
279
|
+
.row .col-auto:nth-last-child(7),
|
280
|
+
.row .col-auto:nth-last-child(7) ~ .col-auto {
|
281
|
+
width: 14.28571429%;
|
282
|
+
width: -webkit-calc((100% - 15px*6) / 7);
|
283
|
+
width: calc((100% - 15px*6) / 7);
|
284
|
+
}
|
285
|
+
.row.no-gutter .col-auto:nth-last-child(7),
|
286
|
+
.row.no-gutter .col-auto:nth-last-child(7) ~ .col-auto {
|
287
|
+
width: 14.28571429%;
|
288
|
+
}
|
289
|
+
.row .col-auto:nth-last-child(8),
|
290
|
+
.row .col-auto:nth-last-child(8) ~ .col-auto {
|
291
|
+
width: 12.5%;
|
292
|
+
width: -webkit-calc((100% - 15px*7) / 8);
|
293
|
+
width: calc((100% - 15px*7) / 8);
|
294
|
+
}
|
295
|
+
.row.no-gutter .col-auto:nth-last-child(8),
|
296
|
+
.row.no-gutter .col-auto:nth-last-child(8) ~ .col-auto {
|
297
|
+
width: 12.5%;
|
298
|
+
}
|
299
|
+
.row .col-auto:nth-last-child(9),
|
300
|
+
.row .col-auto:nth-last-child(9) ~ .col-auto {
|
301
|
+
width: 11.11111111%;
|
302
|
+
width: -webkit-calc((100% - 15px*8) / 9);
|
303
|
+
width: calc((100% - 15px*8) / 9);
|
304
|
+
}
|
305
|
+
.row.no-gutter .col-auto:nth-last-child(9),
|
306
|
+
.row.no-gutter .col-auto:nth-last-child(9) ~ .col-auto {
|
307
|
+
width: 11.11111111%;
|
308
|
+
}
|
309
|
+
.row .col-auto:nth-last-child(10),
|
310
|
+
.row .col-auto:nth-last-child(10) ~ .col-auto {
|
311
|
+
width: 10%;
|
312
|
+
width: -webkit-calc((100% - 15px*9) / 10);
|
313
|
+
width: calc((100% - 15px*9) / 10);
|
314
|
+
}
|
315
|
+
.row.no-gutter .col-auto:nth-last-child(10),
|
316
|
+
.row.no-gutter .col-auto:nth-last-child(10) ~ .col-auto {
|
317
|
+
width: 10%;
|
318
|
+
}
|
319
|
+
.row .col-auto:nth-last-child(11),
|
320
|
+
.row .col-auto:nth-last-child(11) ~ .col-auto {
|
321
|
+
width: 9.09090909%;
|
322
|
+
width: -webkit-calc((100% - 15px*10) / 11);
|
323
|
+
width: calc((100% - 15px*10) / 11);
|
324
|
+
}
|
325
|
+
.row.no-gutter .col-auto:nth-last-child(11),
|
326
|
+
.row.no-gutter .col-auto:nth-last-child(11) ~ .col-auto {
|
327
|
+
width: 9.09090909%;
|
328
|
+
}
|
329
|
+
.row .col-auto:nth-last-child(12),
|
330
|
+
.row .col-auto:nth-last-child(12) ~ .col-auto {
|
331
|
+
width: 8.33333333%;
|
332
|
+
width: -webkit-calc((100% - 15px*11) / 12);
|
333
|
+
width: calc((100% - 15px*11) / 12);
|
334
|
+
}
|
335
|
+
.row.no-gutter .col-auto:nth-last-child(12),
|
336
|
+
.row.no-gutter .col-auto:nth-last-child(12) ~ .col-auto {
|
337
|
+
width: 8.33333333%;
|
338
|
+
}
|
339
|
+
.row .col-auto:nth-last-child(13),
|
340
|
+
.row .col-auto:nth-last-child(13) ~ .col-auto {
|
341
|
+
width: 7.69230769%;
|
342
|
+
width: -webkit-calc((100% - 15px*12) / 13);
|
343
|
+
width: calc((100% - 15px*12) / 13);
|
344
|
+
}
|
345
|
+
.row.no-gutter .col-auto:nth-last-child(13),
|
346
|
+
.row.no-gutter .col-auto:nth-last-child(13) ~ .col-auto {
|
347
|
+
width: 7.69230769%;
|
348
|
+
}
|
349
|
+
.row .col-auto:nth-last-child(14),
|
350
|
+
.row .col-auto:nth-last-child(14) ~ .col-auto {
|
351
|
+
width: 7.14285714%;
|
352
|
+
width: -webkit-calc((100% - 15px*13) / 14);
|
353
|
+
width: calc((100% - 15px*13) / 14);
|
354
|
+
}
|
355
|
+
.row.no-gutter .col-auto:nth-last-child(14),
|
356
|
+
.row.no-gutter .col-auto:nth-last-child(14) ~ .col-auto {
|
357
|
+
width: 7.14285714%;
|
358
|
+
}
|
359
|
+
.row .col-auto:nth-last-child(15),
|
360
|
+
.row .col-auto:nth-last-child(15) ~ .col-auto {
|
361
|
+
width: 6.66666667%;
|
362
|
+
width: -webkit-calc((100% - 15px*14) / 15);
|
363
|
+
width: calc((100% - 15px*14) / 15);
|
364
|
+
}
|
365
|
+
.row.no-gutter .col-auto:nth-last-child(15),
|
366
|
+
.row.no-gutter .col-auto:nth-last-child(15) ~ .col-auto {
|
367
|
+
width: 6.66666667%;
|
368
|
+
}
|
216
369
|
@media all and (min-width: 768px) {
|
217
370
|
.row .tablet-100 {
|
218
371
|
width: 100%;
|
@@ -342,6 +495,156 @@ p {
|
|
342
495
|
.row.no-gutter .tablet-5 {
|
343
496
|
width: 5%;
|
344
497
|
}
|
498
|
+
.row .tablet-auto:nth-last-child(1),
|
499
|
+
.row .tablet-auto:nth-last-child(1) ~ .col-auto {
|
500
|
+
width: 100%;
|
501
|
+
width: -webkit-calc((100% - 15px*0) / 1);
|
502
|
+
width: calc((100% - 15px*0) / 1);
|
503
|
+
}
|
504
|
+
.row.no-gutter .tablet-auto:nth-last-child(1),
|
505
|
+
.row.no-gutter .tablet-auto:nth-last-child(1) ~ .tablet-auto {
|
506
|
+
width: 100%;
|
507
|
+
}
|
508
|
+
.row .tablet-auto:nth-last-child(2),
|
509
|
+
.row .tablet-auto:nth-last-child(2) ~ .col-auto {
|
510
|
+
width: 50%;
|
511
|
+
width: -webkit-calc((100% - 15px*1) / 2);
|
512
|
+
width: calc((100% - 15px*1) / 2);
|
513
|
+
}
|
514
|
+
.row.no-gutter .tablet-auto:nth-last-child(2),
|
515
|
+
.row.no-gutter .tablet-auto:nth-last-child(2) ~ .tablet-auto {
|
516
|
+
width: 50%;
|
517
|
+
}
|
518
|
+
.row .tablet-auto:nth-last-child(3),
|
519
|
+
.row .tablet-auto:nth-last-child(3) ~ .col-auto {
|
520
|
+
width: 33.33333333%;
|
521
|
+
width: -webkit-calc((100% - 15px*2) / 3);
|
522
|
+
width: calc((100% - 15px*2) / 3);
|
523
|
+
}
|
524
|
+
.row.no-gutter .tablet-auto:nth-last-child(3),
|
525
|
+
.row.no-gutter .tablet-auto:nth-last-child(3) ~ .tablet-auto {
|
526
|
+
width: 33.33333333%;
|
527
|
+
}
|
528
|
+
.row .tablet-auto:nth-last-child(4),
|
529
|
+
.row .tablet-auto:nth-last-child(4) ~ .col-auto {
|
530
|
+
width: 25%;
|
531
|
+
width: -webkit-calc((100% - 15px*3) / 4);
|
532
|
+
width: calc((100% - 15px*3) / 4);
|
533
|
+
}
|
534
|
+
.row.no-gutter .tablet-auto:nth-last-child(4),
|
535
|
+
.row.no-gutter .tablet-auto:nth-last-child(4) ~ .tablet-auto {
|
536
|
+
width: 25%;
|
537
|
+
}
|
538
|
+
.row .tablet-auto:nth-last-child(5),
|
539
|
+
.row .tablet-auto:nth-last-child(5) ~ .col-auto {
|
540
|
+
width: 20%;
|
541
|
+
width: -webkit-calc((100% - 15px*4) / 5);
|
542
|
+
width: calc((100% - 15px*4) / 5);
|
543
|
+
}
|
544
|
+
.row.no-gutter .tablet-auto:nth-last-child(5),
|
545
|
+
.row.no-gutter .tablet-auto:nth-last-child(5) ~ .tablet-auto {
|
546
|
+
width: 20%;
|
547
|
+
}
|
548
|
+
.row .tablet-auto:nth-last-child(6),
|
549
|
+
.row .tablet-auto:nth-last-child(6) ~ .col-auto {
|
550
|
+
width: 16.66666667%;
|
551
|
+
width: -webkit-calc((100% - 15px*5) / 6);
|
552
|
+
width: calc((100% - 15px*5) / 6);
|
553
|
+
}
|
554
|
+
.row.no-gutter .tablet-auto:nth-last-child(6),
|
555
|
+
.row.no-gutter .tablet-auto:nth-last-child(6) ~ .tablet-auto {
|
556
|
+
width: 16.66666667%;
|
557
|
+
}
|
558
|
+
.row .tablet-auto:nth-last-child(7),
|
559
|
+
.row .tablet-auto:nth-last-child(7) ~ .col-auto {
|
560
|
+
width: 14.28571429%;
|
561
|
+
width: -webkit-calc((100% - 15px*6) / 7);
|
562
|
+
width: calc((100% - 15px*6) / 7);
|
563
|
+
}
|
564
|
+
.row.no-gutter .tablet-auto:nth-last-child(7),
|
565
|
+
.row.no-gutter .tablet-auto:nth-last-child(7) ~ .tablet-auto {
|
566
|
+
width: 14.28571429%;
|
567
|
+
}
|
568
|
+
.row .tablet-auto:nth-last-child(8),
|
569
|
+
.row .tablet-auto:nth-last-child(8) ~ .col-auto {
|
570
|
+
width: 12.5%;
|
571
|
+
width: -webkit-calc((100% - 15px*7) / 8);
|
572
|
+
width: calc((100% - 15px*7) / 8);
|
573
|
+
}
|
574
|
+
.row.no-gutter .tablet-auto:nth-last-child(8),
|
575
|
+
.row.no-gutter .tablet-auto:nth-last-child(8) ~ .tablet-auto {
|
576
|
+
width: 12.5%;
|
577
|
+
}
|
578
|
+
.row .tablet-auto:nth-last-child(9),
|
579
|
+
.row .tablet-auto:nth-last-child(9) ~ .col-auto {
|
580
|
+
width: 11.11111111%;
|
581
|
+
width: -webkit-calc((100% - 15px*8) / 9);
|
582
|
+
width: calc((100% - 15px*8) / 9);
|
583
|
+
}
|
584
|
+
.row.no-gutter .tablet-auto:nth-last-child(9),
|
585
|
+
.row.no-gutter .tablet-auto:nth-last-child(9) ~ .tablet-auto {
|
586
|
+
width: 11.11111111%;
|
587
|
+
}
|
588
|
+
.row .tablet-auto:nth-last-child(10),
|
589
|
+
.row .tablet-auto:nth-last-child(10) ~ .col-auto {
|
590
|
+
width: 10%;
|
591
|
+
width: -webkit-calc((100% - 15px*9) / 10);
|
592
|
+
width: calc((100% - 15px*9) / 10);
|
593
|
+
}
|
594
|
+
.row.no-gutter .tablet-auto:nth-last-child(10),
|
595
|
+
.row.no-gutter .tablet-auto:nth-last-child(10) ~ .tablet-auto {
|
596
|
+
width: 10%;
|
597
|
+
}
|
598
|
+
.row .tablet-auto:nth-last-child(11),
|
599
|
+
.row .tablet-auto:nth-last-child(11) ~ .col-auto {
|
600
|
+
width: 9.09090909%;
|
601
|
+
width: -webkit-calc((100% - 15px*10) / 11);
|
602
|
+
width: calc((100% - 15px*10) / 11);
|
603
|
+
}
|
604
|
+
.row.no-gutter .tablet-auto:nth-last-child(11),
|
605
|
+
.row.no-gutter .tablet-auto:nth-last-child(11) ~ .tablet-auto {
|
606
|
+
width: 9.09090909%;
|
607
|
+
}
|
608
|
+
.row .tablet-auto:nth-last-child(12),
|
609
|
+
.row .tablet-auto:nth-last-child(12) ~ .col-auto {
|
610
|
+
width: 8.33333333%;
|
611
|
+
width: -webkit-calc((100% - 15px*11) / 12);
|
612
|
+
width: calc((100% - 15px*11) / 12);
|
613
|
+
}
|
614
|
+
.row.no-gutter .tablet-auto:nth-last-child(12),
|
615
|
+
.row.no-gutter .tablet-auto:nth-last-child(12) ~ .tablet-auto {
|
616
|
+
width: 8.33333333%;
|
617
|
+
}
|
618
|
+
.row .tablet-auto:nth-last-child(13),
|
619
|
+
.row .tablet-auto:nth-last-child(13) ~ .col-auto {
|
620
|
+
width: 7.69230769%;
|
621
|
+
width: -webkit-calc((100% - 15px*12) / 13);
|
622
|
+
width: calc((100% - 15px*12) / 13);
|
623
|
+
}
|
624
|
+
.row.no-gutter .tablet-auto:nth-last-child(13),
|
625
|
+
.row.no-gutter .tablet-auto:nth-last-child(13) ~ .tablet-auto {
|
626
|
+
width: 7.69230769%;
|
627
|
+
}
|
628
|
+
.row .tablet-auto:nth-last-child(14),
|
629
|
+
.row .tablet-auto:nth-last-child(14) ~ .col-auto {
|
630
|
+
width: 7.14285714%;
|
631
|
+
width: -webkit-calc((100% - 15px*13) / 14);
|
632
|
+
width: calc((100% - 15px*13) / 14);
|
633
|
+
}
|
634
|
+
.row.no-gutter .tablet-auto:nth-last-child(14),
|
635
|
+
.row.no-gutter .tablet-auto:nth-last-child(14) ~ .tablet-auto {
|
636
|
+
width: 7.14285714%;
|
637
|
+
}
|
638
|
+
.row .tablet-auto:nth-last-child(15),
|
639
|
+
.row .tablet-auto:nth-last-child(15) ~ .col-auto {
|
640
|
+
width: 6.66666667%;
|
641
|
+
width: -webkit-calc((100% - 15px*14) / 15);
|
642
|
+
width: calc((100% - 15px*14) / 15);
|
643
|
+
}
|
644
|
+
.row.no-gutter .tablet-auto:nth-last-child(15),
|
645
|
+
.row.no-gutter .tablet-auto:nth-last-child(15) ~ .tablet-auto {
|
646
|
+
width: 6.66666667%;
|
647
|
+
}
|
345
648
|
}
|
346
649
|
/* === Views === */
|
347
650
|
.views,
|
@@ -769,6 +1072,10 @@ html.ios-gt-6.pixel-ratio-3 .navbar:after {
|
|
769
1072
|
right: 8px;
|
770
1073
|
height: 100%;
|
771
1074
|
}
|
1075
|
+
.popup .navbar {
|
1076
|
+
-webkit-transform: translate3d(0, 0, 0);
|
1077
|
+
transform: translate3d(0, 0, 0);
|
1078
|
+
}
|
772
1079
|
.subnavbar {
|
773
1080
|
height: 44px;
|
774
1081
|
width: 100%;
|
@@ -821,6 +1128,9 @@ html.ios-gt-6.pixel-ratio-3 .subnavbar:after {
|
|
821
1128
|
.subnavbar.no-border:after {
|
822
1129
|
display: none;
|
823
1130
|
}
|
1131
|
+
.navbar.no-border .subnavbar {
|
1132
|
+
margin-top: 0;
|
1133
|
+
}
|
824
1134
|
.navbar-on-left .subnavbar,
|
825
1135
|
.navbar-on-right .subnavbar {
|
826
1136
|
pointer-events: none;
|
@@ -1485,13 +1795,13 @@ i.icon.icon-forward {
|
|
1485
1795
|
}
|
1486
1796
|
i.icon.icon-bars {
|
1487
1797
|
width: 21px;
|
1488
|
-
height:
|
1489
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
1798
|
+
height: 14px;
|
1799
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23007aff'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E");
|
1490
1800
|
}
|
1491
|
-
@media
|
1801
|
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2ddpx) {
|
1492
1802
|
i.icon.icon-bars {
|
1493
|
-
|
1494
|
-
|
1803
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23007aff'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E");
|
1804
|
+
height: 13px;
|
1495
1805
|
}
|
1496
1806
|
}
|
1497
1807
|
i.icon.icon-camera {
|
@@ -2216,6 +2526,11 @@ html.ios-gt-6.pixel-ratio-3 .list-block .item-link.list-button:after {
|
|
2216
2526
|
-webkit-justify-content: space-between;
|
2217
2527
|
justify-content: space-between;
|
2218
2528
|
}
|
2529
|
+
.list-block.media-list .item-content > .item-after,
|
2530
|
+
.list-block li.media-item .item-content > .item-after {
|
2531
|
+
margin-right: 15px;
|
2532
|
+
margin-left: 15px;
|
2533
|
+
}
|
2219
2534
|
.list-block .list-group ul:after,
|
2220
2535
|
.list-block .list-group ul:before {
|
2221
2536
|
z-index: 11;
|
@@ -2267,7 +2582,7 @@ html.ios-gt-6.pixel-ratio-3 .list-block .list-group-title:before {
|
|
2267
2582
|
position: -moz-sticky;
|
2268
2583
|
position: sticky;
|
2269
2584
|
top: 0px;
|
2270
|
-
z-index:
|
2585
|
+
z-index: 20;
|
2271
2586
|
margin-top: 0;
|
2272
2587
|
}
|
2273
2588
|
.list-block .list-group-title:before {
|
@@ -2377,6 +2692,7 @@ html.ios-gt-6.pixel-ratio-3 .list-block li:last-child li .item-inner:after {
|
|
2377
2692
|
/* === Forms === */
|
2378
2693
|
.list-block input[type="text"],
|
2379
2694
|
.list-block input[type="password"],
|
2695
|
+
.list-block input[type="search"],
|
2380
2696
|
.list-block input[type="email"],
|
2381
2697
|
.list-block input[type="tel"],
|
2382
2698
|
.list-block input[type="url"],
|
@@ -2417,7 +2733,7 @@ html.ios-gt-6.pixel-ratio-3 .list-block li:last-child li .item-inner:after {
|
|
2417
2733
|
-ms-appearance: none;
|
2418
2734
|
appearance: none;
|
2419
2735
|
}
|
2420
|
-
.list-block .
|
2736
|
+
.list-block .label {
|
2421
2737
|
vertical-align: top;
|
2422
2738
|
}
|
2423
2739
|
.list-block textarea {
|
@@ -2862,10 +3178,8 @@ html.android-4 .accordion-item-content {
|
|
2862
3178
|
}
|
2863
3179
|
.card {
|
2864
3180
|
background: #fff;
|
2865
|
-
margin-left: 10px;
|
2866
|
-
margin-right: 10px;
|
2867
3181
|
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
|
2868
|
-
margin
|
3182
|
+
margin: 10px;
|
2869
3183
|
position: relative;
|
2870
3184
|
border-radius: 2px;
|
2871
3185
|
font-size: 14px;
|
@@ -3371,6 +3685,11 @@ html.ios-gt-6.pixel-ratio-3 .actions-modal-label:after {
|
|
3371
3685
|
.actions-modal-label:first-child:last-child {
|
3372
3686
|
border-radius: 4px;
|
3373
3687
|
}
|
3688
|
+
.actions-modal-button.disabled,
|
3689
|
+
.actions-modal-label.disabled {
|
3690
|
+
opacity: 0.95;
|
3691
|
+
color: #8e8e93;
|
3692
|
+
}
|
3374
3693
|
.actions-modal-button {
|
3375
3694
|
cursor: pointer;
|
3376
3695
|
line-height: 43px;
|
@@ -4219,8 +4538,8 @@ html.with-statusbar-overlay body .panel {
|
|
4219
4538
|
height: 20px;
|
4220
4539
|
-webkit-transform-origin: 50%;
|
4221
4540
|
transform-origin: 50%;
|
4222
|
-
-webkit-animation: preloader-spin 1s
|
4223
|
-
animation: preloader-spin 1s
|
4541
|
+
-webkit-animation: preloader-spin 1s steps(12, end) infinite;
|
4542
|
+
animation: preloader-spin 1s steps(12, end) infinite;
|
4224
4543
|
}
|
4225
4544
|
.preloader:after {
|
4226
4545
|
display: block;
|
@@ -4236,83 +4555,11 @@ html.with-statusbar-overlay body .panel {
|
|
4236
4555
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
|
4237
4556
|
}
|
4238
4557
|
@-webkit-keyframes preloader-spin {
|
4239
|
-
0% {
|
4240
|
-
-webkit-transform: rotate(0deg);
|
4241
|
-
}
|
4242
|
-
8.33333333% {
|
4243
|
-
-webkit-transform: rotate(30deg);
|
4244
|
-
}
|
4245
|
-
16.66666667% {
|
4246
|
-
-webkit-transform: rotate(60deg);
|
4247
|
-
}
|
4248
|
-
25% {
|
4249
|
-
-webkit-transform: rotate(90deg);
|
4250
|
-
}
|
4251
|
-
33.33333333% {
|
4252
|
-
-webkit-transform: rotate(120deg);
|
4253
|
-
}
|
4254
|
-
41.66666667% {
|
4255
|
-
-webkit-transform: rotate(150deg);
|
4256
|
-
}
|
4257
|
-
50% {
|
4258
|
-
-webkit-transform: rotate(180deg);
|
4259
|
-
}
|
4260
|
-
58.33333333% {
|
4261
|
-
-webkit-transform: rotate(210deg);
|
4262
|
-
}
|
4263
|
-
66.66666667% {
|
4264
|
-
-webkit-transform: rotate(240deg);
|
4265
|
-
}
|
4266
|
-
75% {
|
4267
|
-
-webkit-transform: rotate(270deg);
|
4268
|
-
}
|
4269
|
-
83.33333333% {
|
4270
|
-
-webkit-transform: rotate(300deg);
|
4271
|
-
}
|
4272
|
-
91.66666667% {
|
4273
|
-
-webkit-transform: rotate(330deg);
|
4274
|
-
}
|
4275
4558
|
100% {
|
4276
4559
|
-webkit-transform: rotate(360deg);
|
4277
4560
|
}
|
4278
4561
|
}
|
4279
4562
|
@keyframes preloader-spin {
|
4280
|
-
0% {
|
4281
|
-
transform: rotate(0deg);
|
4282
|
-
}
|
4283
|
-
8.33333333% {
|
4284
|
-
transform: rotate(30deg);
|
4285
|
-
}
|
4286
|
-
16.66666667% {
|
4287
|
-
transform: rotate(60deg);
|
4288
|
-
}
|
4289
|
-
25% {
|
4290
|
-
transform: rotate(90deg);
|
4291
|
-
}
|
4292
|
-
33.33333333% {
|
4293
|
-
transform: rotate(120deg);
|
4294
|
-
}
|
4295
|
-
41.66666667% {
|
4296
|
-
transform: rotate(150deg);
|
4297
|
-
}
|
4298
|
-
50% {
|
4299
|
-
transform: rotate(180deg);
|
4300
|
-
}
|
4301
|
-
58.33333333% {
|
4302
|
-
transform: rotate(210deg);
|
4303
|
-
}
|
4304
|
-
66.66666667% {
|
4305
|
-
transform: rotate(240deg);
|
4306
|
-
}
|
4307
|
-
75% {
|
4308
|
-
transform: rotate(270deg);
|
4309
|
-
}
|
4310
|
-
83.33333333% {
|
4311
|
-
transform: rotate(300deg);
|
4312
|
-
}
|
4313
|
-
91.66666667% {
|
4314
|
-
transform: rotate(330deg);
|
4315
|
-
}
|
4316
4563
|
100% {
|
4317
4564
|
transform: rotate(360deg);
|
4318
4565
|
}
|
@@ -4394,6 +4641,9 @@ html.with-statusbar-overlay body .panel {
|
|
4394
4641
|
/* Fix of Webkit flickering */
|
4395
4642
|
z-index: 1;
|
4396
4643
|
}
|
4644
|
+
.swiper-container-no-flexbox .swiper-slide {
|
4645
|
+
float: left;
|
4646
|
+
}
|
4397
4647
|
.swiper-container-vertical > .swiper-wrapper {
|
4398
4648
|
-webkit-box-orient: vertical;
|
4399
4649
|
-moz-box-orient: vertical;
|
@@ -4420,14 +4670,17 @@ html.with-statusbar-overlay body .panel {
|
|
4420
4670
|
-o-transition-property: -o-transform;
|
4421
4671
|
-ms-transition-property: -ms-transform;
|
4422
4672
|
transition-property: transform;
|
4673
|
+
-webkit-box-sizing: content-box;
|
4674
|
+
-moz-box-sizing: content-box;
|
4675
|
+
box-sizing: content-box;
|
4676
|
+
}
|
4677
|
+
.swiper-container-android .swiper-slide,
|
4678
|
+
.swiper-wrapper {
|
4423
4679
|
-webkit-transform: translate3d(0px, 0, 0);
|
4424
4680
|
-moz-transform: translate3d(0px, 0, 0);
|
4425
4681
|
-o-transform: translate(0px, 0px);
|
4426
4682
|
-ms-transform: translate3d(0px, 0, 0);
|
4427
4683
|
transform: translate3d(0px, 0, 0);
|
4428
|
-
-webkit-box-sizing: content-box;
|
4429
|
-
-moz-box-sizing: content-box;
|
4430
|
-
box-sizing: content-box;
|
4431
4684
|
}
|
4432
4685
|
.swiper-container-multirow > .swiper-wrapper {
|
4433
4686
|
-webkit-box-lines: multiple;
|
@@ -4456,6 +4709,15 @@ html.with-statusbar-overlay body .panel {
|
|
4456
4709
|
height: 100%;
|
4457
4710
|
position: relative;
|
4458
4711
|
}
|
4712
|
+
/* a11y */
|
4713
|
+
.swiper-container .swiper-notification {
|
4714
|
+
position: absolute;
|
4715
|
+
left: 0;
|
4716
|
+
top: 0;
|
4717
|
+
pointer-events: none;
|
4718
|
+
opacity: 0;
|
4719
|
+
z-index: -1000;
|
4720
|
+
}
|
4459
4721
|
/* IE10 Windows Phone 8 Fixes */
|
4460
4722
|
.swiper-wp8-horizontal {
|
4461
4723
|
-ms-touch-action: pan-y;
|
@@ -4485,6 +4747,7 @@ html.with-statusbar-overlay body .panel {
|
|
4485
4747
|
.swiper-button-next.swiper-button-disabled {
|
4486
4748
|
opacity: 0.35;
|
4487
4749
|
cursor: auto;
|
4750
|
+
pointer-events: none;
|
4488
4751
|
}
|
4489
4752
|
.swiper-button-prev,
|
4490
4753
|
.swiper-container-rtl .swiper-button-next {
|
@@ -4523,22 +4786,10 @@ html.with-statusbar-overlay body .panel {
|
|
4523
4786
|
background: #000;
|
4524
4787
|
opacity: 0.2;
|
4525
4788
|
}
|
4526
|
-
.swiper-pagination-clickable .swiper-pagination-bullet {
|
4527
|
-
cursor: pointer;
|
4528
|
-
}
|
4529
|
-
.swiper-pagination-white .swiper-pagination-bullet {
|
4530
|
-
background: #fff;
|
4531
|
-
}
|
4532
4789
|
.swiper-pagination-bullet-active {
|
4533
4790
|
opacity: 1;
|
4534
4791
|
background: #007aff;
|
4535
4792
|
}
|
4536
|
-
.swiper-pagination-white .swiper-pagination-bullet-active {
|
4537
|
-
background: #fff;
|
4538
|
-
}
|
4539
|
-
.swiper-pagination-black .swiper-pagination-bullet-active {
|
4540
|
-
background: #000;
|
4541
|
-
}
|
4542
4793
|
.swiper-container-vertical > .swiper-pagination {
|
4543
4794
|
right: 10px;
|
4544
4795
|
top: 50%;
|
@@ -4738,6 +4989,17 @@ html.with-statusbar-overlay body .panel {
|
|
4738
4989
|
.swiper-scrollbar-cursor-drag {
|
4739
4990
|
cursor: move;
|
4740
4991
|
}
|
4992
|
+
/* Preloader */
|
4993
|
+
.swiper-slide .preloader {
|
4994
|
+
width: 42px;
|
4995
|
+
height: 42px;
|
4996
|
+
position: absolute;
|
4997
|
+
left: 50%;
|
4998
|
+
top: 50%;
|
4999
|
+
margin-left: -21px;
|
5000
|
+
margin-top: -21px;
|
5001
|
+
z-index: 10;
|
5002
|
+
}
|
4741
5003
|
/* === Photo Browser === */
|
4742
5004
|
.photo-browser {
|
4743
5005
|
position: absolute;
|
@@ -5676,13 +5938,13 @@ i.icon-forward.theme-gray,
|
|
5676
5938
|
i.icon-bars.color-gray,
|
5677
5939
|
i.icon-bars.theme-gray,
|
5678
5940
|
.theme-gray i.icon-bars {
|
5679
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
5941
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%238e8e93'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E");
|
5680
5942
|
}
|
5681
|
-
@media
|
5943
|
+
@media (-webkit-min-device-pixel-ratio: 2) {
|
5682
5944
|
i.icon-bars.color-gray,
|
5683
5945
|
i.icon-bars.theme-gray,
|
5684
5946
|
.theme-gray i.icon-bars {
|
5685
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
5947
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%238e8e93'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E");
|
5686
5948
|
}
|
5687
5949
|
}
|
5688
5950
|
.theme-gray a,
|
@@ -5713,12 +5975,13 @@ i.icon-bars.theme-gray,
|
|
5713
5975
|
.theme-gray label.label-radio input[type="radio"]:checked ~ .item-inner {
|
5714
5976
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%238e8e93'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
|
5715
5977
|
}
|
5716
|
-
.theme-gray .swiper-pagination-bullet-active {
|
5717
|
-
background-color: #8e8e93;
|
5718
|
-
}
|
5719
5978
|
.theme-gray .picker-calendar-day.picker-calendar-day-selected span {
|
5720
5979
|
background-color: #8e8e93 !important;
|
5721
5980
|
}
|
5981
|
+
.swiper-pagination.color-gray .swiper-pagination-bullet-active,
|
5982
|
+
.theme-gray .swiper-pagination .swiper-pagination-bullet-active {
|
5983
|
+
background-color: #8e8e93;
|
5984
|
+
}
|
5722
5985
|
.swiper-button-next.color-gray,
|
5723
5986
|
.swiper-container-rtl .swiper-button-prev.color-gray,
|
5724
5987
|
.theme-gray .swiper-button-next,
|
@@ -5806,13 +6069,13 @@ i.icon-forward.theme-white,
|
|
5806
6069
|
i.icon-bars.color-white,
|
5807
6070
|
i.icon-bars.theme-white,
|
5808
6071
|
.theme-white i.icon-bars {
|
5809
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
6072
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23ffffff'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E");
|
5810
6073
|
}
|
5811
|
-
@media
|
6074
|
+
@media (-webkit-min-device-pixel-ratio: 2) {
|
5812
6075
|
i.icon-bars.color-white,
|
5813
6076
|
i.icon-bars.theme-white,
|
5814
6077
|
.theme-white i.icon-bars {
|
5815
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
6078
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23ffffff'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E");
|
5816
6079
|
}
|
5817
6080
|
}
|
5818
6081
|
.theme-white a,
|
@@ -5843,12 +6106,13 @@ i.icon-bars.theme-white,
|
|
5843
6106
|
.theme-white label.label-radio input[type="radio"]:checked ~ .item-inner {
|
5844
6107
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ffffff'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
|
5845
6108
|
}
|
5846
|
-
.theme-white .swiper-pagination-bullet-active {
|
5847
|
-
background-color: #ffffff;
|
5848
|
-
}
|
5849
6109
|
.theme-white .picker-calendar-day.picker-calendar-day-selected span {
|
5850
6110
|
background-color: #ffffff !important;
|
5851
6111
|
}
|
6112
|
+
.swiper-pagination.color-white .swiper-pagination-bullet-active,
|
6113
|
+
.theme-white .swiper-pagination .swiper-pagination-bullet-active {
|
6114
|
+
background-color: #ffffff;
|
6115
|
+
}
|
5852
6116
|
.swiper-button-next.color-white,
|
5853
6117
|
.swiper-container-rtl .swiper-button-prev.color-white,
|
5854
6118
|
.theme-white .swiper-button-next,
|
@@ -5936,13 +6200,13 @@ i.icon-forward.theme-black,
|
|
5936
6200
|
i.icon-bars.color-black,
|
5937
6201
|
i.icon-bars.theme-black,
|
5938
6202
|
.theme-black i.icon-bars {
|
5939
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
6203
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23000000'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E");
|
5940
6204
|
}
|
5941
|
-
@media
|
6205
|
+
@media (-webkit-min-device-pixel-ratio: 2) {
|
5942
6206
|
i.icon-bars.color-black,
|
5943
6207
|
i.icon-bars.theme-black,
|
5944
6208
|
.theme-black i.icon-bars {
|
5945
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
6209
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23000000'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E");
|
5946
6210
|
}
|
5947
6211
|
}
|
5948
6212
|
.theme-black a,
|
@@ -5973,12 +6237,13 @@ i.icon-bars.theme-black,
|
|
5973
6237
|
.theme-black label.label-radio input[type="radio"]:checked ~ .item-inner {
|
5974
6238
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23000000'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
|
5975
6239
|
}
|
5976
|
-
.theme-black .swiper-pagination-bullet-active {
|
5977
|
-
background-color: #000000;
|
5978
|
-
}
|
5979
6240
|
.theme-black .picker-calendar-day.picker-calendar-day-selected span {
|
5980
6241
|
background-color: #000000 !important;
|
5981
6242
|
}
|
6243
|
+
.swiper-pagination.color-black .swiper-pagination-bullet-active,
|
6244
|
+
.theme-black .swiper-pagination .swiper-pagination-bullet-active {
|
6245
|
+
background-color: #000000;
|
6246
|
+
}
|
5982
6247
|
.swiper-button-next.color-black,
|
5983
6248
|
.swiper-container-rtl .swiper-button-prev.color-black,
|
5984
6249
|
.theme-black .swiper-button-next,
|
@@ -6066,13 +6331,13 @@ i.icon-forward.theme-lightblue,
|
|
6066
6331
|
i.icon-bars.color-lightblue,
|
6067
6332
|
i.icon-bars.theme-lightblue,
|
6068
6333
|
.theme-lightblue i.icon-bars {
|
6069
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
6334
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%235ac8fa'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E");
|
6070
6335
|
}
|
6071
|
-
@media
|
6336
|
+
@media (-webkit-min-device-pixel-ratio: 2) {
|
6072
6337
|
i.icon-bars.color-lightblue,
|
6073
6338
|
i.icon-bars.theme-lightblue,
|
6074
6339
|
.theme-lightblue i.icon-bars {
|
6075
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
6340
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%235ac8fa'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E");
|
6076
6341
|
}
|
6077
6342
|
}
|
6078
6343
|
.theme-lightblue a,
|
@@ -6103,12 +6368,13 @@ i.icon-bars.theme-lightblue,
|
|
6103
6368
|
.theme-lightblue label.label-radio input[type="radio"]:checked ~ .item-inner {
|
6104
6369
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%235ac8fa'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
|
6105
6370
|
}
|
6106
|
-
.theme-lightblue .swiper-pagination-bullet-active {
|
6107
|
-
background-color: #5ac8fa;
|
6108
|
-
}
|
6109
6371
|
.theme-lightblue .picker-calendar-day.picker-calendar-day-selected span {
|
6110
6372
|
background-color: #5ac8fa !important;
|
6111
6373
|
}
|
6374
|
+
.swiper-pagination.color-lightblue .swiper-pagination-bullet-active,
|
6375
|
+
.theme-lightblue .swiper-pagination .swiper-pagination-bullet-active {
|
6376
|
+
background-color: #5ac8fa;
|
6377
|
+
}
|
6112
6378
|
.swiper-button-next.color-lightblue,
|
6113
6379
|
.swiper-container-rtl .swiper-button-prev.color-lightblue,
|
6114
6380
|
.theme-lightblue .swiper-button-next,
|
@@ -6196,13 +6462,13 @@ i.icon-forward.theme-yellow,
|
|
6196
6462
|
i.icon-bars.color-yellow,
|
6197
6463
|
i.icon-bars.theme-yellow,
|
6198
6464
|
.theme-yellow i.icon-bars {
|
6199
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
6465
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23ffcc00'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E");
|
6200
6466
|
}
|
6201
|
-
@media
|
6467
|
+
@media (-webkit-min-device-pixel-ratio: 2) {
|
6202
6468
|
i.icon-bars.color-yellow,
|
6203
6469
|
i.icon-bars.theme-yellow,
|
6204
6470
|
.theme-yellow i.icon-bars {
|
6205
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
6471
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23ffcc00'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E");
|
6206
6472
|
}
|
6207
6473
|
}
|
6208
6474
|
.theme-yellow a,
|
@@ -6233,12 +6499,13 @@ i.icon-bars.theme-yellow,
|
|
6233
6499
|
.theme-yellow label.label-radio input[type="radio"]:checked ~ .item-inner {
|
6234
6500
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ffcc00'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
|
6235
6501
|
}
|
6236
|
-
.theme-yellow .swiper-pagination-bullet-active {
|
6237
|
-
background-color: #ffcc00;
|
6238
|
-
}
|
6239
6502
|
.theme-yellow .picker-calendar-day.picker-calendar-day-selected span {
|
6240
6503
|
background-color: #ffcc00 !important;
|
6241
6504
|
}
|
6505
|
+
.swiper-pagination.color-yellow .swiper-pagination-bullet-active,
|
6506
|
+
.theme-yellow .swiper-pagination .swiper-pagination-bullet-active {
|
6507
|
+
background-color: #ffcc00;
|
6508
|
+
}
|
6242
6509
|
.swiper-button-next.color-yellow,
|
6243
6510
|
.swiper-container-rtl .swiper-button-prev.color-yellow,
|
6244
6511
|
.theme-yellow .swiper-button-next,
|
@@ -6326,13 +6593,13 @@ i.icon-forward.theme-orange,
|
|
6326
6593
|
i.icon-bars.color-orange,
|
6327
6594
|
i.icon-bars.theme-orange,
|
6328
6595
|
.theme-orange i.icon-bars {
|
6329
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
6596
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23ff9500'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E");
|
6330
6597
|
}
|
6331
|
-
@media
|
6598
|
+
@media (-webkit-min-device-pixel-ratio: 2) {
|
6332
6599
|
i.icon-bars.color-orange,
|
6333
6600
|
i.icon-bars.theme-orange,
|
6334
6601
|
.theme-orange i.icon-bars {
|
6335
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
6602
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23ff9500'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E");
|
6336
6603
|
}
|
6337
6604
|
}
|
6338
6605
|
.theme-orange a,
|
@@ -6363,12 +6630,13 @@ i.icon-bars.theme-orange,
|
|
6363
6630
|
.theme-orange label.label-radio input[type="radio"]:checked ~ .item-inner {
|
6364
6631
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ff9500'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
|
6365
6632
|
}
|
6366
|
-
.theme-orange .swiper-pagination-bullet-active {
|
6367
|
-
background-color: #ff9500;
|
6368
|
-
}
|
6369
6633
|
.theme-orange .picker-calendar-day.picker-calendar-day-selected span {
|
6370
6634
|
background-color: #ff9500 !important;
|
6371
6635
|
}
|
6636
|
+
.swiper-pagination.color-orange .swiper-pagination-bullet-active,
|
6637
|
+
.theme-orange .swiper-pagination .swiper-pagination-bullet-active {
|
6638
|
+
background-color: #ff9500;
|
6639
|
+
}
|
6372
6640
|
.swiper-button-next.color-orange,
|
6373
6641
|
.swiper-container-rtl .swiper-button-prev.color-orange,
|
6374
6642
|
.theme-orange .swiper-button-next,
|
@@ -6456,13 +6724,13 @@ i.icon-forward.theme-pink,
|
|
6456
6724
|
i.icon-bars.color-pink,
|
6457
6725
|
i.icon-bars.theme-pink,
|
6458
6726
|
.theme-pink i.icon-bars {
|
6459
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
6727
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23ff2d55'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E");
|
6460
6728
|
}
|
6461
|
-
@media
|
6729
|
+
@media (-webkit-min-device-pixel-ratio: 2) {
|
6462
6730
|
i.icon-bars.color-pink,
|
6463
6731
|
i.icon-bars.theme-pink,
|
6464
6732
|
.theme-pink i.icon-bars {
|
6465
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
6733
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23ff2d55'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E");
|
6466
6734
|
}
|
6467
6735
|
}
|
6468
6736
|
.theme-pink a,
|
@@ -6493,12 +6761,13 @@ i.icon-bars.theme-pink,
|
|
6493
6761
|
.theme-pink label.label-radio input[type="radio"]:checked ~ .item-inner {
|
6494
6762
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ff2d55'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
|
6495
6763
|
}
|
6496
|
-
.theme-pink .swiper-pagination-bullet-active {
|
6497
|
-
background-color: #ff2d55;
|
6498
|
-
}
|
6499
6764
|
.theme-pink .picker-calendar-day.picker-calendar-day-selected span {
|
6500
6765
|
background-color: #ff2d55 !important;
|
6501
6766
|
}
|
6767
|
+
.swiper-pagination.color-pink .swiper-pagination-bullet-active,
|
6768
|
+
.theme-pink .swiper-pagination .swiper-pagination-bullet-active {
|
6769
|
+
background-color: #ff2d55;
|
6770
|
+
}
|
6502
6771
|
.swiper-button-next.color-pink,
|
6503
6772
|
.swiper-container-rtl .swiper-button-prev.color-pink,
|
6504
6773
|
.theme-pink .swiper-button-next,
|
@@ -6586,13 +6855,13 @@ i.icon-forward.theme-blue,
|
|
6586
6855
|
i.icon-bars.color-blue,
|
6587
6856
|
i.icon-bars.theme-blue,
|
6588
6857
|
.theme-blue i.icon-bars {
|
6589
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
6858
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23007aff'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E");
|
6590
6859
|
}
|
6591
|
-
@media
|
6860
|
+
@media (-webkit-min-device-pixel-ratio: 2) {
|
6592
6861
|
i.icon-bars.color-blue,
|
6593
6862
|
i.icon-bars.theme-blue,
|
6594
6863
|
.theme-blue i.icon-bars {
|
6595
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
6864
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23007aff'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E");
|
6596
6865
|
}
|
6597
6866
|
}
|
6598
6867
|
.theme-blue a,
|
@@ -6623,12 +6892,13 @@ i.icon-bars.theme-blue,
|
|
6623
6892
|
.theme-blue label.label-radio input[type="radio"]:checked ~ .item-inner {
|
6624
6893
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23007aff'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
|
6625
6894
|
}
|
6626
|
-
.theme-blue .swiper-pagination-bullet-active {
|
6627
|
-
background-color: #007aff;
|
6628
|
-
}
|
6629
6895
|
.theme-blue .picker-calendar-day.picker-calendar-day-selected span {
|
6630
6896
|
background-color: #007aff !important;
|
6631
6897
|
}
|
6898
|
+
.swiper-pagination.color-blue .swiper-pagination-bullet-active,
|
6899
|
+
.theme-blue .swiper-pagination .swiper-pagination-bullet-active {
|
6900
|
+
background-color: #007aff;
|
6901
|
+
}
|
6632
6902
|
.swiper-button-next.color-blue,
|
6633
6903
|
.swiper-container-rtl .swiper-button-prev.color-blue,
|
6634
6904
|
.theme-blue .swiper-button-next,
|
@@ -6716,13 +6986,13 @@ i.icon-forward.theme-green,
|
|
6716
6986
|
i.icon-bars.color-green,
|
6717
6987
|
i.icon-bars.theme-green,
|
6718
6988
|
.theme-green i.icon-bars {
|
6719
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
6989
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%234cd964'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E");
|
6720
6990
|
}
|
6721
|
-
@media
|
6991
|
+
@media (-webkit-min-device-pixel-ratio: 2) {
|
6722
6992
|
i.icon-bars.color-green,
|
6723
6993
|
i.icon-bars.theme-green,
|
6724
6994
|
.theme-green i.icon-bars {
|
6725
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
6995
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%234cd964'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E");
|
6726
6996
|
}
|
6727
6997
|
}
|
6728
6998
|
.theme-green a,
|
@@ -6753,12 +7023,13 @@ i.icon-bars.theme-green,
|
|
6753
7023
|
.theme-green label.label-radio input[type="radio"]:checked ~ .item-inner {
|
6754
7024
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%234cd964'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
|
6755
7025
|
}
|
6756
|
-
.theme-green .swiper-pagination-bullet-active {
|
6757
|
-
background-color: #4cd964;
|
6758
|
-
}
|
6759
7026
|
.theme-green .picker-calendar-day.picker-calendar-day-selected span {
|
6760
7027
|
background-color: #4cd964 !important;
|
6761
7028
|
}
|
7029
|
+
.swiper-pagination.color-green .swiper-pagination-bullet-active,
|
7030
|
+
.theme-green .swiper-pagination .swiper-pagination-bullet-active {
|
7031
|
+
background-color: #4cd964;
|
7032
|
+
}
|
6762
7033
|
.swiper-button-next.color-green,
|
6763
7034
|
.swiper-container-rtl .swiper-button-prev.color-green,
|
6764
7035
|
.theme-green .swiper-button-next,
|
@@ -6846,13 +7117,13 @@ i.icon-forward.theme-red,
|
|
6846
7117
|
i.icon-bars.color-red,
|
6847
7118
|
i.icon-bars.theme-red,
|
6848
7119
|
.theme-red i.icon-bars {
|
6849
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
7120
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23ff3b30'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E");
|
6850
7121
|
}
|
6851
|
-
@media
|
7122
|
+
@media (-webkit-min-device-pixel-ratio: 2) {
|
6852
7123
|
i.icon-bars.color-red,
|
6853
7124
|
i.icon-bars.theme-red,
|
6854
7125
|
.theme-red i.icon-bars {
|
6855
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%
|
7126
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23ff3b30'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E");
|
6856
7127
|
}
|
6857
7128
|
}
|
6858
7129
|
.theme-red a,
|
@@ -6883,12 +7154,13 @@ i.icon-bars.theme-red,
|
|
6883
7154
|
.theme-red label.label-radio input[type="radio"]:checked ~ .item-inner {
|
6884
7155
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ff3b30'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
|
6885
7156
|
}
|
6886
|
-
.theme-red .swiper-pagination-bullet-active {
|
6887
|
-
background-color: #ff3b30;
|
6888
|
-
}
|
6889
7157
|
.theme-red .picker-calendar-day.picker-calendar-day-selected span {
|
6890
7158
|
background-color: #ff3b30 !important;
|
6891
7159
|
}
|
7160
|
+
.swiper-pagination.color-red .swiper-pagination-bullet-active,
|
7161
|
+
.theme-red .swiper-pagination .swiper-pagination-bullet-active {
|
7162
|
+
background-color: #ff3b30;
|
7163
|
+
}
|
6892
7164
|
.swiper-button-next.color-red,
|
6893
7165
|
.swiper-container-rtl .swiper-button-prev.color-red,
|
6894
7166
|
.theme-red .swiper-button-next,
|
@@ -6910,4 +7182,4 @@ a.bg-red,
|
|
6910
7182
|
}
|
6911
7183
|
.border-red {
|
6912
7184
|
border-color: #ff3b30;
|
6913
|
-
}
|
7185
|
+
}
|