uikit 3.14.4-dev.0cf600084 → 3.14.4-dev.2dc50ec60
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.
- package/CHANGELOG.md +12 -0
- package/dist/css/uikit-core-rtl.css +89 -52
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +89 -52
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +86 -53
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +86 -53
- package/dist/css/uikit.min.css +1 -1
- package/dist/js/components/countdown.js +1 -1
- package/dist/js/components/countdown.min.js +1 -1
- package/dist/js/components/filter.js +7 -5
- package/dist/js/components/filter.min.js +1 -1
- package/dist/js/components/lightbox-panel.js +28 -21
- package/dist/js/components/lightbox-panel.min.js +1 -1
- package/dist/js/components/lightbox.js +28 -21
- package/dist/js/components/lightbox.min.js +1 -1
- package/dist/js/components/notification.js +1 -1
- package/dist/js/components/notification.min.js +1 -1
- package/dist/js/components/parallax.js +1 -1
- package/dist/js/components/parallax.min.js +1 -1
- package/dist/js/components/slider-parallax.js +1 -1
- package/dist/js/components/slider-parallax.min.js +1 -1
- package/dist/js/components/slider.js +22 -7
- package/dist/js/components/slider.min.js +1 -1
- package/dist/js/components/slideshow-parallax.js +1 -1
- package/dist/js/components/slideshow-parallax.min.js +1 -1
- package/dist/js/components/slideshow.js +22 -7
- package/dist/js/components/slideshow.min.js +1 -1
- package/dist/js/components/sortable.js +3 -3
- package/dist/js/components/sortable.min.js +1 -1
- package/dist/js/components/tooltip.js +23 -16
- package/dist/js/components/tooltip.min.js +1 -1
- package/dist/js/components/upload.js +1 -1
- package/dist/js/components/upload.min.js +1 -1
- package/dist/js/uikit-core.js +115 -67
- package/dist/js/uikit-core.min.js +1 -1
- package/dist/js/uikit-icons.js +1 -1
- package/dist/js/uikit-icons.min.js +1 -1
- package/dist/js/uikit.js +168 -103
- package/dist/js/uikit.min.js +1 -1
- package/package.json +1 -1
- package/src/images/{backgrounds/nav-parent-open.svg → components/nav-parent-icon-large.svg} +0 -0
- package/src/images/components/nav-parent-icon.svg +3 -0
- package/src/images/components/navbar-parent-icon.svg +3 -0
- package/src/js/components/filter.js +5 -3
- package/src/js/components/sortable.js +2 -3
- package/src/js/core/height-viewport.js +11 -5
- package/src/js/core/icon.js +16 -0
- package/src/js/core/index.js +2 -0
- package/src/js/core/navbar.js +44 -15
- package/src/js/core/sticky.js +8 -9
- package/src/js/mixin/modal.js +1 -1
- package/src/js/mixin/position.js +24 -7
- package/src/js/mixin/slider-drag.js +20 -8
- package/src/js/mixin/togglable.js +8 -17
- package/src/js/util/dimensions.js +6 -6
- package/src/js/util/position.js +1 -0
- package/src/js/util/viewport.js +2 -27
- package/src/less/components/dropdown.less +8 -0
- package/src/less/components/nav.less +25 -30
- package/src/less/components/navbar.less +95 -15
- package/src/less/components/utility.less +12 -3
- package/src/less/theme/nav.less +3 -7
- package/src/less/theme/navbar.less +4 -6
- package/src/scss/components/dropdown.scss +8 -0
- package/src/scss/components/nav.scss +25 -19
- package/src/scss/components/navbar.scss +83 -15
- package/src/scss/components/utility.scss +12 -3
- package/src/scss/mixins-theme.scss +14 -18
- package/src/scss/mixins.scss +12 -13
- package/src/scss/theme/nav.scss +3 -7
- package/src/scss/theme/navbar.scss +3 -2
- package/src/scss/variables-theme.scss +24 -9
- package/src/scss/variables.scss +24 -7
- package/tests/drop.html +66 -16
- package/tests/dropdown.html +103 -16
- package/tests/index.html +3 -3
- package/tests/nav.html +20 -87
- package/tests/navbar.html +2131 -1130
- package/tests/offcanvas.html +8 -8
- package/src/images/backgrounds/nav-parent-close.svg +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
### Added
|
|
6
6
|
|
|
7
|
+
- Add dropdown large modifier to Dropdown and Navbar component
|
|
7
8
|
- Add gap variable to navbar items in Navbar component
|
|
8
9
|
- Add color mode variable to navbar dropdown in Navbar component
|
|
10
|
+
- Add navbar parent icon to Navbar component
|
|
11
|
+
- Add font size variables to nav and sublist in Nav component
|
|
9
12
|
- Add small breakpoint padding variables to Modal component- Add `animate-out` option to Drop component
|
|
10
13
|
- Add alignment `stretch` to Drop component
|
|
11
14
|
- Add Height Viewport uses scroll parent as viewport
|
|
@@ -17,10 +20,19 @@
|
|
|
17
20
|
- Rename `@offcanvas-bar-width-m` to `@offcanvas-bar-width-s`
|
|
18
21
|
- Rename `@offcanvas-bar-padding-vertical-m` to `@offcanvas-bar-padding-vertical-s`
|
|
19
22
|
- Rename `@offcanvas-bar-padding-horizontal-m` to `@offcanvas-bar-padding-horizontal-s`
|
|
23
|
+
- Rename `@nav-primary-item-font-size` to `@nav-primary-font-size`
|
|
24
|
+
- Rename `@nav-primary-item-line-height` to `@nav-primary-line-height`
|
|
25
|
+
- Rename `@navbar-dropdown-dropbar-margin-top` to `@navbar-dropdown-dropbar-padding-top`
|
|
26
|
+
- Rename `@navbar-dropdown-dropbar-margin-bottom` to `@navbar-dropdown-dropbar-padding-bottom`
|
|
27
|
+
- Use JS icon component instead of compiling icons into CSS for nav parent icon in Nav component
|
|
20
28
|
|
|
21
29
|
### Fixed
|
|
22
30
|
|
|
23
31
|
- Fix body is no longer scrollable in Modal component with overlay
|
|
32
|
+
- Fix `offsetPosition()` adds `border-top` of offsetParents
|
|
33
|
+
- Fix dragging in Slider component on iOS
|
|
34
|
+
- Fix Drop component no longer flips, if it does not fit into scroll area
|
|
35
|
+
- Fix Drop component alignment within Dropbar
|
|
24
36
|
|
|
25
37
|
## 3.14.3 (May 27, 2022)
|
|
26
38
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! UIkit 3.14.4-dev.
|
|
1
|
+
/*! UIkit 3.14.4-dev.2dc50ec60 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
|
|
2
2
|
/* ========================================================================
|
|
3
3
|
Component: Base
|
|
4
4
|
========================================================================== */
|
|
@@ -3287,6 +3287,11 @@ select.uk-form-width-xsmall {
|
|
|
3287
3287
|
.uk-dropdown.uk-open {
|
|
3288
3288
|
display: block;
|
|
3289
3289
|
}
|
|
3290
|
+
/* Size modifier
|
|
3291
|
+
========================================================================== */
|
|
3292
|
+
.uk-dropdown-large {
|
|
3293
|
+
padding: 40px;
|
|
3294
|
+
}
|
|
3290
3295
|
/* Stretch modifier
|
|
3291
3296
|
========================================================================== */
|
|
3292
3297
|
/*
|
|
@@ -4656,17 +4661,11 @@ ul.uk-nav-sub {
|
|
|
4656
4661
|
}
|
|
4657
4662
|
/* Parent icon modifier
|
|
4658
4663
|
========================================================================== */
|
|
4659
|
-
.uk-nav-parent-icon
|
|
4660
|
-
content: "";
|
|
4661
|
-
width: 1.5em;
|
|
4662
|
-
height: 1.5em;
|
|
4664
|
+
.uk-nav-parent-icon {
|
|
4663
4665
|
margin-right: auto;
|
|
4664
|
-
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
|
|
4665
|
-
background-repeat: no-repeat;
|
|
4666
|
-
background-position: 50% 50%;
|
|
4667
4666
|
}
|
|
4668
|
-
.uk-nav
|
|
4669
|
-
|
|
4667
|
+
.uk-nav > li > a[aria-expanded="true"] .uk-nav-parent-icon {
|
|
4668
|
+
transform: rotate(-180deg);
|
|
4670
4669
|
}
|
|
4671
4670
|
/* Header
|
|
4672
4671
|
========================================================================== */
|
|
@@ -4685,6 +4684,10 @@ ul.uk-nav-sub {
|
|
|
4685
4684
|
}
|
|
4686
4685
|
/* Default modifier
|
|
4687
4686
|
========================================================================== */
|
|
4687
|
+
.uk-nav-default {
|
|
4688
|
+
font-size: 16px;
|
|
4689
|
+
line-height: 1.5;
|
|
4690
|
+
}
|
|
4688
4691
|
/*
|
|
4689
4692
|
* Items
|
|
4690
4693
|
*/
|
|
@@ -4720,6 +4723,10 @@ ul.uk-nav-sub {
|
|
|
4720
4723
|
/*
|
|
4721
4724
|
* Sublists
|
|
4722
4725
|
*/
|
|
4726
|
+
.uk-nav-default .uk-nav-sub {
|
|
4727
|
+
font-size: 16px;
|
|
4728
|
+
line-height: 1.5;
|
|
4729
|
+
}
|
|
4723
4730
|
.uk-nav-default .uk-nav-sub a {
|
|
4724
4731
|
color: #999;
|
|
4725
4732
|
}
|
|
@@ -4731,12 +4738,14 @@ ul.uk-nav-sub {
|
|
|
4731
4738
|
}
|
|
4732
4739
|
/* Primary modifier
|
|
4733
4740
|
========================================================================== */
|
|
4741
|
+
.uk-nav-primary {
|
|
4742
|
+
font-size: 1.5rem;
|
|
4743
|
+
line-height: 1.5;
|
|
4744
|
+
}
|
|
4734
4745
|
/*
|
|
4735
4746
|
* Items
|
|
4736
4747
|
*/
|
|
4737
4748
|
.uk-nav-primary > li > a {
|
|
4738
|
-
font-size: 1.5rem;
|
|
4739
|
-
line-height: 1.5;
|
|
4740
4749
|
color: #999;
|
|
4741
4750
|
}
|
|
4742
4751
|
/* Hover */
|
|
@@ -4768,6 +4777,10 @@ ul.uk-nav-sub {
|
|
|
4768
4777
|
/*
|
|
4769
4778
|
* Sublists
|
|
4770
4779
|
*/
|
|
4780
|
+
.uk-nav-primary .uk-nav-sub {
|
|
4781
|
+
font-size: 1.25rem;
|
|
4782
|
+
line-height: 1.5;
|
|
4783
|
+
}
|
|
4771
4784
|
.uk-nav-primary .uk-nav-sub a {
|
|
4772
4785
|
color: #999;
|
|
4773
4786
|
}
|
|
@@ -4797,7 +4810,7 @@ ul.uk-nav-sub {
|
|
|
4797
4810
|
padding-right: 0;
|
|
4798
4811
|
}
|
|
4799
4812
|
/* Parent icon modifier */
|
|
4800
|
-
.uk-nav-center.uk-nav-parent-icon
|
|
4813
|
+
.uk-nav-center .uk-nav-parent-icon {
|
|
4801
4814
|
margin-right: 0;
|
|
4802
4815
|
}
|
|
4803
4816
|
/* Style modifier
|
|
@@ -4922,7 +4935,6 @@ ul.uk-nav-sub {
|
|
|
4922
4935
|
/* 3 */
|
|
4923
4936
|
box-sizing: border-box;
|
|
4924
4937
|
min-height: 80px;
|
|
4925
|
-
padding: 0 15px;
|
|
4926
4938
|
/* 4 */
|
|
4927
4939
|
font-size: 16px;
|
|
4928
4940
|
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";
|
|
@@ -4933,6 +4945,7 @@ ul.uk-nav-sub {
|
|
|
4933
4945
|
* Nav items
|
|
4934
4946
|
*/
|
|
4935
4947
|
.uk-navbar-nav > li > a {
|
|
4948
|
+
padding: 0 15px;
|
|
4936
4949
|
color: #999;
|
|
4937
4950
|
}
|
|
4938
4951
|
/*
|
|
@@ -4951,6 +4964,14 @@ ul.uk-nav-sub {
|
|
|
4951
4964
|
.uk-navbar-nav > li.uk-active > a {
|
|
4952
4965
|
color: #333;
|
|
4953
4966
|
}
|
|
4967
|
+
/* Parent icon modifier
|
|
4968
|
+
========================================================================== */
|
|
4969
|
+
.uk-navbar-parent-icon {
|
|
4970
|
+
margin-right: 4px;
|
|
4971
|
+
}
|
|
4972
|
+
.uk-navbar-nav > li > a[aria-expanded="true"] .uk-navbar-parent-icon {
|
|
4973
|
+
transform: rotate(-180deg);
|
|
4974
|
+
}
|
|
4954
4975
|
/* Item
|
|
4955
4976
|
========================================================================== */
|
|
4956
4977
|
.uk-navbar-item {
|
|
@@ -4966,6 +4987,7 @@ ul.uk-nav-sub {
|
|
|
4966
4987
|
/* Toggle
|
|
4967
4988
|
========================================================================== */
|
|
4968
4989
|
.uk-navbar-toggle {
|
|
4990
|
+
padding: 0 15px;
|
|
4969
4991
|
color: #999;
|
|
4970
4992
|
}
|
|
4971
4993
|
.uk-navbar-toggle:hover,
|
|
@@ -5060,9 +5082,17 @@ ul.uk-nav-sub {
|
|
|
5060
5082
|
.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
|
|
5061
5083
|
width: 1000px;
|
|
5062
5084
|
}
|
|
5085
|
+
/*
|
|
5086
|
+
* Size modifier
|
|
5087
|
+
*/
|
|
5088
|
+
.uk-navbar-dropdown-large {
|
|
5089
|
+
--uk-position-shift-offset: 0;
|
|
5090
|
+
padding: 40px;
|
|
5091
|
+
}
|
|
5063
5092
|
/*
|
|
5064
5093
|
* Stretch modifier
|
|
5065
5094
|
* 1. Allow scrolling
|
|
5095
|
+
* 2. Style
|
|
5066
5096
|
*/
|
|
5067
5097
|
.uk-navbar-dropdown-stretch {
|
|
5068
5098
|
--uk-position-offset: 0;
|
|
@@ -5071,26 +5101,51 @@ ul.uk-nav-sub {
|
|
|
5071
5101
|
/* 1 */
|
|
5072
5102
|
overflow-y: auto;
|
|
5073
5103
|
-webkit-overflow-scrolling: touch;
|
|
5104
|
+
/* 2 */
|
|
5105
|
+
padding: 15px 15px 15px 15px;
|
|
5106
|
+
background: #f8f8f8;
|
|
5107
|
+
}
|
|
5108
|
+
/* Phone landscape and bigger */
|
|
5109
|
+
@media (min-width: 640px) {
|
|
5110
|
+
.uk-navbar-dropdown-stretch {
|
|
5111
|
+
padding-right: 30px;
|
|
5112
|
+
padding-left: 30px;
|
|
5113
|
+
}
|
|
5114
|
+
}
|
|
5115
|
+
/* Tablet landscape and bigger */
|
|
5116
|
+
@media (min-width: 960px) {
|
|
5117
|
+
.uk-navbar-dropdown-stretch {
|
|
5118
|
+
padding-right: 40px;
|
|
5119
|
+
padding-left: 40px;
|
|
5120
|
+
}
|
|
5074
5121
|
}
|
|
5075
5122
|
/*
|
|
5076
5123
|
* Dropbar modifier
|
|
5077
5124
|
* 1. Reset dropdown width to prevent to early shifting
|
|
5078
|
-
* 2.
|
|
5079
|
-
* 3.
|
|
5080
|
-
* 4. Horizontal padding
|
|
5125
|
+
* 2. Reset style
|
|
5126
|
+
* 3. Padding
|
|
5081
5127
|
*/
|
|
5082
5128
|
.uk-navbar-dropdown-dropbar {
|
|
5083
5129
|
/* 1 */
|
|
5084
5130
|
width: auto;
|
|
5085
5131
|
/* 2 */
|
|
5086
|
-
|
|
5087
|
-
--uk-position-viewport-offset: 0;
|
|
5132
|
+
background: transparent;
|
|
5088
5133
|
/* 3 */
|
|
5089
|
-
|
|
5090
|
-
/* 4 */
|
|
5091
|
-
padding-right: 15px;
|
|
5092
|
-
padding-left: 15px;
|
|
5134
|
+
padding: 15px 15px 15px 15px;
|
|
5093
5135
|
--uk-position-shift-offset: 0;
|
|
5136
|
+
--uk-position-viewport-offset: 15px;
|
|
5137
|
+
}
|
|
5138
|
+
/* Phone landscape and bigger */
|
|
5139
|
+
@media (min-width: 640px) {
|
|
5140
|
+
.uk-navbar-dropdown-dropbar {
|
|
5141
|
+
--uk-position-viewport-offset: 30px;
|
|
5142
|
+
}
|
|
5143
|
+
}
|
|
5144
|
+
/* Tablet landscape and bigger */
|
|
5145
|
+
@media (min-width: 960px) {
|
|
5146
|
+
.uk-navbar-dropdown-dropbar {
|
|
5147
|
+
--uk-position-viewport-offset: 40px;
|
|
5148
|
+
}
|
|
5094
5149
|
}
|
|
5095
5150
|
/* Dropdown Nav
|
|
5096
5151
|
* Adopts `uk-nav`
|
|
@@ -7724,15 +7779,23 @@ iframe[data-uk-cover] {
|
|
|
7724
7779
|
/* Logo
|
|
7725
7780
|
========================================================================== */
|
|
7726
7781
|
/*
|
|
7727
|
-
* 1.
|
|
7782
|
+
* 1. Style
|
|
7783
|
+
* 2. Required for `a`
|
|
7784
|
+
* 3. Behave like image but can be overridden through flex utility classes
|
|
7728
7785
|
*/
|
|
7729
7786
|
.uk-logo {
|
|
7787
|
+
/* 1 */
|
|
7730
7788
|
font-size: 1.5rem;
|
|
7731
7789
|
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";
|
|
7732
7790
|
color: #333;
|
|
7733
|
-
/*
|
|
7791
|
+
/* 2 */
|
|
7734
7792
|
text-decoration: none;
|
|
7735
7793
|
}
|
|
7794
|
+
/* 3 */
|
|
7795
|
+
:where(.uk-logo) {
|
|
7796
|
+
display: inline-block;
|
|
7797
|
+
vertical-align: middle;
|
|
7798
|
+
}
|
|
7736
7799
|
/* Hover */
|
|
7737
7800
|
.uk-logo:hover {
|
|
7738
7801
|
color: #333;
|
|
@@ -7740,7 +7803,7 @@ iframe[data-uk-cover] {
|
|
|
7740
7803
|
text-decoration: none;
|
|
7741
7804
|
}
|
|
7742
7805
|
.uk-logo > :where(img, svg, video) {
|
|
7743
|
-
display:
|
|
7806
|
+
display: block;
|
|
7744
7807
|
}
|
|
7745
7808
|
.uk-logo-inverse {
|
|
7746
7809
|
display: none;
|
|
@@ -10629,32 +10692,6 @@ iframe[data-uk-cover] {
|
|
|
10629
10692
|
.uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
|
|
10630
10693
|
border-top-color: rgba(255, 255, 255, 0.2);
|
|
10631
10694
|
}
|
|
10632
|
-
.uk-light .uk-nav-parent-icon > .uk-parent > a::after,
|
|
10633
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after,
|
|
10634
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after,
|
|
10635
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after,
|
|
10636
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after,
|
|
10637
|
-
.uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after,
|
|
10638
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent > a::after,
|
|
10639
|
-
.uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after,
|
|
10640
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent > a::after,
|
|
10641
|
-
.uk-overlay-primary .uk-nav-parent-icon > .uk-parent > a::after,
|
|
10642
|
-
.uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after {
|
|
10643
|
-
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
|
|
10644
|
-
}
|
|
10645
|
-
.uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
|
|
10646
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
|
|
10647
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
|
|
10648
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
|
|
10649
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
|
|
10650
|
-
.uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
|
|
10651
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
|
|
10652
|
-
.uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
|
|
10653
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
|
|
10654
|
-
.uk-overlay-primary .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
|
|
10655
|
-
.uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
|
|
10656
|
-
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
|
|
10657
|
-
}
|
|
10658
10695
|
.uk-light .uk-nav-default > li > a,
|
|
10659
10696
|
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
|
|
10660
10697
|
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a,
|