uikit-reset 1.1.3 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/uikit/reset/version.rb +1 -1
- data/vendor/assets/javascripts/uikit-reset.js +3497 -2442
- data/vendor/assets/stylesheets/uikit-reset.scss +643 -233
- metadata +3 -31
@@ -1,4 +1,4 @@
|
|
1
|
-
/*! UIkit 3.
|
1
|
+
/*! UIkit 3.2.0 | http://www.getuikit.com | (c) 2014 - 2019 YOOtheme | MIT License */
|
2
2
|
/* ========================================================================
|
3
3
|
Component: Base
|
4
4
|
========================================================================== */
|
@@ -30,13 +30,6 @@ body {
|
|
30
30
|
|
31
31
|
/* Links
|
32
32
|
========================================================================== */
|
33
|
-
/*
|
34
|
-
* Remove gaps in links underline in iOS 8+ and Safari 8+.
|
35
|
-
*/
|
36
|
-
a {
|
37
|
-
-webkit-text-decoration-skip: objects;
|
38
|
-
}
|
39
|
-
|
40
33
|
/*
|
41
34
|
* Remove the outline on focused links when they are also active or hovered
|
42
35
|
*/
|
@@ -56,7 +49,9 @@ a,
|
|
56
49
|
}
|
57
50
|
|
58
51
|
a:hover,
|
59
|
-
.uk-link:hover
|
52
|
+
.uk-link:hover,
|
53
|
+
.uk-link-toggle:hover .uk-link,
|
54
|
+
.uk-link-toggle:focus .uk-link {
|
60
55
|
color: #0f6ecd;
|
61
56
|
text-decoration: underline;
|
62
57
|
}
|
@@ -64,13 +59,12 @@ a:hover,
|
|
64
59
|
/* Text-level semantics
|
65
60
|
========================================================================== */
|
66
61
|
/*
|
67
|
-
* 1. Add
|
68
|
-
* 2.
|
69
|
-
* Note: The shorthand declaration `underline dotted` is not supported in Safari, Edge and IE.
|
62
|
+
* 1. Add the correct text decoration in Edge.
|
63
|
+
* 2. The shorthand declaration `underline dotted` is not supported in Safari.
|
70
64
|
*/
|
71
65
|
abbr[title] {
|
72
66
|
/* 1 */
|
73
|
-
text-decoration: underline;
|
67
|
+
text-decoration: underline dotted;
|
74
68
|
/* 2 */
|
75
69
|
-webkit-text-decoration-style: dotted;
|
76
70
|
}
|
@@ -207,10 +201,14 @@ svg:not(:root) {
|
|
207
201
|
}
|
208
202
|
|
209
203
|
/*
|
210
|
-
*
|
211
|
-
*
|
204
|
+
* 1. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
|
205
|
+
* 2. Hide `alt` text for lazy loading images.
|
206
|
+
* Note: Selector for background while loading img[data-src*='.jpg'][src*='data:image'] { background: grey; }
|
212
207
|
*/
|
213
208
|
img:not([src]) {
|
209
|
+
/* 1 */
|
210
|
+
min-width: 1px;
|
211
|
+
/* 2 */
|
214
212
|
visibility: hidden;
|
215
213
|
}
|
216
214
|
|
@@ -263,7 +261,12 @@ h4,
|
|
263
261
|
h5,
|
264
262
|
.uk-h5,
|
265
263
|
h6,
|
266
|
-
.uk-h6
|
264
|
+
.uk-h6,
|
265
|
+
.uk-heading-small,
|
266
|
+
.uk-heading-medium,
|
267
|
+
.uk-heading-large,
|
268
|
+
.uk-heading-xlarge,
|
269
|
+
.uk-heading-2xlarge {
|
267
270
|
margin: 0 0 20px 0;
|
268
271
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
269
272
|
font-weight: normal;
|
@@ -283,7 +286,12 @@ h6,
|
|
283
286
|
*+h5,
|
284
287
|
*+.uk-h5,
|
285
288
|
*+h6,
|
286
|
-
*+.uk-h6
|
289
|
+
*+.uk-h6,
|
290
|
+
*+.uk-heading-small,
|
291
|
+
*+.uk-heading-medium,
|
292
|
+
*+.uk-heading-large,
|
293
|
+
*+.uk-heading-xlarge,
|
294
|
+
*+.uk-heading-2xlarge {
|
287
295
|
margin-top: 40px;
|
288
296
|
}
|
289
297
|
|
@@ -370,21 +378,17 @@ dd {
|
|
370
378
|
/* Horizontal rules
|
371
379
|
========================================================================== */
|
372
380
|
/*
|
373
|
-
* 1.
|
374
|
-
* 2.
|
375
|
-
* 3.
|
376
|
-
* 4. Style
|
381
|
+
* 1. Show the overflow in Chrome, Edge and IE.
|
382
|
+
* 2. Add the correct text-align in Edge and IE.
|
383
|
+
* 3. Style
|
377
384
|
*/
|
378
385
|
hr,
|
379
386
|
.uk-hr {
|
380
387
|
/* 1 */
|
381
|
-
box-sizing: content-box;
|
382
|
-
height: 0;
|
383
|
-
/* 2 */
|
384
388
|
overflow: visible;
|
385
|
-
/*
|
389
|
+
/* 2 */
|
386
390
|
text-align: inherit;
|
387
|
-
/*
|
391
|
+
/* 3 */
|
388
392
|
margin: 0 0 20px 0;
|
389
393
|
border: 0;
|
390
394
|
border-top: 1px solid #e5e5e5;
|
@@ -530,31 +534,37 @@ a.uk-link-muted,
|
|
530
534
|
}
|
531
535
|
|
532
536
|
a.uk-link-muted:hover,
|
533
|
-
.uk-link-muted a:hover
|
537
|
+
.uk-link-muted a:hover,
|
538
|
+
.uk-link-toggle:hover .uk-link-muted,
|
539
|
+
.uk-link-toggle:focus .uk-link-muted {
|
534
540
|
color: #666;
|
535
541
|
}
|
536
542
|
|
537
543
|
/* Text
|
538
544
|
========================================================================== */
|
539
|
-
a.uk-link-text
|
540
|
-
.uk-link-text a
|
545
|
+
a.uk-link-text,
|
546
|
+
.uk-link-text a {
|
541
547
|
color: inherit;
|
542
548
|
}
|
543
549
|
|
544
550
|
a.uk-link-text:hover,
|
545
|
-
.uk-link-text a:hover
|
551
|
+
.uk-link-text a:hover,
|
552
|
+
.uk-link-toggle:hover .uk-link-text,
|
553
|
+
.uk-link-toggle:focus .uk-link-text {
|
546
554
|
color: #999;
|
547
555
|
}
|
548
556
|
|
549
557
|
/* Heading
|
550
558
|
========================================================================== */
|
551
|
-
a.uk-link-heading
|
552
|
-
.uk-link-heading a
|
559
|
+
a.uk-link-heading,
|
560
|
+
.uk-link-heading a {
|
553
561
|
color: inherit;
|
554
562
|
}
|
555
563
|
|
556
564
|
a.uk-link-heading:hover,
|
557
|
-
.uk-link-heading a:hover
|
565
|
+
.uk-link-heading a:hover,
|
566
|
+
.uk-link-toggle:hover .uk-link-heading,
|
567
|
+
.uk-link-toggle:focus .uk-link-heading {
|
558
568
|
color: #1e87f0;
|
559
569
|
text-decoration: none;
|
560
570
|
}
|
@@ -565,66 +575,107 @@ a.uk-link-heading:hover,
|
|
565
575
|
* `!important` needed to override inverse component
|
566
576
|
*/
|
567
577
|
a.uk-link-reset,
|
568
|
-
|
569
|
-
.uk-link-reset a,
|
570
|
-
.uk-link-reset a:hover {
|
578
|
+
.uk-link-reset a {
|
571
579
|
color: inherit !important;
|
572
580
|
text-decoration: none !important;
|
573
581
|
}
|
574
582
|
|
583
|
+
/* Toggle
|
584
|
+
========================================================================== */
|
585
|
+
.uk-link-toggle {
|
586
|
+
color: inherit !important;
|
587
|
+
text-decoration: none !important;
|
588
|
+
}
|
589
|
+
|
590
|
+
.uk-link-toggle:focus {
|
591
|
+
outline: none;
|
592
|
+
}
|
593
|
+
|
575
594
|
/* ========================================================================
|
576
595
|
Component: Heading
|
577
596
|
========================================================================== */
|
578
|
-
|
579
|
-
|
580
|
-
.uk-heading-primary {
|
581
|
-
font-size: 3rem;
|
597
|
+
.uk-heading-small {
|
598
|
+
font-size: 2.6rem;
|
582
599
|
line-height: 1.2;
|
583
600
|
}
|
584
601
|
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
font-size: 3.375rem;
|
589
|
-
}
|
602
|
+
.uk-heading-medium {
|
603
|
+
font-size: 2.8875rem;
|
604
|
+
line-height: 1.1;
|
590
605
|
}
|
591
606
|
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
font-size: 3.75rem;
|
596
|
-
line-height: 1.1;
|
597
|
-
}
|
607
|
+
.uk-heading-large {
|
608
|
+
font-size: 3.4rem;
|
609
|
+
line-height: 1.1;
|
598
610
|
}
|
599
611
|
|
600
|
-
|
601
|
-
========================================================================== */
|
602
|
-
.uk-heading-hero {
|
612
|
+
.uk-heading-xlarge {
|
603
613
|
font-size: 4rem;
|
604
|
-
line-height: 1
|
614
|
+
line-height: 1;
|
605
615
|
}
|
606
616
|
|
607
|
-
|
617
|
+
.uk-heading-2xlarge {
|
618
|
+
font-size: 6rem;
|
619
|
+
line-height: 1;
|
620
|
+
}
|
621
|
+
|
622
|
+
/* Tablet Landscape and bigger */
|
608
623
|
@media (min-width: 960px) {
|
609
|
-
.uk-heading-
|
624
|
+
.uk-heading-small {
|
625
|
+
font-size: 3.25rem;
|
626
|
+
}
|
627
|
+
|
628
|
+
.uk-heading-medium {
|
629
|
+
font-size: 3.5rem;
|
630
|
+
}
|
631
|
+
|
632
|
+
.uk-heading-large {
|
633
|
+
font-size: 4rem;
|
634
|
+
}
|
635
|
+
|
636
|
+
.uk-heading-xlarge {
|
610
637
|
font-size: 6rem;
|
611
|
-
|
638
|
+
}
|
639
|
+
|
640
|
+
.uk-heading-2xlarge {
|
641
|
+
font-size: 8rem;
|
612
642
|
}
|
613
643
|
}
|
614
644
|
|
615
|
-
/*
|
645
|
+
/* Laptop and bigger */
|
616
646
|
@media (min-width: 1200px) {
|
617
|
-
.uk-heading-
|
647
|
+
.uk-heading-medium {
|
648
|
+
font-size: 4rem;
|
649
|
+
}
|
650
|
+
|
651
|
+
.uk-heading-large {
|
652
|
+
font-size: 6rem;
|
653
|
+
}
|
654
|
+
|
655
|
+
.uk-heading-xlarge {
|
618
656
|
font-size: 8rem;
|
619
|
-
|
657
|
+
}
|
658
|
+
|
659
|
+
.uk-heading-2xlarge {
|
660
|
+
font-size: 11rem;
|
620
661
|
}
|
621
662
|
}
|
622
663
|
|
664
|
+
/* Primary
|
665
|
+
Deprecated: Use `uk-heading-medium` instead
|
666
|
+
========================================================================== */
|
667
|
+
/* Tablet landscape and bigger */
|
668
|
+
/* Desktop and bigger */
|
669
|
+
/* Hero
|
670
|
+
Deprecated: Use `uk-heading-xlarge` instead
|
671
|
+
========================================================================== */
|
672
|
+
/* Tablet landscape and bigger */
|
673
|
+
/* Desktop and bigger */
|
623
674
|
/* Divider
|
624
675
|
========================================================================== */
|
625
676
|
.uk-heading-divider {
|
626
|
-
padding-bottom:
|
627
|
-
border-bottom:
|
677
|
+
padding-bottom: calc(5px + 0.1em);
|
678
|
+
border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
|
628
679
|
}
|
629
680
|
|
630
681
|
/* Bullet
|
@@ -647,9 +698,9 @@ a.uk-link-reset:hover,
|
|
647
698
|
top: calc(-0.1 * 1em);
|
648
699
|
vertical-align: middle;
|
649
700
|
/* 3 */
|
650
|
-
height: 0.
|
651
|
-
margin-right:
|
652
|
-
border-left: 5px solid #e5e5e5;
|
701
|
+
height: calc(4px + 0.7em);
|
702
|
+
margin-right: calc(5px + 0.2em);
|
703
|
+
border-left: calc(5px + 0.1em) solid #e5e5e5;
|
653
704
|
}
|
654
705
|
|
655
706
|
/* Line
|
@@ -679,21 +730,21 @@ a.uk-link-reset:hover,
|
|
679
730
|
content: "";
|
680
731
|
/* 1 */
|
681
732
|
position: absolute;
|
682
|
-
top: calc(50% - (
|
733
|
+
top: calc(50% - ((0.2px + 0.05em) / 2));
|
683
734
|
/* 2 */
|
684
735
|
width: 2000px;
|
685
736
|
/* 3 */
|
686
|
-
border-bottom:
|
737
|
+
border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
|
687
738
|
}
|
688
739
|
|
689
740
|
.uk-heading-line> ::before {
|
690
741
|
right: 100%;
|
691
|
-
margin-right: 0.
|
742
|
+
margin-right: calc(5px + 0.3em);
|
692
743
|
}
|
693
744
|
|
694
745
|
.uk-heading-line> ::after {
|
695
746
|
left: 100%;
|
696
|
-
margin-left: 0.
|
747
|
+
margin-left: calc(5px + 0.3em);
|
697
748
|
}
|
698
749
|
|
699
750
|
/* ========================================================================
|
@@ -747,13 +798,15 @@ a.uk-link-reset:hover,
|
|
747
798
|
/* Small
|
748
799
|
========================================================================== */
|
749
800
|
/*
|
750
|
-
* Fix height of `
|
751
|
-
*
|
801
|
+
* 1. Fix height because of `inline-block`
|
802
|
+
* 2. Using ::after and inline-block to make `text-align` work
|
752
803
|
*/
|
804
|
+
/* 1 */
|
753
805
|
.uk-divider-small {
|
754
|
-
height:
|
806
|
+
line-height: 0;
|
755
807
|
}
|
756
808
|
|
809
|
+
/* 2 */
|
757
810
|
.uk-divider-small::after {
|
758
811
|
content: "";
|
759
812
|
display: inline-block;
|
@@ -1781,6 +1834,27 @@ select.uk-form-width-xsmall {
|
|
1781
1834
|
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
|
1782
1835
|
}
|
1783
1836
|
|
1837
|
+
/* Datalist
|
1838
|
+
========================================================================== */
|
1839
|
+
/*
|
1840
|
+
* 1. Remove default style in Chrome
|
1841
|
+
*/
|
1842
|
+
.uk-input[list] {
|
1843
|
+
padding-right: 20px;
|
1844
|
+
background-repeat: no-repeat;
|
1845
|
+
background-position: 100% 50%;
|
1846
|
+
}
|
1847
|
+
|
1848
|
+
.uk-input[list]:hover,
|
1849
|
+
.uk-input[list]:focus {
|
1850
|
+
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
|
1851
|
+
}
|
1852
|
+
|
1853
|
+
/* 1 */
|
1854
|
+
.uk-input[list]::-webkit-calendar-picker-indicator {
|
1855
|
+
display: none;
|
1856
|
+
}
|
1857
|
+
|
1784
1858
|
/* Radio and checkbox
|
1785
1859
|
* Note: Does not work in IE11
|
1786
1860
|
========================================================================== */
|
@@ -2750,17 +2824,21 @@ select.uk-form-width-xsmall {
|
|
2750
2824
|
* Small
|
2751
2825
|
*/
|
2752
2826
|
/* Horizontal */
|
2753
|
-
.uk-grid-small
|
2827
|
+
.uk-grid-small,
|
2828
|
+
.uk-grid-column-small {
|
2754
2829
|
margin-left: -15px;
|
2755
2830
|
}
|
2756
2831
|
|
2757
|
-
.uk-grid-small
|
2832
|
+
.uk-grid-small>*,
|
2833
|
+
.uk-grid-column-small>* {
|
2758
2834
|
padding-left: 15px;
|
2759
2835
|
}
|
2760
2836
|
|
2761
2837
|
/* Vertical */
|
2762
2838
|
.uk-grid+.uk-grid-small,
|
2839
|
+
.uk-grid+.uk-grid-row-small,
|
2763
2840
|
.uk-grid-small>.uk-grid-margin,
|
2841
|
+
.uk-grid-row-small>.uk-grid-margin,
|
2764
2842
|
*+.uk-grid-margin-small {
|
2765
2843
|
margin-top: 15px;
|
2766
2844
|
}
|
@@ -2769,17 +2847,21 @@ select.uk-form-width-xsmall {
|
|
2769
2847
|
* Medium
|
2770
2848
|
*/
|
2771
2849
|
/* Horizontal */
|
2772
|
-
.uk-grid-medium
|
2850
|
+
.uk-grid-medium,
|
2851
|
+
.uk-grid-column-medium {
|
2773
2852
|
margin-left: -30px;
|
2774
2853
|
}
|
2775
2854
|
|
2776
|
-
.uk-grid-medium
|
2855
|
+
.uk-grid-medium>*,
|
2856
|
+
.uk-grid-column-medium>* {
|
2777
2857
|
padding-left: 30px;
|
2778
2858
|
}
|
2779
2859
|
|
2780
2860
|
/* Vertical */
|
2781
2861
|
.uk-grid+.uk-grid-medium,
|
2862
|
+
.uk-grid+.uk-grid-row-medium,
|
2782
2863
|
.uk-grid-medium>.uk-grid-margin,
|
2864
|
+
.uk-grid-row-medium>.uk-grid-margin,
|
2783
2865
|
*+.uk-grid-margin-medium {
|
2784
2866
|
margin-top: 30px;
|
2785
2867
|
}
|
@@ -2788,17 +2870,21 @@ select.uk-form-width-xsmall {
|
|
2788
2870
|
* Large
|
2789
2871
|
*/
|
2790
2872
|
/* Horizontal */
|
2791
|
-
.uk-grid-large
|
2873
|
+
.uk-grid-large,
|
2874
|
+
.uk-grid-column-large {
|
2792
2875
|
margin-left: -40px;
|
2793
2876
|
}
|
2794
2877
|
|
2795
|
-
.uk-grid-large
|
2878
|
+
.uk-grid-large>*,
|
2879
|
+
.uk-grid-column-large>* {
|
2796
2880
|
padding-left: 40px;
|
2797
2881
|
}
|
2798
2882
|
|
2799
2883
|
/* Vertical */
|
2800
2884
|
.uk-grid+.uk-grid-large,
|
2885
|
+
.uk-grid+.uk-grid-row-large,
|
2801
2886
|
.uk-grid-large>.uk-grid-margin,
|
2887
|
+
.uk-grid-row-large>.uk-grid-margin,
|
2802
2888
|
*+.uk-grid-margin-large {
|
2803
2889
|
margin-top: 40px;
|
2804
2890
|
}
|
@@ -2807,17 +2893,21 @@ select.uk-form-width-xsmall {
|
|
2807
2893
|
@media (min-width: 1200px) {
|
2808
2894
|
|
2809
2895
|
/* Horizontal */
|
2810
|
-
.uk-grid-large
|
2896
|
+
.uk-grid-large,
|
2897
|
+
.uk-grid-column-large {
|
2811
2898
|
margin-left: -70px;
|
2812
2899
|
}
|
2813
2900
|
|
2814
|
-
.uk-grid-large
|
2901
|
+
.uk-grid-large>*,
|
2902
|
+
.uk-grid-column-large>* {
|
2815
2903
|
padding-left: 70px;
|
2816
2904
|
}
|
2817
2905
|
|
2818
2906
|
/* Vertical */
|
2819
2907
|
.uk-grid+.uk-grid-large,
|
2908
|
+
.uk-grid+.uk-grid-row-large,
|
2820
2909
|
.uk-grid-large>.uk-grid-margin,
|
2910
|
+
.uk-grid-row-large>.uk-grid-margin,
|
2821
2911
|
*+.uk-grid-margin-large {
|
2822
2912
|
margin-top: 70px;
|
2823
2913
|
}
|
@@ -2827,17 +2917,21 @@ select.uk-form-width-xsmall {
|
|
2827
2917
|
* Collapse
|
2828
2918
|
*/
|
2829
2919
|
/* Horizontal */
|
2830
|
-
.uk-grid-collapse
|
2920
|
+
.uk-grid-collapse,
|
2921
|
+
.uk-grid-column-collapse {
|
2831
2922
|
margin-left: 0;
|
2832
2923
|
}
|
2833
2924
|
|
2834
|
-
.uk-grid-collapse
|
2925
|
+
.uk-grid-collapse>*,
|
2926
|
+
.uk-grid-column-collapse>* {
|
2835
2927
|
padding-left: 0;
|
2836
2928
|
}
|
2837
2929
|
|
2838
2930
|
/* Vertical */
|
2839
2931
|
.uk-grid+.uk-grid-collapse,
|
2840
|
-
.uk-grid
|
2932
|
+
.uk-grid+.uk-grid-row-collapse,
|
2933
|
+
.uk-grid-collapse>.uk-grid-margin,
|
2934
|
+
.uk-grid-row-collapse>.uk-grid-margin {
|
2841
2935
|
margin-top: 0;
|
2842
2936
|
}
|
2843
2937
|
|
@@ -2921,20 +3015,24 @@ select.uk-form-width-xsmall {
|
|
2921
3015
|
* Small
|
2922
3016
|
*/
|
2923
3017
|
/* Horizontal */
|
2924
|
-
.uk-grid-divider.uk-grid-small
|
3018
|
+
.uk-grid-divider.uk-grid-small,
|
3019
|
+
.uk-grid-divider.uk-grid-column-small {
|
2925
3020
|
margin-left: -30px;
|
2926
3021
|
}
|
2927
3022
|
|
2928
|
-
.uk-grid-divider.uk-grid-small
|
3023
|
+
.uk-grid-divider.uk-grid-small>*,
|
3024
|
+
.uk-grid-divider.uk-grid-column-small>* {
|
2929
3025
|
padding-left: 30px;
|
2930
3026
|
}
|
2931
3027
|
|
2932
|
-
.uk-grid-divider.uk-grid-small> :not(.uk-first-column)::before
|
3028
|
+
.uk-grid-divider.uk-grid-small> :not(.uk-first-column)::before,
|
3029
|
+
.uk-grid-divider.uk-grid-column-small> :not(.uk-first-column)::before {
|
2933
3030
|
left: 15px;
|
2934
3031
|
}
|
2935
3032
|
|
2936
3033
|
/* Vertical */
|
2937
|
-
.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin
|
3034
|
+
.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin,
|
3035
|
+
.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin {
|
2938
3036
|
margin-top: 30px;
|
2939
3037
|
}
|
2940
3038
|
|
@@ -2943,24 +3041,36 @@ select.uk-form-width-xsmall {
|
|
2943
3041
|
left: 30px;
|
2944
3042
|
}
|
2945
3043
|
|
3044
|
+
.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin::before {
|
3045
|
+
top: -15px;
|
3046
|
+
}
|
3047
|
+
|
3048
|
+
.uk-grid-divider.uk-grid-column-small.uk-grid-stack>.uk-grid-margin::before {
|
3049
|
+
left: 30px;
|
3050
|
+
}
|
3051
|
+
|
2946
3052
|
/*
|
2947
3053
|
* Medium
|
2948
3054
|
*/
|
2949
3055
|
/* Horizontal */
|
2950
|
-
.uk-grid-divider.uk-grid-medium
|
3056
|
+
.uk-grid-divider.uk-grid-medium,
|
3057
|
+
.uk-grid-divider.uk-grid-column-medium {
|
2951
3058
|
margin-left: -60px;
|
2952
3059
|
}
|
2953
3060
|
|
2954
|
-
.uk-grid-divider.uk-grid-medium
|
3061
|
+
.uk-grid-divider.uk-grid-medium>*,
|
3062
|
+
.uk-grid-divider.uk-grid-column-medium>* {
|
2955
3063
|
padding-left: 60px;
|
2956
3064
|
}
|
2957
3065
|
|
2958
|
-
.uk-grid-divider.uk-grid-medium> :not(.uk-first-column)::before
|
3066
|
+
.uk-grid-divider.uk-grid-medium> :not(.uk-first-column)::before,
|
3067
|
+
.uk-grid-divider.uk-grid-column-medium> :not(.uk-first-column)::before {
|
2959
3068
|
left: 30px;
|
2960
3069
|
}
|
2961
3070
|
|
2962
3071
|
/* Vertical */
|
2963
|
-
.uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin
|
3072
|
+
.uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin,
|
3073
|
+
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin {
|
2964
3074
|
margin-top: 60px;
|
2965
3075
|
}
|
2966
3076
|
|
@@ -2969,24 +3079,36 @@ select.uk-form-width-xsmall {
|
|
2969
3079
|
left: 60px;
|
2970
3080
|
}
|
2971
3081
|
|
3082
|
+
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin::before {
|
3083
|
+
top: -30px;
|
3084
|
+
}
|
3085
|
+
|
3086
|
+
.uk-grid-divider.uk-grid-column-medium.uk-grid-stack>.uk-grid-margin::before {
|
3087
|
+
left: 60px;
|
3088
|
+
}
|
3089
|
+
|
2972
3090
|
/*
|
2973
3091
|
* Large
|
2974
3092
|
*/
|
2975
3093
|
/* Horizontal */
|
2976
|
-
.uk-grid-divider.uk-grid-large
|
3094
|
+
.uk-grid-divider.uk-grid-large,
|
3095
|
+
.uk-grid-divider.uk-grid-column-large {
|
2977
3096
|
margin-left: -80px;
|
2978
3097
|
}
|
2979
3098
|
|
2980
|
-
.uk-grid-divider.uk-grid-large
|
3099
|
+
.uk-grid-divider.uk-grid-large>*,
|
3100
|
+
.uk-grid-divider.uk-grid-column-large>* {
|
2981
3101
|
padding-left: 80px;
|
2982
3102
|
}
|
2983
3103
|
|
2984
|
-
.uk-grid-divider.uk-grid-large> :not(.uk-first-column)::before
|
3104
|
+
.uk-grid-divider.uk-grid-large> :not(.uk-first-column)::before,
|
3105
|
+
.uk-grid-divider.uk-grid-column-large> :not(.uk-first-column)::before {
|
2985
3106
|
left: 40px;
|
2986
3107
|
}
|
2987
3108
|
|
2988
3109
|
/* Vertical */
|
2989
|
-
.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin
|
3110
|
+
.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin,
|
3111
|
+
.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin {
|
2990
3112
|
margin-top: 80px;
|
2991
3113
|
}
|
2992
3114
|
|
@@ -2995,24 +3117,36 @@ select.uk-form-width-xsmall {
|
|
2995
3117
|
left: 80px;
|
2996
3118
|
}
|
2997
3119
|
|
3120
|
+
.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin::before {
|
3121
|
+
top: -40px;
|
3122
|
+
}
|
3123
|
+
|
3124
|
+
.uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin::before {
|
3125
|
+
left: 80px;
|
3126
|
+
}
|
3127
|
+
|
2998
3128
|
/* Desktop and bigger */
|
2999
3129
|
@media (min-width: 1200px) {
|
3000
3130
|
|
3001
3131
|
/* Horizontal */
|
3002
|
-
.uk-grid-divider.uk-grid-large
|
3132
|
+
.uk-grid-divider.uk-grid-large,
|
3133
|
+
.uk-grid-divider.uk-grid-column-large {
|
3003
3134
|
margin-left: -140px;
|
3004
3135
|
}
|
3005
3136
|
|
3006
|
-
.uk-grid-divider.uk-grid-large
|
3137
|
+
.uk-grid-divider.uk-grid-large>*,
|
3138
|
+
.uk-grid-divider.uk-grid-column-large>* {
|
3007
3139
|
padding-left: 140px;
|
3008
3140
|
}
|
3009
3141
|
|
3010
|
-
.uk-grid-divider.uk-grid-large> :not(.uk-first-column)::before
|
3142
|
+
.uk-grid-divider.uk-grid-large> :not(.uk-first-column)::before,
|
3143
|
+
.uk-grid-divider.uk-grid-column-large> :not(.uk-first-column)::before {
|
3011
3144
|
left: 70px;
|
3012
3145
|
}
|
3013
3146
|
|
3014
3147
|
/* Vertical */
|
3015
|
-
.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin
|
3148
|
+
.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin,
|
3149
|
+
.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin {
|
3016
3150
|
margin-top: 140px;
|
3017
3151
|
}
|
3018
3152
|
|
@@ -3020,6 +3154,14 @@ select.uk-form-width-xsmall {
|
|
3020
3154
|
top: -70px;
|
3021
3155
|
left: 140px;
|
3022
3156
|
}
|
3157
|
+
|
3158
|
+
.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin::before {
|
3159
|
+
top: -70px;
|
3160
|
+
}
|
3161
|
+
|
3162
|
+
.uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin::before {
|
3163
|
+
left: 140px;
|
3164
|
+
}
|
3023
3165
|
}
|
3024
3166
|
|
3025
3167
|
/* Match child of a grid cell
|
@@ -4466,9 +4608,9 @@ ul.uk-nav-sub {
|
|
4466
4608
|
/*
|
4467
4609
|
* Horizontal alignment
|
4468
4610
|
* 1. Create position context for centered navbar with sub groups (left/right)
|
4469
|
-
* 2.
|
4611
|
+
* 2. Fix text wrapping if content is larger than 50% of the container.
|
4612
|
+
* 3. Needed for dropdowns because a new position context is created
|
4470
4613
|
* `z-index` must be smaller than off-canvas
|
4471
|
-
* 3. Fix text wrapping if the centered section is larger than 50% of the navbar
|
4472
4614
|
* 4. Align sub groups for centered navbar
|
4473
4615
|
*/
|
4474
4616
|
.uk-navbar-right {
|
@@ -4488,16 +4630,12 @@ ul.uk-nav-sub {
|
|
4488
4630
|
left: 50%;
|
4489
4631
|
transform: translate(-50%, -50%);
|
4490
4632
|
/* 2 */
|
4633
|
+
width: max-content;
|
4634
|
+
box-sizing: border-box;
|
4635
|
+
/* 3 */
|
4491
4636
|
z-index: 990;
|
4492
4637
|
}
|
4493
4638
|
|
4494
|
-
/* 3 */
|
4495
|
-
.uk-navbar-center:not(:only-child) .uk-navbar-nav>li>a,
|
4496
|
-
.uk-navbar-center:not(:only-child) .uk-navbar-item,
|
4497
|
-
.uk-navbar-center:not(:only-child) .uk-navbar-toggle {
|
4498
|
-
white-space: nowrap;
|
4499
|
-
}
|
4500
|
-
|
4501
4639
|
/* 4 */
|
4502
4640
|
.uk-navbar-center-left,
|
4503
4641
|
.uk-navbar-center-right {
|
@@ -4513,10 +4651,9 @@ ul.uk-nav-sub {
|
|
4513
4651
|
left: 100%;
|
4514
4652
|
}
|
4515
4653
|
|
4516
|
-
[class*='uk-navbar-center-']
|
4517
|
-
|
4518
|
-
|
4519
|
-
white-space: nowrap;
|
4654
|
+
[class*='uk-navbar-center-'] {
|
4655
|
+
width: max-content;
|
4656
|
+
box-sizing: border-box;
|
4520
4657
|
}
|
4521
4658
|
|
4522
4659
|
/* Nav
|
@@ -5979,6 +6116,7 @@ ul.uk-nav-sub {
|
|
5979
6116
|
* 5. Responsiveness
|
5980
6117
|
* Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
|
5981
6118
|
* Using `vh` and `vw` to make responsive image work in IE11
|
6119
|
+
* 6. Suppress outline on focus
|
5982
6120
|
*/
|
5983
6121
|
.uk-lightbox-items>* {
|
5984
6122
|
/* 1 */
|
@@ -6003,6 +6141,11 @@ ul.uk-nav-sub {
|
|
6003
6141
|
max-height: 100vh;
|
6004
6142
|
}
|
6005
6143
|
|
6144
|
+
/* 6 */
|
6145
|
+
.uk-lightbox-items> :focus {
|
6146
|
+
outline: none;
|
6147
|
+
}
|
6148
|
+
|
6006
6149
|
.uk-lightbox-items>*> :not(iframe) {
|
6007
6150
|
width: auto;
|
6008
6151
|
height: auto;
|
@@ -6112,6 +6255,7 @@ ul.uk-nav-sub {
|
|
6112
6255
|
* 3. Clip child elements, e.g. for `uk-cover`
|
6113
6256
|
* 4. Optimize animation
|
6114
6257
|
* 5. Disable horizontal panning gestures in IE11 and Edge
|
6258
|
+
* 6. Suppress outline on focus
|
6115
6259
|
*/
|
6116
6260
|
.uk-slideshow-items>* {
|
6117
6261
|
/* 1 */
|
@@ -6129,6 +6273,11 @@ ul.uk-nav-sub {
|
|
6129
6273
|
touch-action: pan-y;
|
6130
6274
|
}
|
6131
6275
|
|
6276
|
+
/* 6 */
|
6277
|
+
.uk-slideshow-items> :focus {
|
6278
|
+
outline: none;
|
6279
|
+
}
|
6280
|
+
|
6132
6281
|
/*
|
6133
6282
|
* Hide not active items
|
6134
6283
|
*/
|
@@ -6194,6 +6343,7 @@ ul.uk-nav-sub {
|
|
6194
6343
|
* 1. Let items take content dimensions (0 0 auto)
|
6195
6344
|
* 2. Create position context
|
6196
6345
|
* 3. Disable horizontal panning gestures in IE11 and Edge
|
6346
|
+
* 4. Suppress outline on focus
|
6197
6347
|
*/
|
6198
6348
|
.uk-slider-items>* {
|
6199
6349
|
/* 1 */
|
@@ -6204,6 +6354,11 @@ ul.uk-nav-sub {
|
|
6204
6354
|
touch-action: pan-y;
|
6205
6355
|
}
|
6206
6356
|
|
6357
|
+
/* 4 */
|
6358
|
+
.uk-slider-items> :focus {
|
6359
|
+
outline: none;
|
6360
|
+
}
|
6361
|
+
|
6207
6362
|
/* ========================================================================
|
6208
6363
|
Component: Sticky
|
6209
6364
|
========================================================================== */
|
@@ -6539,7 +6694,7 @@ ul.uk-nav-sub {
|
|
6539
6694
|
}
|
6540
6695
|
|
6541
6696
|
:root {
|
6542
|
-
--uk-leader-fill-content:
|
6697
|
+
--uk-leader-fill-content: '.';
|
6543
6698
|
}
|
6544
6699
|
|
6545
6700
|
/* ========================================================================
|
@@ -6911,6 +7066,7 @@ ul.uk-nav-sub {
|
|
6911
7066
|
========================================================================== */
|
6912
7067
|
.uk-sortable-placeholder {
|
6913
7068
|
opacity: 0;
|
7069
|
+
pointer-events: none;
|
6914
7070
|
}
|
6915
7071
|
|
6916
7072
|
/* Empty modifier
|
@@ -6937,7 +7093,7 @@ ul.uk-nav-sub {
|
|
6937
7093
|
.uk-countdown-number,
|
6938
7094
|
.uk-countdown-separator {
|
6939
7095
|
/* 1 */
|
6940
|
-
line-height:
|
7096
|
+
line-height: 0.8;
|
6941
7097
|
}
|
6942
7098
|
|
6943
7099
|
/* Number
|
@@ -6991,37 +7147,6 @@ ul.uk-nav-sub {
|
|
6991
7147
|
animation-fill-mode: both;
|
6992
7148
|
}
|
6993
7149
|
|
6994
|
-
/* Direction modifier
|
6995
|
-
========================================================================== */
|
6996
|
-
.uk-animation-reverse {
|
6997
|
-
animation-direction: reverse;
|
6998
|
-
animation-timing-function: ease-in;
|
6999
|
-
}
|
7000
|
-
|
7001
|
-
/* Toggle (Hover + Focus)
|
7002
|
-
========================================================================== */
|
7003
|
-
/*
|
7004
|
-
* The toggle is triggered on touch devices using `:focus` and tabindex
|
7005
|
-
*/
|
7006
|
-
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
|
7007
|
-
animation-name: none;
|
7008
|
-
}
|
7009
|
-
|
7010
|
-
/*
|
7011
|
-
* 1. Prevent tab highlighting on iOS.
|
7012
|
-
*/
|
7013
|
-
.uk-animation-toggle {
|
7014
|
-
/* 1 */
|
7015
|
-
-webkit-tap-highlight-color: transparent;
|
7016
|
-
}
|
7017
|
-
|
7018
|
-
/*
|
7019
|
-
* Remove outline for `tabindex`
|
7020
|
-
*/
|
7021
|
-
.uk-animation-toggle:focus {
|
7022
|
-
outline: none;
|
7023
|
-
}
|
7024
|
-
|
7025
7150
|
/* Animations
|
7026
7151
|
========================================================================== */
|
7027
7152
|
/*
|
@@ -7116,12 +7241,56 @@ ul.uk-nav-sub {
|
|
7116
7241
|
animation-name: uk-shake;
|
7117
7242
|
}
|
7118
7243
|
|
7244
|
+
/*
|
7245
|
+
* SVG Stroke
|
7246
|
+
* The `--uk-animation-stroke` custom property contains the longest path length.
|
7247
|
+
* Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
|
7248
|
+
* All strokes are animated by the same pace and doesn't end simultaneously.
|
7249
|
+
* To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
|
7250
|
+
*/
|
7251
|
+
.uk-animation-stroke {
|
7252
|
+
animation-name: uk-stroke;
|
7253
|
+
stroke-dasharray: var(--uk-animation-stroke);
|
7254
|
+
animation-duration: 2s;
|
7255
|
+
}
|
7256
|
+
|
7257
|
+
/* Direction modifier
|
7258
|
+
========================================================================== */
|
7259
|
+
.uk-animation-reverse {
|
7260
|
+
animation-direction: reverse;
|
7261
|
+
animation-timing-function: ease-in;
|
7262
|
+
}
|
7263
|
+
|
7119
7264
|
/* Duration modifier
|
7120
7265
|
========================================================================== */
|
7121
7266
|
.uk-animation-fast {
|
7122
7267
|
animation-duration: 0.1s;
|
7123
7268
|
}
|
7124
7269
|
|
7270
|
+
/* Toggle (Hover + Focus)
|
7271
|
+
========================================================================== */
|
7272
|
+
/*
|
7273
|
+
* The toggle is triggered on touch devices using `:focus` and tabindex
|
7274
|
+
*/
|
7275
|
+
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
|
7276
|
+
animation-name: none;
|
7277
|
+
}
|
7278
|
+
|
7279
|
+
/*
|
7280
|
+
* 1. Prevent tab highlighting on iOS.
|
7281
|
+
*/
|
7282
|
+
.uk-animation-toggle {
|
7283
|
+
/* 1 */
|
7284
|
+
-webkit-tap-highlight-color: transparent;
|
7285
|
+
}
|
7286
|
+
|
7287
|
+
/*
|
7288
|
+
* Remove outline for `tabindex`
|
7289
|
+
*/
|
7290
|
+
.uk-animation-toggle:focus {
|
7291
|
+
outline: none;
|
7292
|
+
}
|
7293
|
+
|
7125
7294
|
/* Keyframes used by animation classes
|
7126
7295
|
========================================================================== */
|
7127
7296
|
/*
|
@@ -7407,6 +7576,19 @@ ul.uk-nav-sub {
|
|
7407
7576
|
}
|
7408
7577
|
}
|
7409
7578
|
|
7579
|
+
/*
|
7580
|
+
* Stroke
|
7581
|
+
*/
|
7582
|
+
@keyframes uk-stroke {
|
7583
|
+
0% {
|
7584
|
+
stroke-dashoffset: var(--uk-animation-stroke);
|
7585
|
+
}
|
7586
|
+
|
7587
|
+
100% {
|
7588
|
+
stroke-dashoffset: 0;
|
7589
|
+
}
|
7590
|
+
}
|
7591
|
+
|
7410
7592
|
/* ========================================================================
|
7411
7593
|
Component: Width
|
7412
7594
|
========================================================================== */
|
@@ -8139,20 +8321,42 @@ ul.uk-nav-sub {
|
|
8139
8321
|
|
8140
8322
|
/* Weight modifier
|
8141
8323
|
========================================================================== */
|
8324
|
+
.uk-text-light {
|
8325
|
+
font-weight: 300;
|
8326
|
+
}
|
8327
|
+
|
8328
|
+
.uk-text-normal {
|
8329
|
+
font-weight: 400;
|
8330
|
+
}
|
8331
|
+
|
8142
8332
|
.uk-text-bold {
|
8333
|
+
font-weight: 700;
|
8334
|
+
}
|
8335
|
+
|
8336
|
+
.uk-text-lighter {
|
8337
|
+
font-weight: lighter;
|
8338
|
+
}
|
8339
|
+
|
8340
|
+
.uk-text-bolder {
|
8143
8341
|
font-weight: bolder;
|
8144
8342
|
}
|
8145
8343
|
|
8146
|
-
/*
|
8344
|
+
/* Style modifier
|
8147
8345
|
========================================================================== */
|
8148
|
-
.uk-text-
|
8149
|
-
|
8346
|
+
.uk-text-italic {
|
8347
|
+
font-style: italic;
|
8150
8348
|
}
|
8151
8349
|
|
8350
|
+
/* Transform modifier
|
8351
|
+
========================================================================== */
|
8152
8352
|
.uk-text-capitalize {
|
8153
8353
|
text-transform: capitalize !important;
|
8154
8354
|
}
|
8155
8355
|
|
8356
|
+
.uk-text-uppercase {
|
8357
|
+
text-transform: uppercase !important;
|
8358
|
+
}
|
8359
|
+
|
8156
8360
|
.uk-text-lowercase {
|
8157
8361
|
text-transform: lowercase !important;
|
8158
8362
|
}
|
@@ -8171,6 +8375,10 @@ ul.uk-nav-sub {
|
|
8171
8375
|
color: #1e87f0 !important;
|
8172
8376
|
}
|
8173
8377
|
|
8378
|
+
.uk-text-secondary {
|
8379
|
+
color: #222 !important;
|
8380
|
+
}
|
8381
|
+
|
8174
8382
|
.uk-text-success {
|
8175
8383
|
color: #32d296 !important;
|
8176
8384
|
}
|
@@ -9864,6 +10072,98 @@ iframe.uk-cover {
|
|
9864
10072
|
}
|
9865
10073
|
}
|
9866
10074
|
|
10075
|
+
/* Auto
|
10076
|
+
========================================================================== */
|
10077
|
+
.uk-margin-auto {
|
10078
|
+
margin-left: auto !important;
|
10079
|
+
margin-right: auto !important;
|
10080
|
+
}
|
10081
|
+
|
10082
|
+
.uk-margin-auto-top {
|
10083
|
+
margin-top: auto !important;
|
10084
|
+
}
|
10085
|
+
|
10086
|
+
.uk-margin-auto-bottom {
|
10087
|
+
margin-bottom: auto !important;
|
10088
|
+
}
|
10089
|
+
|
10090
|
+
.uk-margin-auto-left {
|
10091
|
+
margin-left: auto !important;
|
10092
|
+
}
|
10093
|
+
|
10094
|
+
.uk-margin-auto-right {
|
10095
|
+
margin-right: auto !important;
|
10096
|
+
}
|
10097
|
+
|
10098
|
+
.uk-margin-auto-vertical {
|
10099
|
+
margin-top: auto !important;
|
10100
|
+
margin-bottom: auto !important;
|
10101
|
+
}
|
10102
|
+
|
10103
|
+
/* Phone landscape and bigger */
|
10104
|
+
@media (min-width: 640px) {
|
10105
|
+
.uk-margin-auto\@s {
|
10106
|
+
margin-left: auto !important;
|
10107
|
+
margin-right: auto !important;
|
10108
|
+
}
|
10109
|
+
|
10110
|
+
.uk-margin-auto-left\@s {
|
10111
|
+
margin-left: auto !important;
|
10112
|
+
}
|
10113
|
+
|
10114
|
+
.uk-margin-auto-right\@s {
|
10115
|
+
margin-right: auto !important;
|
10116
|
+
}
|
10117
|
+
}
|
10118
|
+
|
10119
|
+
/* Tablet landscape and bigger */
|
10120
|
+
@media (min-width: 960px) {
|
10121
|
+
.uk-margin-auto\@m {
|
10122
|
+
margin-left: auto !important;
|
10123
|
+
margin-right: auto !important;
|
10124
|
+
}
|
10125
|
+
|
10126
|
+
.uk-margin-auto-left\@m {
|
10127
|
+
margin-left: auto !important;
|
10128
|
+
}
|
10129
|
+
|
10130
|
+
.uk-margin-auto-right\@m {
|
10131
|
+
margin-right: auto !important;
|
10132
|
+
}
|
10133
|
+
}
|
10134
|
+
|
10135
|
+
/* Desktop and bigger */
|
10136
|
+
@media (min-width: 1200px) {
|
10137
|
+
.uk-margin-auto\@l {
|
10138
|
+
margin-left: auto !important;
|
10139
|
+
margin-right: auto !important;
|
10140
|
+
}
|
10141
|
+
|
10142
|
+
.uk-margin-auto-left\@l {
|
10143
|
+
margin-left: auto !important;
|
10144
|
+
}
|
10145
|
+
|
10146
|
+
.uk-margin-auto-right\@l {
|
10147
|
+
margin-right: auto !important;
|
10148
|
+
}
|
10149
|
+
}
|
10150
|
+
|
10151
|
+
/* Large screen and bigger */
|
10152
|
+
@media (min-width: 1600px) {
|
10153
|
+
.uk-margin-auto\@xl {
|
10154
|
+
margin-left: auto !important;
|
10155
|
+
margin-right: auto !important;
|
10156
|
+
}
|
10157
|
+
|
10158
|
+
.uk-margin-auto-left\@xl {
|
10159
|
+
margin-left: auto !important;
|
10160
|
+
}
|
10161
|
+
|
10162
|
+
.uk-margin-auto-right\@xl {
|
10163
|
+
margin-right: auto !important;
|
10164
|
+
}
|
10165
|
+
}
|
10166
|
+
|
9867
10167
|
/* Remove
|
9868
10168
|
========================================================================== */
|
9869
10169
|
.uk-margin-remove {
|
@@ -9891,36 +10191,57 @@ iframe.uk-cover {
|
|
9891
10191
|
margin-bottom: 0 !important;
|
9892
10192
|
}
|
9893
10193
|
|
9894
|
-
.uk-margin-remove-adjacent
|
10194
|
+
.uk-margin-remove-adjacent+*,
|
10195
|
+
.uk-margin-remove-first-child> :first-child {
|
9895
10196
|
margin-top: 0 !important;
|
9896
10197
|
}
|
9897
10198
|
|
9898
|
-
|
9899
|
-
|
9900
|
-
.uk-margin-auto {
|
9901
|
-
margin-left: auto !important;
|
9902
|
-
margin-right: auto !important;
|
10199
|
+
.uk-margin-remove-last-child> :last-child {
|
10200
|
+
margin-bottom: 0 !important;
|
9903
10201
|
}
|
9904
10202
|
|
9905
|
-
|
9906
|
-
|
9907
|
-
|
10203
|
+
/* Phone landscape and bigger */
|
10204
|
+
@media (min-width: 640px) {
|
10205
|
+
.uk-margin-remove-left\@s {
|
10206
|
+
margin-left: 0 !important;
|
10207
|
+
}
|
9908
10208
|
|
9909
|
-
.uk-margin-
|
9910
|
-
|
10209
|
+
.uk-margin-remove-right\@s {
|
10210
|
+
margin-right: 0 !important;
|
10211
|
+
}
|
9911
10212
|
}
|
9912
10213
|
|
9913
|
-
|
9914
|
-
|
10214
|
+
/* Tablet landscape and bigger */
|
10215
|
+
@media (min-width: 960px) {
|
10216
|
+
.uk-margin-remove-left\@m {
|
10217
|
+
margin-left: 0 !important;
|
10218
|
+
}
|
10219
|
+
|
10220
|
+
.uk-margin-remove-right\@m {
|
10221
|
+
margin-right: 0 !important;
|
10222
|
+
}
|
9915
10223
|
}
|
9916
10224
|
|
9917
|
-
|
9918
|
-
|
10225
|
+
/* Desktop and bigger */
|
10226
|
+
@media (min-width: 1200px) {
|
10227
|
+
.uk-margin-remove-left\@l {
|
10228
|
+
margin-left: 0 !important;
|
10229
|
+
}
|
10230
|
+
|
10231
|
+
.uk-margin-remove-right\@l {
|
10232
|
+
margin-right: 0 !important;
|
10233
|
+
}
|
9919
10234
|
}
|
9920
10235
|
|
9921
|
-
|
9922
|
-
|
9923
|
-
margin-
|
10236
|
+
/* Large screen and bigger */
|
10237
|
+
@media (min-width: 1600px) {
|
10238
|
+
.uk-margin-remove-left\@xl {
|
10239
|
+
margin-left: 0 !important;
|
10240
|
+
}
|
10241
|
+
|
10242
|
+
.uk-margin-remove-right\@xl {
|
10243
|
+
margin-right: 0 !important;
|
10244
|
+
}
|
9924
10245
|
}
|
9925
10246
|
|
9926
10247
|
/* ========================================================================
|
@@ -10059,7 +10380,6 @@ iframe.uk-cover {
|
|
10059
10380
|
left: 50%;
|
10060
10381
|
transform: translate(-50%, -50%);
|
10061
10382
|
/* 1 */
|
10062
|
-
width: -moz-max-content;
|
10063
10383
|
width: max-content;
|
10064
10384
|
max-width: 100%;
|
10065
10385
|
box-sizing: border-box;
|
@@ -10082,13 +10402,11 @@ iframe.uk-cover {
|
|
10082
10402
|
|
10083
10403
|
.uk-position-center-left-out {
|
10084
10404
|
right: 100%;
|
10085
|
-
width: -moz-max-content;
|
10086
10405
|
width: max-content;
|
10087
10406
|
}
|
10088
10407
|
|
10089
10408
|
.uk-position-center-right-out {
|
10090
10409
|
left: 100%;
|
10091
|
-
width: -moz-max-content;
|
10092
10410
|
width: max-content;
|
10093
10411
|
}
|
10094
10412
|
|
@@ -10098,7 +10416,6 @@ iframe.uk-cover {
|
|
10098
10416
|
left: 50%;
|
10099
10417
|
transform: translateX(-50%);
|
10100
10418
|
/* 1 */
|
10101
|
-
width: -moz-max-content;
|
10102
10419
|
width: max-content;
|
10103
10420
|
max-width: 100%;
|
10104
10421
|
box-sizing: border-box;
|
@@ -10280,14 +10597,13 @@ iframe.uk-cover {
|
|
10280
10597
|
|
10281
10598
|
/*
|
10282
10599
|
* Scale
|
10283
|
-
* Note: Using `scale3d` for better image rendering
|
10284
10600
|
*/
|
10285
10601
|
.uk-transition-scale-up {
|
10286
|
-
transform:
|
10602
|
+
transform: scale(1, 1);
|
10287
10603
|
}
|
10288
10604
|
|
10289
10605
|
.uk-transition-scale-down {
|
10290
|
-
transform:
|
10606
|
+
transform: scale(1.1, 1.1);
|
10291
10607
|
}
|
10292
10608
|
|
10293
10609
|
/* Show */
|
@@ -10295,14 +10611,14 @@ iframe.uk-cover {
|
|
10295
10611
|
.uk-transition-toggle:focus .uk-transition-scale-up,
|
10296
10612
|
.uk-transition-active.uk-active .uk-transition-scale-up {
|
10297
10613
|
opacity: 1;
|
10298
|
-
transform:
|
10614
|
+
transform: scale(1.1, 1.1);
|
10299
10615
|
}
|
10300
10616
|
|
10301
10617
|
.uk-transition-toggle:hover .uk-transition-scale-down,
|
10302
10618
|
.uk-transition-toggle:focus .uk-transition-scale-down,
|
10303
10619
|
.uk-transition-active.uk-active .uk-transition-scale-down {
|
10304
10620
|
opacity: 1;
|
10305
|
-
transform:
|
10621
|
+
transform: scale(1, 1);
|
10306
10622
|
}
|
10307
10623
|
|
10308
10624
|
/*
|
@@ -10661,6 +10977,11 @@ iframe.uk-cover {
|
|
10661
10977
|
.uk-light .uk-h5,
|
10662
10978
|
.uk-light h6,
|
10663
10979
|
.uk-light .uk-h6,
|
10980
|
+
.uk-light .uk-heading-small,
|
10981
|
+
.uk-light .uk-heading-medium,
|
10982
|
+
.uk-light .uk-heading-large,
|
10983
|
+
.uk-light .uk-heading-xlarge,
|
10984
|
+
.uk-light .uk-heading-2xlarge,
|
10664
10985
|
.uk-section-primary:not(.uk-preserve-color) h1,
|
10665
10986
|
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
|
10666
10987
|
.uk-section-primary:not(.uk-preserve-color) h2,
|
@@ -10673,6 +10994,11 @@ iframe.uk-cover {
|
|
10673
10994
|
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
|
10674
10995
|
.uk-section-primary:not(.uk-preserve-color) h6,
|
10675
10996
|
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
|
10997
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-heading-small,
|
10998
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-heading-medium,
|
10999
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-heading-large,
|
11000
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge,
|
11001
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
|
10676
11002
|
.uk-section-secondary:not(.uk-preserve-color) h1,
|
10677
11003
|
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
|
10678
11004
|
.uk-section-secondary:not(.uk-preserve-color) h2,
|
@@ -10685,6 +11011,11 @@ iframe.uk-cover {
|
|
10685
11011
|
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
|
10686
11012
|
.uk-section-secondary:not(.uk-preserve-color) h6,
|
10687
11013
|
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
|
11014
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-small,
|
11015
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium,
|
11016
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-large,
|
11017
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
|
11018
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
|
10688
11019
|
.uk-tile-primary:not(.uk-preserve-color) h1,
|
10689
11020
|
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
|
10690
11021
|
.uk-tile-primary:not(.uk-preserve-color) h2,
|
@@ -10697,6 +11028,11 @@ iframe.uk-cover {
|
|
10697
11028
|
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
|
10698
11029
|
.uk-tile-primary:not(.uk-preserve-color) h6,
|
10699
11030
|
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
|
11031
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-small,
|
11032
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium,
|
11033
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-large,
|
11034
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge,
|
11035
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
|
10700
11036
|
.uk-tile-secondary:not(.uk-preserve-color) h1,
|
10701
11037
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
|
10702
11038
|
.uk-tile-secondary:not(.uk-preserve-color) h2,
|
@@ -10709,6 +11045,11 @@ iframe.uk-cover {
|
|
10709
11045
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
|
10710
11046
|
.uk-tile-secondary:not(.uk-preserve-color) h6,
|
10711
11047
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
|
11048
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small,
|
11049
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium,
|
11050
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large,
|
11051
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
|
11052
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
|
10712
11053
|
.uk-card-primary.uk-card-body h1,
|
10713
11054
|
.uk-card-primary.uk-card-body .uk-h1,
|
10714
11055
|
.uk-card-primary.uk-card-body h2,
|
@@ -10721,6 +11062,11 @@ iframe.uk-cover {
|
|
10721
11062
|
.uk-card-primary.uk-card-body .uk-h5,
|
10722
11063
|
.uk-card-primary.uk-card-body h6,
|
10723
11064
|
.uk-card-primary.uk-card-body .uk-h6,
|
11065
|
+
.uk-card-primary.uk-card-body .uk-heading-small,
|
11066
|
+
.uk-card-primary.uk-card-body .uk-heading-medium,
|
11067
|
+
.uk-card-primary.uk-card-body .uk-heading-large,
|
11068
|
+
.uk-card-primary.uk-card-body .uk-heading-xlarge,
|
11069
|
+
.uk-card-primary.uk-card-body .uk-heading-2xlarge,
|
10724
11070
|
.uk-card-primary> :not([class*='uk-card-media']) h1,
|
10725
11071
|
.uk-card-primary> :not([class*='uk-card-media']) .uk-h1,
|
10726
11072
|
.uk-card-primary> :not([class*='uk-card-media']) h2,
|
@@ -10733,6 +11079,11 @@ iframe.uk-cover {
|
|
10733
11079
|
.uk-card-primary> :not([class*='uk-card-media']) .uk-h5,
|
10734
11080
|
.uk-card-primary> :not([class*='uk-card-media']) h6,
|
10735
11081
|
.uk-card-primary> :not([class*='uk-card-media']) .uk-h6,
|
11082
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-heading-small,
|
11083
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-heading-medium,
|
11084
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-heading-large,
|
11085
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-heading-xlarge,
|
11086
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-heading-2xlarge,
|
10736
11087
|
.uk-card-secondary.uk-card-body h1,
|
10737
11088
|
.uk-card-secondary.uk-card-body .uk-h1,
|
10738
11089
|
.uk-card-secondary.uk-card-body h2,
|
@@ -10745,6 +11096,11 @@ iframe.uk-cover {
|
|
10745
11096
|
.uk-card-secondary.uk-card-body .uk-h5,
|
10746
11097
|
.uk-card-secondary.uk-card-body h6,
|
10747
11098
|
.uk-card-secondary.uk-card-body .uk-h6,
|
11099
|
+
.uk-card-secondary.uk-card-body .uk-heading-small,
|
11100
|
+
.uk-card-secondary.uk-card-body .uk-heading-medium,
|
11101
|
+
.uk-card-secondary.uk-card-body .uk-heading-large,
|
11102
|
+
.uk-card-secondary.uk-card-body .uk-heading-xlarge,
|
11103
|
+
.uk-card-secondary.uk-card-body .uk-heading-2xlarge,
|
10748
11104
|
.uk-card-secondary> :not([class*='uk-card-media']) h1,
|
10749
11105
|
.uk-card-secondary> :not([class*='uk-card-media']) .uk-h1,
|
10750
11106
|
.uk-card-secondary> :not([class*='uk-card-media']) h2,
|
@@ -10757,6 +11113,11 @@ iframe.uk-cover {
|
|
10757
11113
|
.uk-card-secondary> :not([class*='uk-card-media']) .uk-h5,
|
10758
11114
|
.uk-card-secondary> :not([class*='uk-card-media']) h6,
|
10759
11115
|
.uk-card-secondary> :not([class*='uk-card-media']) .uk-h6,
|
11116
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-heading-small,
|
11117
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-heading-medium,
|
11118
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-heading-large,
|
11119
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-heading-xlarge,
|
11120
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-heading-2xlarge,
|
10760
11121
|
.uk-overlay-primary h1,
|
10761
11122
|
.uk-overlay-primary .uk-h1,
|
10762
11123
|
.uk-overlay-primary h2,
|
@@ -10769,6 +11130,11 @@ iframe.uk-cover {
|
|
10769
11130
|
.uk-overlay-primary .uk-h5,
|
10770
11131
|
.uk-overlay-primary h6,
|
10771
11132
|
.uk-overlay-primary .uk-h6,
|
11133
|
+
.uk-overlay-primary .uk-heading-small,
|
11134
|
+
.uk-overlay-primary .uk-heading-medium,
|
11135
|
+
.uk-overlay-primary .uk-heading-large,
|
11136
|
+
.uk-overlay-primary .uk-heading-xlarge,
|
11137
|
+
.uk-overlay-primary .uk-heading-2xlarge,
|
10772
11138
|
.uk-offcanvas-bar h1,
|
10773
11139
|
.uk-offcanvas-bar .uk-h1,
|
10774
11140
|
.uk-offcanvas-bar h2,
|
@@ -10780,7 +11146,12 @@ iframe.uk-cover {
|
|
10780
11146
|
.uk-offcanvas-bar h5,
|
10781
11147
|
.uk-offcanvas-bar .uk-h5,
|
10782
11148
|
.uk-offcanvas-bar h6,
|
10783
|
-
.uk-offcanvas-bar .uk-h6
|
11149
|
+
.uk-offcanvas-bar .uk-h6,
|
11150
|
+
.uk-offcanvas-bar .uk-heading-small,
|
11151
|
+
.uk-offcanvas-bar .uk-heading-medium,
|
11152
|
+
.uk-offcanvas-bar .uk-heading-large,
|
11153
|
+
.uk-offcanvas-bar .uk-heading-xlarge,
|
11154
|
+
.uk-offcanvas-bar .uk-heading-2xlarge {
|
10784
11155
|
color: #fff;
|
10785
11156
|
}
|
10786
11157
|
|
@@ -10837,102 +11208,102 @@ iframe.uk-cover {
|
|
10837
11208
|
border-top-color: rgba(255, 255, 255, 0.2);
|
10838
11209
|
}
|
10839
11210
|
|
10840
|
-
.uk-light
|
11211
|
+
.uk-light .uk-link-muted,
|
10841
11212
|
.uk-light .uk-link-muted a,
|
10842
|
-
.uk-section-primary:not(.uk-preserve-color)
|
11213
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted,
|
10843
11214
|
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a,
|
10844
|
-
.uk-section-secondary:not(.uk-preserve-color)
|
11215
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted,
|
10845
11216
|
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a,
|
10846
|
-
.uk-tile-primary:not(.uk-preserve-color)
|
11217
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted,
|
10847
11218
|
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a,
|
10848
|
-
.uk-tile-secondary:not(.uk-preserve-color)
|
11219
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted,
|
10849
11220
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a,
|
10850
|
-
.uk-card-primary.uk-card-body
|
11221
|
+
.uk-card-primary.uk-card-body .uk-link-muted,
|
10851
11222
|
.uk-card-primary.uk-card-body .uk-link-muted a,
|
10852
|
-
.uk-card-primary> :not([class*='uk-card-media'])
|
11223
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-link-muted,
|
10853
11224
|
.uk-card-primary> :not([class*='uk-card-media']) .uk-link-muted a,
|
10854
|
-
.uk-card-secondary.uk-card-body
|
11225
|
+
.uk-card-secondary.uk-card-body .uk-link-muted,
|
10855
11226
|
.uk-card-secondary.uk-card-body .uk-link-muted a,
|
10856
|
-
.uk-card-secondary> :not([class*='uk-card-media'])
|
11227
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-link-muted,
|
10857
11228
|
.uk-card-secondary> :not([class*='uk-card-media']) .uk-link-muted a,
|
10858
|
-
.uk-overlay-primary
|
11229
|
+
.uk-overlay-primary .uk-link-muted,
|
10859
11230
|
.uk-overlay-primary .uk-link-muted a,
|
10860
|
-
.uk-offcanvas-bar
|
11231
|
+
.uk-offcanvas-bar .uk-link-muted,
|
10861
11232
|
.uk-offcanvas-bar .uk-link-muted a {
|
10862
11233
|
color: rgba(255, 255, 255, 0.5);
|
10863
11234
|
}
|
10864
11235
|
|
10865
|
-
.uk-light
|
11236
|
+
.uk-light .uk-link-muted:hover,
|
10866
11237
|
.uk-light .uk-link-muted a:hover,
|
10867
|
-
.uk-section-primary:not(.uk-preserve-color)
|
11238
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted:hover,
|
10868
11239
|
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
|
10869
|
-
.uk-section-secondary:not(.uk-preserve-color)
|
11240
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted:hover,
|
10870
11241
|
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
|
10871
|
-
.uk-tile-primary:not(.uk-preserve-color)
|
11242
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted:hover,
|
10872
11243
|
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
|
10873
|
-
.uk-tile-secondary:not(.uk-preserve-color)
|
11244
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted:hover,
|
10874
11245
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
|
10875
|
-
.uk-card-primary.uk-card-body
|
11246
|
+
.uk-card-primary.uk-card-body .uk-link-muted:hover,
|
10876
11247
|
.uk-card-primary.uk-card-body .uk-link-muted a:hover,
|
10877
|
-
.uk-card-primary> :not([class*='uk-card-media'])
|
11248
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-link-muted:hover,
|
10878
11249
|
.uk-card-primary> :not([class*='uk-card-media']) .uk-link-muted a:hover,
|
10879
|
-
.uk-card-secondary.uk-card-body
|
11250
|
+
.uk-card-secondary.uk-card-body .uk-link-muted:hover,
|
10880
11251
|
.uk-card-secondary.uk-card-body .uk-link-muted a:hover,
|
10881
|
-
.uk-card-secondary> :not([class*='uk-card-media'])
|
11252
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-link-muted:hover,
|
10882
11253
|
.uk-card-secondary> :not([class*='uk-card-media']) .uk-link-muted a:hover,
|
10883
|
-
.uk-overlay-primary
|
11254
|
+
.uk-overlay-primary .uk-link-muted:hover,
|
10884
11255
|
.uk-overlay-primary .uk-link-muted a:hover,
|
10885
|
-
.uk-offcanvas-bar
|
11256
|
+
.uk-offcanvas-bar .uk-link-muted:hover,
|
10886
11257
|
.uk-offcanvas-bar .uk-link-muted a:hover {
|
10887
11258
|
color: rgba(255, 255, 255, 0.7);
|
10888
11259
|
}
|
10889
11260
|
|
10890
|
-
.uk-light
|
11261
|
+
.uk-light .uk-link-text:hover,
|
10891
11262
|
.uk-light .uk-link-text a:hover,
|
10892
|
-
.uk-section-primary:not(.uk-preserve-color)
|
11263
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-link-text:hover,
|
10893
11264
|
.uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover,
|
10894
|
-
.uk-section-secondary:not(.uk-preserve-color)
|
11265
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-link-text:hover,
|
10895
11266
|
.uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
|
10896
|
-
.uk-tile-primary:not(.uk-preserve-color)
|
11267
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-link-text:hover,
|
10897
11268
|
.uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover,
|
10898
|
-
.uk-tile-secondary:not(.uk-preserve-color)
|
11269
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-text:hover,
|
10899
11270
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
|
10900
|
-
.uk-card-primary.uk-card-body
|
11271
|
+
.uk-card-primary.uk-card-body .uk-link-text:hover,
|
10901
11272
|
.uk-card-primary.uk-card-body .uk-link-text a:hover,
|
10902
|
-
.uk-card-primary> :not([class*='uk-card-media'])
|
11273
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-link-text:hover,
|
10903
11274
|
.uk-card-primary> :not([class*='uk-card-media']) .uk-link-text a:hover,
|
10904
|
-
.uk-card-secondary.uk-card-body
|
11275
|
+
.uk-card-secondary.uk-card-body .uk-link-text:hover,
|
10905
11276
|
.uk-card-secondary.uk-card-body .uk-link-text a:hover,
|
10906
|
-
.uk-card-secondary> :not([class*='uk-card-media'])
|
11277
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-link-text:hover,
|
10907
11278
|
.uk-card-secondary> :not([class*='uk-card-media']) .uk-link-text a:hover,
|
10908
|
-
.uk-overlay-primary
|
11279
|
+
.uk-overlay-primary .uk-link-text:hover,
|
10909
11280
|
.uk-overlay-primary .uk-link-text a:hover,
|
10910
|
-
.uk-offcanvas-bar
|
11281
|
+
.uk-offcanvas-bar .uk-link-text:hover,
|
10911
11282
|
.uk-offcanvas-bar .uk-link-text a:hover {
|
10912
11283
|
color: rgba(255, 255, 255, 0.5);
|
10913
11284
|
}
|
10914
11285
|
|
10915
|
-
.uk-light
|
11286
|
+
.uk-light .uk-link-heading:hover,
|
10916
11287
|
.uk-light .uk-link-heading a:hover,
|
10917
|
-
.uk-section-primary:not(.uk-preserve-color)
|
11288
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-link-heading:hover,
|
10918
11289
|
.uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
|
10919
|
-
.uk-section-secondary:not(.uk-preserve-color)
|
11290
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading:hover,
|
10920
11291
|
.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
|
10921
|
-
.uk-tile-primary:not(.uk-preserve-color)
|
11292
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-link-heading:hover,
|
10922
11293
|
.uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
|
10923
|
-
.uk-tile-secondary:not(.uk-preserve-color)
|
11294
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading:hover,
|
10924
11295
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
|
10925
|
-
.uk-card-primary.uk-card-body
|
11296
|
+
.uk-card-primary.uk-card-body .uk-link-heading:hover,
|
10926
11297
|
.uk-card-primary.uk-card-body .uk-link-heading a:hover,
|
10927
|
-
.uk-card-primary> :not([class*='uk-card-media'])
|
11298
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-link-heading:hover,
|
10928
11299
|
.uk-card-primary> :not([class*='uk-card-media']) .uk-link-heading a:hover,
|
10929
|
-
.uk-card-secondary.uk-card-body
|
11300
|
+
.uk-card-secondary.uk-card-body .uk-link-heading:hover,
|
10930
11301
|
.uk-card-secondary.uk-card-body .uk-link-heading a:hover,
|
10931
|
-
.uk-card-secondary> :not([class*='uk-card-media'])
|
11302
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-link-heading:hover,
|
10932
11303
|
.uk-card-secondary> :not([class*='uk-card-media']) .uk-link-heading a:hover,
|
10933
|
-
.uk-overlay-primary
|
11304
|
+
.uk-overlay-primary .uk-link-heading:hover,
|
10934
11305
|
.uk-overlay-primary .uk-link-heading a:hover,
|
10935
|
-
.uk-offcanvas-bar
|
11306
|
+
.uk-offcanvas-bar .uk-link-heading:hover,
|
10936
11307
|
.uk-offcanvas-bar .uk-link-heading a:hover {
|
10937
11308
|
color: #fff;
|
10938
11309
|
}
|
@@ -11043,17 +11414,17 @@ iframe.uk-cover {
|
|
11043
11414
|
border-top-color: rgba(255, 255, 255, 0.2);
|
11044
11415
|
}
|
11045
11416
|
|
11046
|
-
.uk-light .uk-divider-vertical
|
11047
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical
|
11048
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical
|
11049
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical
|
11050
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical
|
11051
|
-
.uk-card-primary.uk-card-body .uk-divider-vertical
|
11052
|
-
.uk-card-primary> :not([class*='uk-card-media']) .uk-divider-vertical
|
11053
|
-
.uk-card-secondary.uk-card-body .uk-divider-vertical
|
11054
|
-
.uk-card-secondary> :not([class*='uk-card-media']) .uk-divider-vertical
|
11055
|
-
.uk-overlay-primary .uk-divider-vertical
|
11056
|
-
.uk-offcanvas-bar .uk-divider-vertical
|
11417
|
+
.uk-light .uk-divider-vertical,
|
11418
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical,
|
11419
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical,
|
11420
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical,
|
11421
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical,
|
11422
|
+
.uk-card-primary.uk-card-body .uk-divider-vertical,
|
11423
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-divider-vertical,
|
11424
|
+
.uk-card-secondary.uk-card-body .uk-divider-vertical,
|
11425
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-divider-vertical,
|
11426
|
+
.uk-overlay-primary .uk-divider-vertical,
|
11427
|
+
.uk-offcanvas-bar .uk-divider-vertical {
|
11057
11428
|
border-left-color: rgba(255, 255, 255, 0.2);
|
11058
11429
|
}
|
11059
11430
|
|
@@ -11522,6 +11893,31 @@ iframe.uk-cover {
|
|
11522
11893
|
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
|
11523
11894
|
}
|
11524
11895
|
|
11896
|
+
.uk-light .uk-input[list]:hover,
|
11897
|
+
.uk-light .uk-input[list]:focus,
|
11898
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover,
|
11899
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus,
|
11900
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover,
|
11901
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
|
11902
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover,
|
11903
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus,
|
11904
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover,
|
11905
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
|
11906
|
+
.uk-card-primary.uk-card-body .uk-input[list]:hover,
|
11907
|
+
.uk-card-primary.uk-card-body .uk-input[list]:focus,
|
11908
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-input[list]:hover,
|
11909
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-input[list]:focus,
|
11910
|
+
.uk-card-secondary.uk-card-body .uk-input[list]:hover,
|
11911
|
+
.uk-card-secondary.uk-card-body .uk-input[list]:focus,
|
11912
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-input[list]:hover,
|
11913
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-input[list]:focus,
|
11914
|
+
.uk-overlay-primary .uk-input[list]:hover,
|
11915
|
+
.uk-overlay-primary .uk-input[list]:focus,
|
11916
|
+
.uk-offcanvas-bar .uk-input[list]:hover,
|
11917
|
+
.uk-offcanvas-bar .uk-input[list]:focus {
|
11918
|
+
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
|
11919
|
+
}
|
11920
|
+
|
11525
11921
|
.uk-light .uk-radio,
|
11526
11922
|
.uk-light .uk-checkbox,
|
11527
11923
|
.uk-section-primary:not(.uk-preserve-color) .uk-radio,
|
@@ -13524,7 +13920,21 @@ iframe.uk-cover {
|
|
13524
13920
|
.uk-card-secondary> :not([class*='uk-card-media']) .uk-text-primary,
|
13525
13921
|
.uk-overlay-primary .uk-text-primary,
|
13526
13922
|
.uk-offcanvas-bar .uk-text-primary {
|
13527
|
-
color:
|
13923
|
+
color: #fff !important;
|
13924
|
+
}
|
13925
|
+
|
13926
|
+
.uk-light .uk-text-secondary,
|
13927
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-text-secondary,
|
13928
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary,
|
13929
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-text-secondary,
|
13930
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary,
|
13931
|
+
.uk-card-primary.uk-card-body .uk-text-secondary,
|
13932
|
+
.uk-card-primary> :not([class*='uk-card-media']) .uk-text-secondary,
|
13933
|
+
.uk-card-secondary.uk-card-body .uk-text-secondary,
|
13934
|
+
.uk-card-secondary> :not([class*='uk-card-media']) .uk-text-secondary,
|
13935
|
+
.uk-overlay-primary .uk-text-secondary,
|
13936
|
+
.uk-offcanvas-bar .uk-text-secondary {
|
13937
|
+
color: #fff !important;
|
13528
13938
|
}
|
13529
13939
|
|
13530
13940
|
.uk-light .uk-column-divider,
|