uikit 3.23.7 → 3.23.8-dev.97ee4c1bb
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 +6 -0
- package/build/release.js +1 -1
- package/build/scss.js +49 -12
- package/build/util.js +2 -0
- package/dist/css/uikit-core-rtl.css +1 -1
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +1 -1
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +1 -1
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +1 -1
- 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 +1 -1
- package/dist/js/components/filter.min.js +1 -1
- package/dist/js/components/lightbox-panel.js +7 -2
- package/dist/js/components/lightbox-panel.min.js +1 -1
- package/dist/js/components/lightbox.js +7 -2
- 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 +3 -2
- package/dist/js/components/parallax.min.js +1 -1
- package/dist/js/components/slider-parallax.js +3 -2
- package/dist/js/components/slider-parallax.min.js +1 -1
- package/dist/js/components/slider.js +3 -2
- package/dist/js/components/slider.min.js +1 -1
- package/dist/js/components/slideshow-parallax.js +3 -2
- package/dist/js/components/slideshow-parallax.min.js +1 -1
- package/dist/js/components/slideshow.js +3 -2
- package/dist/js/components/slideshow.min.js +1 -1
- package/dist/js/components/sortable.js +1 -1
- package/dist/js/components/sortable.min.js +1 -1
- package/dist/js/components/tooltip.js +1 -1
- 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 +10 -5
- 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 +10 -5
- package/dist/js/uikit.min.js +1 -1
- package/package.json +1 -1
- package/src/js/mixin/modal.js +7 -1
- package/src/js/mixin/svg.js +0 -2
- package/src/js/util/selector.js +1 -1
- package/src/scss/components/accordion.scss +8 -6
- package/src/scss/components/alert.scss +10 -8
- package/src/scss/components/align.scss +3 -1
- package/src/scss/components/animation.scss +3 -1
- package/src/scss/components/article.scss +7 -5
- package/src/scss/components/background.scss +3 -1
- package/src/scss/components/badge.scss +5 -3
- package/src/scss/components/base.scss +20 -17
- package/src/scss/components/breadcrumb.scss +9 -7
- package/src/scss/components/button.scss +25 -23
- package/src/scss/components/card.scss +26 -24
- package/src/scss/components/close.scss +5 -3
- package/src/scss/components/column.scss +3 -1
- package/src/scss/components/comment.scss +13 -11
- package/src/scss/components/container.scss +14 -11
- package/src/scss/components/countdown.scss +8 -6
- package/src/scss/components/cover.scss +3 -1
- package/src/scss/components/description-list.scss +6 -4
- package/src/scss/components/divider.scss +13 -10
- package/src/scss/components/dotnav.scss +8 -6
- package/src/scss/components/drop.scss +3 -1
- package/src/scss/components/dropbar.scss +8 -6
- package/src/scss/components/dropdown.scss +12 -10
- package/src/scss/components/dropnav.scss +3 -1
- package/src/scss/components/flex.scss +3 -1
- package/src/scss/components/form-range.scss +13 -10
- package/src/scss/components/form.scss +23 -21
- package/src/scss/components/grid.scss +5 -3
- package/src/scss/components/heading.scss +16 -13
- package/src/scss/components/height.scss +3 -1
- package/src/scss/components/icon.scss +9 -7
- package/src/scss/components/iconnav.scss +7 -5
- package/src/scss/components/inverse.scss +4 -2
- package/src/scss/components/label.scss +7 -5
- package/src/scss/components/leader.scss +4 -2
- package/src/scss/components/lightbox.scss +6 -4
- package/src/scss/components/link.scss +10 -8
- package/src/scss/components/list.scss +5 -3
- package/src/scss/components/margin.scss +3 -1
- package/src/scss/components/marker.scss +5 -3
- package/src/scss/components/mixin.scss +6 -4
- package/src/scss/components/modal.scss +18 -16
- package/src/scss/components/nav.scss +33 -31
- package/src/scss/components/navbar.scss +33 -30
- package/src/scss/components/notification.scss +10 -8
- package/src/scss/components/offcanvas.scss +6 -4
- package/src/scss/components/overlay.scss +7 -5
- package/src/scss/components/padding.scss +3 -1
- package/src/scss/components/pagination.scss +8 -6
- package/src/scss/components/placeholder.scss +4 -2
- package/src/scss/components/position.scss +9 -6
- package/src/scss/components/print.scss +3 -1
- package/src/scss/components/progress.scss +6 -4
- package/src/scss/components/search.scss +15 -13
- package/src/scss/components/section.scss +9 -7
- package/src/scss/components/slidenav.scss +10 -8
- package/src/scss/components/slider.scss +4 -2
- package/src/scss/components/slideshow.scss +4 -2
- package/src/scss/components/sortable.scss +7 -5
- package/src/scss/components/spinner.scss +6 -3
- package/src/scss/components/sticky.scss +3 -1
- package/src/scss/components/subnav.scss +13 -11
- package/src/scss/components/svg.scss +3 -1
- package/src/scss/components/switcher.scss +3 -1
- package/src/scss/components/tab.scss +14 -12
- package/src/scss/components/table.scss +17 -14
- package/src/scss/components/text.scss +8 -6
- package/src/scss/components/thumbnav.scss +7 -5
- package/src/scss/components/tile.scss +12 -10
- package/src/scss/components/tooltip.scss +4 -2
- package/src/scss/components/totop.scss +6 -4
- package/src/scss/components/transition.scss +3 -1
- package/src/scss/components/utility.scss +8 -6
- package/src/scss/components/visibility.scss +3 -1
- package/src/scss/components/width.scss +34 -31
- package/src/scss/mixins-theme.scss +169 -168
- package/src/scss/mixins.scss +175 -175
- package/src/scss/uikit-theme.scss +0 -1
- package/src/scss/variables-theme.scss +70 -66
- package/src/scss/variables.scss +74 -70
- package/src/scss/theme/_import.scss +0 -82
- package/src/scss/theme/accordion.scss +0 -55
- package/src/scss/theme/alert.scss +0 -45
- package/src/scss/theme/align.scss +0 -14
- package/src/scss/theme/animation.scss +0 -14
- package/src/scss/theme/article.scss +0 -49
- package/src/scss/theme/background.scss +0 -14
- package/src/scss/theme/badge.scss +0 -29
- package/src/scss/theme/base.scss +0 -104
- package/src/scss/theme/breadcrumb.scss +0 -45
- package/src/scss/theme/button.scss +0 -132
- package/src/scss/theme/card.scss +0 -111
- package/src/scss/theme/close.scss +0 -29
- package/src/scss/theme/column.scss +0 -14
- package/src/scss/theme/comment.scss +0 -67
- package/src/scss/theme/container.scss +0 -14
- package/src/scss/theme/countdown.scss +0 -53
- package/src/scss/theme/description-list.scss +0 -29
- package/src/scss/theme/divider.scss +0 -49
- package/src/scss/theme/dotnav.scss +0 -46
- package/src/scss/theme/drop.scss +0 -14
- package/src/scss/theme/dropbar.scss +0 -38
- package/src/scss/theme/dropdown.scss +0 -53
- package/src/scss/theme/form-range.scss +0 -51
- package/src/scss/theme/form.scss +0 -117
- package/src/scss/theme/grid.scss +0 -28
- package/src/scss/theme/heading.scss +0 -71
- package/src/scss/theme/height.scss +0 -14
- package/src/scss/theme/icon.scss +0 -50
- package/src/scss/theme/iconnav.scss +0 -39
- package/src/scss/theme/inverse.scss +0 -14
- package/src/scss/theme/label.scss +0 -41
- package/src/scss/theme/leader.scss +0 -26
- package/src/scss/theme/lightbox.scss +0 -32
- package/src/scss/theme/link.scss +0 -55
- package/src/scss/theme/list.scss +0 -34
- package/src/scss/theme/margin.scss +0 -14
- package/src/scss/theme/marker.scss +0 -29
- package/src/scss/theme/modal.scss +0 -77
- package/src/scss/theme/nav.scss +0 -131
- package/src/scss/theme/navbar.scss +0 -135
- package/src/scss/theme/notification.scss +0 -44
- package/src/scss/theme/offcanvas.scss +0 -32
- package/src/scss/theme/overlay.scss +0 -33
- package/src/scss/theme/padding.scss +0 -14
- package/src/scss/theme/pagination.scss +0 -41
- package/src/scss/theme/placeholder.scss +0 -26
- package/src/scss/theme/position.scss +0 -14
- package/src/scss/theme/progress.scss +0 -23
- package/src/scss/theme/search.scss +0 -101
- package/src/scss/theme/section.scss +0 -32
- package/src/scss/theme/slidenav.scss +0 -52
- package/src/scss/theme/slider.scss +0 -14
- package/src/scss/theme/sortable.scss +0 -38
- package/src/scss/theme/spinner.scss +0 -14
- package/src/scss/theme/sticky.scss +0 -14
- package/src/scss/theme/subnav.scss +0 -72
- package/src/scss/theme/tab.scss +0 -67
- package/src/scss/theme/table.scss +0 -65
- package/src/scss/theme/text.scss +0 -49
- package/src/scss/theme/thumbnav.scss +0 -40
- package/src/scss/theme/tile.scss +0 -52
- package/src/scss/theme/tooltip.scss +0 -20
- package/src/scss/theme/totop.scss +0 -32
- package/src/scss/theme/transition.scss +0 -14
- package/src/scss/theme/utility.scss +0 -49
- package/src/scss/theme/variables.scss +0 -36
- package/src/scss/theme/width.scss +0 -14
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
@use "sass:string";
|
|
3
|
+
|
|
1
4
|
@mixin hook-accordion(){}
|
|
2
5
|
@mixin hook-accordion-item(){}
|
|
3
6
|
@mixin hook-accordion-title(){
|
|
@@ -89,12 +92,12 @@
|
|
|
89
92
|
@mixin hook-inverse-component-article(){
|
|
90
93
|
|
|
91
94
|
.uk-article-title {
|
|
92
|
-
@if(mixin-exists(hook-inverse-article-title)) {@include hook-inverse-article-title();}
|
|
95
|
+
@if(meta.mixin-exists(hook-inverse-article-title)) {@include hook-inverse-article-title();}
|
|
93
96
|
}
|
|
94
97
|
|
|
95
98
|
.uk-article-meta {
|
|
96
99
|
color: $inverse-article-meta-color;
|
|
97
|
-
@if(mixin-exists(hook-inverse-article-meta)) {@include hook-inverse-article-meta();}
|
|
100
|
+
@if(meta.mixin-exists(hook-inverse-article-meta)) {@include hook-inverse-article-meta();}
|
|
98
101
|
}
|
|
99
102
|
|
|
100
103
|
}
|
|
@@ -109,11 +112,11 @@
|
|
|
109
112
|
.uk-badge {
|
|
110
113
|
background-color: $inverse-badge-background;
|
|
111
114
|
color: $inverse-badge-color !important;
|
|
112
|
-
@if(mixin-exists(hook-inverse-badge)) {@include hook-inverse-badge();}
|
|
115
|
+
@if(meta.mixin-exists(hook-inverse-badge)) {@include hook-inverse-badge();}
|
|
113
116
|
}
|
|
114
117
|
|
|
115
118
|
.uk-badge:hover {
|
|
116
|
-
@if(mixin-exists(hook-inverse-badge-hover)) {@include hook-inverse-badge-hover();}
|
|
119
|
+
@if(meta.mixin-exists(hook-inverse-badge-hover)) {@include hook-inverse-badge-hover();}
|
|
117
120
|
}
|
|
118
121
|
|
|
119
122
|
}
|
|
@@ -178,14 +181,14 @@
|
|
|
178
181
|
a,
|
|
179
182
|
.uk-link {
|
|
180
183
|
color: $inverse-base-link-color;
|
|
181
|
-
@if(mixin-exists(hook-inverse-base-link)) {@include hook-inverse-base-link();}
|
|
184
|
+
@if(meta.mixin-exists(hook-inverse-base-link)) {@include hook-inverse-base-link();}
|
|
182
185
|
}
|
|
183
186
|
|
|
184
187
|
a:hover,
|
|
185
188
|
.uk-link:hover,
|
|
186
189
|
.uk-link-toggle:hover .uk-link {
|
|
187
190
|
color: $inverse-base-link-hover-color;
|
|
188
|
-
@if(mixin-exists(hook-inverse-base-link-hover)) {@include hook-inverse-base-link-hover();}
|
|
191
|
+
@if(meta.mixin-exists(hook-inverse-base-link-hover)) {@include hook-inverse-base-link-hover();}
|
|
189
192
|
}
|
|
190
193
|
|
|
191
194
|
//
|
|
@@ -196,7 +199,7 @@
|
|
|
196
199
|
:not(pre) > kbd,
|
|
197
200
|
:not(pre) > samp {
|
|
198
201
|
color: $inverse-base-code-color;
|
|
199
|
-
@if(mixin-exists(hook-inverse-base-code)) {@include hook-inverse-base-code();}
|
|
202
|
+
@if(meta.mixin-exists(hook-inverse-base-code)) {@include hook-inverse-base-code();}
|
|
200
203
|
}
|
|
201
204
|
|
|
202
205
|
//
|
|
@@ -222,31 +225,31 @@
|
|
|
222
225
|
.uk-heading-2xlarge,
|
|
223
226
|
.uk-heading-3xlarge {
|
|
224
227
|
color: $inverse-base-heading-color;
|
|
225
|
-
@if(mixin-exists(hook-inverse-base-heading)) {@include hook-inverse-base-heading();}
|
|
228
|
+
@if(meta.mixin-exists(hook-inverse-base-heading)) {@include hook-inverse-base-heading();}
|
|
226
229
|
}
|
|
227
230
|
|
|
228
231
|
h1, .uk-h1 {
|
|
229
|
-
@if(mixin-exists(hook-inverse-base-h1)) {@include hook-inverse-base-h1();}
|
|
232
|
+
@if(meta.mixin-exists(hook-inverse-base-h1)) {@include hook-inverse-base-h1();}
|
|
230
233
|
}
|
|
231
234
|
|
|
232
235
|
h2, .uk-h2 {
|
|
233
|
-
@if(mixin-exists(hook-inverse-base-h2)) {@include hook-inverse-base-h2();}
|
|
236
|
+
@if(meta.mixin-exists(hook-inverse-base-h2)) {@include hook-inverse-base-h2();}
|
|
234
237
|
}
|
|
235
238
|
|
|
236
239
|
h3, .uk-h3 {
|
|
237
|
-
@if(mixin-exists(hook-inverse-base-h3)) {@include hook-inverse-base-h3();}
|
|
240
|
+
@if(meta.mixin-exists(hook-inverse-base-h3)) {@include hook-inverse-base-h3();}
|
|
238
241
|
}
|
|
239
242
|
|
|
240
243
|
h4, .uk-h4 {
|
|
241
|
-
@if(mixin-exists(hook-inverse-base-h4)) {@include hook-inverse-base-h4();}
|
|
244
|
+
@if(meta.mixin-exists(hook-inverse-base-h4)) {@include hook-inverse-base-h4();}
|
|
242
245
|
}
|
|
243
246
|
|
|
244
247
|
h5, .uk-h5 {
|
|
245
|
-
@if(mixin-exists(hook-inverse-base-h5)) {@include hook-inverse-base-h5();}
|
|
248
|
+
@if(meta.mixin-exists(hook-inverse-base-h5)) {@include hook-inverse-base-h5();}
|
|
246
249
|
}
|
|
247
250
|
|
|
248
251
|
h6, .uk-h6 {
|
|
249
|
-
@if(mixin-exists(hook-inverse-base-h6)) {@include hook-inverse-base-h6();}
|
|
252
|
+
@if(meta.mixin-exists(hook-inverse-base-h6)) {@include hook-inverse-base-h6();}
|
|
250
253
|
}
|
|
251
254
|
|
|
252
255
|
//
|
|
@@ -254,11 +257,11 @@
|
|
|
254
257
|
//
|
|
255
258
|
|
|
256
259
|
blockquote {
|
|
257
|
-
@if(mixin-exists(hook-inverse-base-blockquote)) {@include hook-inverse-base-blockquote();}
|
|
260
|
+
@if(meta.mixin-exists(hook-inverse-base-blockquote)) {@include hook-inverse-base-blockquote();}
|
|
258
261
|
}
|
|
259
262
|
|
|
260
263
|
blockquote footer {
|
|
261
|
-
@if(mixin-exists(hook-inverse-base-blockquote-footer)) {@include hook-inverse-base-blockquote-footer();}
|
|
264
|
+
@if(meta.mixin-exists(hook-inverse-base-blockquote-footer)) {@include hook-inverse-base-blockquote-footer();}
|
|
262
265
|
}
|
|
263
266
|
|
|
264
267
|
//
|
|
@@ -267,7 +270,7 @@
|
|
|
267
270
|
|
|
268
271
|
hr, .uk-hr {
|
|
269
272
|
border-top-color: $inverse-base-hr-border;
|
|
270
|
-
@if(mixin-exists(hook-inverse-base-hr)) {@include hook-inverse-base-hr();}
|
|
273
|
+
@if(meta.mixin-exists(hook-inverse-base-hr)) {@include hook-inverse-base-hr();}
|
|
271
274
|
}
|
|
272
275
|
|
|
273
276
|
//
|
|
@@ -293,22 +296,22 @@
|
|
|
293
296
|
|
|
294
297
|
.uk-breadcrumb > * > * {
|
|
295
298
|
color: $inverse-breadcrumb-item-color;
|
|
296
|
-
@if(mixin-exists(hook-inverse-breadcrumb-item)) {@include hook-inverse-breadcrumb-item();}
|
|
299
|
+
@if(meta.mixin-exists(hook-inverse-breadcrumb-item)) {@include hook-inverse-breadcrumb-item();}
|
|
297
300
|
}
|
|
298
301
|
|
|
299
302
|
.uk-breadcrumb > * > :hover {
|
|
300
303
|
color: $inverse-breadcrumb-item-hover-color;
|
|
301
|
-
@if(mixin-exists(hook-inverse-breadcrumb-item-hover)) {@include hook-inverse-breadcrumb-item-hover();}
|
|
304
|
+
@if(meta.mixin-exists(hook-inverse-breadcrumb-item-hover)) {@include hook-inverse-breadcrumb-item-hover();}
|
|
302
305
|
}
|
|
303
306
|
|
|
304
307
|
|
|
305
308
|
.uk-breadcrumb > .uk-disabled > * {
|
|
306
|
-
@if(mixin-exists(hook-inverse-breadcrumb-item-disabled)) {@include hook-inverse-breadcrumb-item-disabled();}
|
|
309
|
+
@if(meta.mixin-exists(hook-inverse-breadcrumb-item-disabled)) {@include hook-inverse-breadcrumb-item-disabled();}
|
|
307
310
|
}
|
|
308
311
|
|
|
309
312
|
.uk-breadcrumb > :last-child > * {
|
|
310
313
|
color: $inverse-breadcrumb-item-active-color;
|
|
311
|
-
@if(mixin-exists(hook-inverse-breadcrumb-item-active)) {@include hook-inverse-breadcrumb-item-active();}
|
|
314
|
+
@if(meta.mixin-exists(hook-inverse-breadcrumb-item-active)) {@include hook-inverse-breadcrumb-item-active();}
|
|
312
315
|
}
|
|
313
316
|
|
|
314
317
|
//
|
|
@@ -317,7 +320,7 @@
|
|
|
317
320
|
|
|
318
321
|
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
|
|
319
322
|
color: $inverse-breadcrumb-divider-color;
|
|
320
|
-
@if(mixin-exists(hook-inverse-breadcrumb-divider)) {@include hook-inverse-breadcrumb-divider();}
|
|
323
|
+
@if(meta.mixin-exists(hook-inverse-breadcrumb-divider)) {@include hook-inverse-breadcrumb-divider();}
|
|
321
324
|
}
|
|
322
325
|
|
|
323
326
|
}
|
|
@@ -421,20 +424,20 @@
|
|
|
421
424
|
.uk-button-default {
|
|
422
425
|
background-color: $inverse-button-default-background;
|
|
423
426
|
color: $inverse-button-default-color;
|
|
424
|
-
@if(mixin-exists(hook-inverse-button-default)) {@include hook-inverse-button-default();}
|
|
427
|
+
@if(meta.mixin-exists(hook-inverse-button-default)) {@include hook-inverse-button-default();}
|
|
425
428
|
}
|
|
426
429
|
|
|
427
430
|
.uk-button-default:hover {
|
|
428
431
|
background-color: $inverse-button-default-hover-background;
|
|
429
432
|
color: $inverse-button-default-hover-color;
|
|
430
|
-
@if(mixin-exists(hook-inverse-button-default-hover)) {@include hook-inverse-button-default-hover();}
|
|
433
|
+
@if(meta.mixin-exists(hook-inverse-button-default-hover)) {@include hook-inverse-button-default-hover();}
|
|
431
434
|
}
|
|
432
435
|
|
|
433
436
|
.uk-button-default:active,
|
|
434
437
|
.uk-button-default.uk-active {
|
|
435
438
|
background-color: $inverse-button-default-active-background;
|
|
436
439
|
color: $inverse-button-default-active-color;
|
|
437
|
-
@if(mixin-exists(hook-inverse-button-default-active)) {@include hook-inverse-button-default-active();}
|
|
440
|
+
@if(meta.mixin-exists(hook-inverse-button-default-active)) {@include hook-inverse-button-default-active();}
|
|
438
441
|
}
|
|
439
442
|
|
|
440
443
|
//
|
|
@@ -444,20 +447,20 @@
|
|
|
444
447
|
.uk-button-primary {
|
|
445
448
|
background-color: $inverse-button-primary-background;
|
|
446
449
|
color: $inverse-button-primary-color;
|
|
447
|
-
@if(mixin-exists(hook-inverse-button-primary)) {@include hook-inverse-button-primary();}
|
|
450
|
+
@if(meta.mixin-exists(hook-inverse-button-primary)) {@include hook-inverse-button-primary();}
|
|
448
451
|
}
|
|
449
452
|
|
|
450
453
|
.uk-button-primary:hover {
|
|
451
454
|
background-color: $inverse-button-primary-hover-background;
|
|
452
455
|
color: $inverse-button-primary-hover-color;
|
|
453
|
-
@if(mixin-exists(hook-inverse-button-primary-hover)) {@include hook-inverse-button-primary-hover();}
|
|
456
|
+
@if(meta.mixin-exists(hook-inverse-button-primary-hover)) {@include hook-inverse-button-primary-hover();}
|
|
454
457
|
}
|
|
455
458
|
|
|
456
459
|
.uk-button-primary:active,
|
|
457
460
|
.uk-button-primary.uk-active {
|
|
458
461
|
background-color: $inverse-button-primary-active-background;
|
|
459
462
|
color: $inverse-button-primary-active-color;
|
|
460
|
-
@if(mixin-exists(hook-inverse-button-primary-active)) {@include hook-inverse-button-primary-active();}
|
|
463
|
+
@if(meta.mixin-exists(hook-inverse-button-primary-active)) {@include hook-inverse-button-primary-active();}
|
|
461
464
|
}
|
|
462
465
|
|
|
463
466
|
//
|
|
@@ -467,20 +470,20 @@
|
|
|
467
470
|
.uk-button-secondary {
|
|
468
471
|
background-color: $inverse-button-secondary-background;
|
|
469
472
|
color: $inverse-button-secondary-color;
|
|
470
|
-
@if(mixin-exists(hook-inverse-button-secondary)) {@include hook-inverse-button-secondary();}
|
|
473
|
+
@if(meta.mixin-exists(hook-inverse-button-secondary)) {@include hook-inverse-button-secondary();}
|
|
471
474
|
}
|
|
472
475
|
|
|
473
476
|
.uk-button-secondary:hover {
|
|
474
477
|
background-color: $inverse-button-secondary-hover-background;
|
|
475
478
|
color: $inverse-button-secondary-hover-color;
|
|
476
|
-
@if(mixin-exists(hook-inverse-button-secondary-hover)) {@include hook-inverse-button-secondary-hover();}
|
|
479
|
+
@if(meta.mixin-exists(hook-inverse-button-secondary-hover)) {@include hook-inverse-button-secondary-hover();}
|
|
477
480
|
}
|
|
478
481
|
|
|
479
482
|
.uk-button-secondary:active,
|
|
480
483
|
.uk-button-secondary.uk-active {
|
|
481
484
|
background-color: $inverse-button-secondary-active-background;
|
|
482
485
|
color: $inverse-button-secondary-active-color;
|
|
483
|
-
@if(mixin-exists(hook-inverse-button-secondary-active)) {@include hook-inverse-button-secondary-active();}
|
|
486
|
+
@if(meta.mixin-exists(hook-inverse-button-secondary-active)) {@include hook-inverse-button-secondary-active();}
|
|
484
487
|
}
|
|
485
488
|
|
|
486
489
|
//
|
|
@@ -489,17 +492,17 @@
|
|
|
489
492
|
|
|
490
493
|
.uk-button-text {
|
|
491
494
|
color: $inverse-button-text-color;
|
|
492
|
-
@if(mixin-exists(hook-inverse-button-text)) {@include hook-inverse-button-text();}
|
|
495
|
+
@if(meta.mixin-exists(hook-inverse-button-text)) {@include hook-inverse-button-text();}
|
|
493
496
|
}
|
|
494
497
|
|
|
495
498
|
.uk-button-text:hover {
|
|
496
499
|
color: $inverse-button-text-hover-color;
|
|
497
|
-
@if(mixin-exists(hook-inverse-button-text-hover)) {@include hook-inverse-button-text-hover();}
|
|
500
|
+
@if(meta.mixin-exists(hook-inverse-button-text-hover)) {@include hook-inverse-button-text-hover();}
|
|
498
501
|
}
|
|
499
502
|
|
|
500
503
|
.uk-button-text:disabled {
|
|
501
504
|
color: $inverse-button-text-disabled-color;
|
|
502
|
-
@if(mixin-exists(hook-inverse-button-text-disabled)) {@include hook-inverse-button-text-disabled();}
|
|
505
|
+
@if(meta.mixin-exists(hook-inverse-button-text-disabled)) {@include hook-inverse-button-text-disabled();}
|
|
503
506
|
}
|
|
504
507
|
|
|
505
508
|
//
|
|
@@ -508,7 +511,7 @@
|
|
|
508
511
|
|
|
509
512
|
.uk-button-link {
|
|
510
513
|
color: $inverse-button-link-color;
|
|
511
|
-
@if(mixin-exists(hook-inverse-button-link)) {@include hook-inverse-button-link();}
|
|
514
|
+
@if(meta.mixin-exists(hook-inverse-button-link)) {@include hook-inverse-button-link();}
|
|
512
515
|
}
|
|
513
516
|
|
|
514
517
|
.uk-button-link:hover { color: $inverse-button-link-hover-color; }
|
|
@@ -638,7 +641,7 @@
|
|
|
638
641
|
&.uk-card-badge {
|
|
639
642
|
background-color: $inverse-card-badge-background;
|
|
640
643
|
color: $inverse-card-badge-color;
|
|
641
|
-
@if(mixin-exists(hook-inverse-card-badge)) {@include hook-inverse-card-badge();}
|
|
644
|
+
@if(meta.mixin-exists(hook-inverse-card-badge)) {@include hook-inverse-card-badge();}
|
|
642
645
|
}
|
|
643
646
|
|
|
644
647
|
}
|
|
@@ -654,12 +657,12 @@
|
|
|
654
657
|
|
|
655
658
|
.uk-close {
|
|
656
659
|
color: $inverse-close-color;
|
|
657
|
-
@if(mixin-exists(hook-inverse-close)) {@include hook-inverse-close();}
|
|
660
|
+
@if(meta.mixin-exists(hook-inverse-close)) {@include hook-inverse-close();}
|
|
658
661
|
}
|
|
659
662
|
|
|
660
663
|
.uk-close:hover {
|
|
661
664
|
color: $inverse-close-hover-color;
|
|
662
|
-
@if(mixin-exists(hook-inverse-close-hover)) {@include hook-inverse-close-hover();}
|
|
665
|
+
@if(meta.mixin-exists(hook-inverse-close-hover)) {@include hook-inverse-close-hover();}
|
|
663
666
|
}
|
|
664
667
|
|
|
665
668
|
}
|
|
@@ -698,19 +701,19 @@
|
|
|
698
701
|
|
|
699
702
|
.uk-countdown-number,
|
|
700
703
|
.uk-countdown-separator {
|
|
701
|
-
@if(mixin-exists(hook-inverse-countdown-item)) {@include hook-inverse-countdown-item();}
|
|
704
|
+
@if(meta.mixin-exists(hook-inverse-countdown-item)) {@include hook-inverse-countdown-item();}
|
|
702
705
|
}
|
|
703
706
|
|
|
704
707
|
.uk-countdown-number {
|
|
705
|
-
@if(mixin-exists(hook-inverse-countdown-number)) {@include hook-inverse-countdown-number();}
|
|
708
|
+
@if(meta.mixin-exists(hook-inverse-countdown-number)) {@include hook-inverse-countdown-number();}
|
|
706
709
|
}
|
|
707
710
|
|
|
708
711
|
.uk-countdown-separator {
|
|
709
|
-
@if(mixin-exists(hook-inverse-countdown-separator)) {@include hook-inverse-countdown-separator();}
|
|
712
|
+
@if(meta.mixin-exists(hook-inverse-countdown-separator)) {@include hook-inverse-countdown-separator();}
|
|
710
713
|
}
|
|
711
714
|
|
|
712
715
|
.uk-countdown-label {
|
|
713
|
-
@if(mixin-exists(hook-inverse-countdown-label)) {@include hook-inverse-countdown-label();}
|
|
716
|
+
@if(meta.mixin-exists(hook-inverse-countdown-label)) {@include hook-inverse-countdown-label();}
|
|
714
717
|
}
|
|
715
718
|
|
|
716
719
|
}
|
|
@@ -738,23 +741,23 @@
|
|
|
738
741
|
|
|
739
742
|
.uk-divider-icon {
|
|
740
743
|
@include svg-fill($internal-divider-icon-image, "#000", $inverse-divider-icon-color);
|
|
741
|
-
@if(mixin-exists(hook-inverse-divider-icon)) {@include hook-inverse-divider-icon();}
|
|
744
|
+
@if(meta.mixin-exists(hook-inverse-divider-icon)) {@include hook-inverse-divider-icon();}
|
|
742
745
|
}
|
|
743
746
|
|
|
744
747
|
.uk-divider-icon::before,
|
|
745
748
|
.uk-divider-icon::after {
|
|
746
749
|
border-bottom-color: $inverse-divider-icon-line-border;
|
|
747
|
-
@if(mixin-exists(hook-inverse-divider-icon-line)) {@include hook-inverse-divider-icon-line();}
|
|
750
|
+
@if(meta.mixin-exists(hook-inverse-divider-icon-line)) {@include hook-inverse-divider-icon-line();}
|
|
748
751
|
}
|
|
749
752
|
|
|
750
753
|
.uk-divider-small::after {
|
|
751
754
|
border-top-color: $inverse-divider-small-border;
|
|
752
|
-
@if(mixin-exists(hook-inverse-divider-small)) {@include hook-inverse-divider-small();}
|
|
755
|
+
@if(meta.mixin-exists(hook-inverse-divider-small)) {@include hook-inverse-divider-small();}
|
|
753
756
|
}
|
|
754
757
|
|
|
755
758
|
.uk-divider-vertical {
|
|
756
759
|
border-left-color: $inverse-divider-vertical-border;
|
|
757
|
-
@if(mixin-exists(hook-inverse-divider-vertical)) {@include hook-inverse-divider-vertical();}
|
|
760
|
+
@if(meta.mixin-exists(hook-inverse-divider-vertical)) {@include hook-inverse-divider-vertical();}
|
|
758
761
|
}
|
|
759
762
|
|
|
760
763
|
}
|
|
@@ -776,22 +779,22 @@
|
|
|
776
779
|
|
|
777
780
|
.uk-dotnav > * > * {
|
|
778
781
|
background-color: $inverse-dotnav-item-background;
|
|
779
|
-
@if(mixin-exists(hook-inverse-dotnav-item)) {@include hook-inverse-dotnav-item();}
|
|
782
|
+
@if(meta.mixin-exists(hook-inverse-dotnav-item)) {@include hook-inverse-dotnav-item();}
|
|
780
783
|
}
|
|
781
784
|
|
|
782
785
|
.uk-dotnav > * > :hover {
|
|
783
786
|
background-color: $inverse-dotnav-item-hover-background;
|
|
784
|
-
@if(mixin-exists(hook-inverse-dotnav-item-hover)) {@include hook-inverse-dotnav-item-hover();}
|
|
787
|
+
@if(meta.mixin-exists(hook-inverse-dotnav-item-hover)) {@include hook-inverse-dotnav-item-hover();}
|
|
785
788
|
}
|
|
786
789
|
|
|
787
790
|
.uk-dotnav > * > :active {
|
|
788
791
|
background-color: $inverse-dotnav-item-onclick-background;
|
|
789
|
-
@if(mixin-exists(hook-inverse-dotnav-item-onclick)) {@include hook-inverse-dotnav-item-onclick();}
|
|
792
|
+
@if(meta.mixin-exists(hook-inverse-dotnav-item-onclick)) {@include hook-inverse-dotnav-item-onclick();}
|
|
790
793
|
}
|
|
791
794
|
|
|
792
795
|
.uk-dotnav > .uk-active > * {
|
|
793
796
|
background-color: $inverse-dotnav-item-active-background;
|
|
794
|
-
@if(mixin-exists(hook-inverse-dotnav-item-active)) {@include hook-inverse-dotnav-item-active();}
|
|
797
|
+
@if(meta.mixin-exists(hook-inverse-dotnav-item-active)) {@include hook-inverse-dotnav-item-active();}
|
|
795
798
|
}
|
|
796
799
|
|
|
797
800
|
}
|
|
@@ -827,36 +830,36 @@
|
|
|
827
830
|
/* Webkit */
|
|
828
831
|
.uk-range::-webkit-slider-runnable-track {
|
|
829
832
|
background: $inverse-form-range-track-background;
|
|
830
|
-
@if(mixin-exists(hook-inverse-form-range-track)) {@include hook-inverse-form-range-track();}
|
|
833
|
+
@if(meta.mixin-exists(hook-inverse-form-range-track)) {@include hook-inverse-form-range-track();}
|
|
831
834
|
}
|
|
832
835
|
|
|
833
836
|
.uk-range:focus::-webkit-slider-runnable-track,
|
|
834
837
|
.uk-range:active::-webkit-slider-runnable-track {
|
|
835
838
|
background: $inverse-form-range-track-focus-background;
|
|
836
|
-
@if(mixin-exists(hook-inverse-form-range-track-focus)) {@include hook-inverse-form-range-track-focus();}
|
|
839
|
+
@if(meta.mixin-exists(hook-inverse-form-range-track-focus)) {@include hook-inverse-form-range-track-focus();}
|
|
837
840
|
}
|
|
838
841
|
|
|
839
842
|
/* Firefox */
|
|
840
843
|
.uk-range::-moz-range-track {
|
|
841
844
|
background: $inverse-form-range-track-background;
|
|
842
|
-
@if(mixin-exists(hook-inverse-form-range-track)) {@include hook-inverse-form-range-track();}
|
|
845
|
+
@if(meta.mixin-exists(hook-inverse-form-range-track)) {@include hook-inverse-form-range-track();}
|
|
843
846
|
}
|
|
844
847
|
|
|
845
848
|
.uk-range:focus::-moz-range-track {
|
|
846
849
|
background: $inverse-form-range-track-focus-background;
|
|
847
|
-
@if(mixin-exists(hook-inverse-form-range-track-focus)) {@include hook-inverse-form-range-track-focus();}
|
|
850
|
+
@if(meta.mixin-exists(hook-inverse-form-range-track-focus)) {@include hook-inverse-form-range-track-focus();}
|
|
848
851
|
}
|
|
849
852
|
|
|
850
853
|
/* Webkit */
|
|
851
854
|
.uk-range::-webkit-slider-thumb {
|
|
852
855
|
background: $inverse-form-range-thumb-background;
|
|
853
|
-
@if(mixin-exists(hook-inverse-form-range-thumb)) {@include hook-inverse-form-range-thumb();}
|
|
856
|
+
@if(meta.mixin-exists(hook-inverse-form-range-thumb)) {@include hook-inverse-form-range-thumb();}
|
|
854
857
|
}
|
|
855
858
|
|
|
856
859
|
/* Firefox */
|
|
857
860
|
.uk-range::-moz-range-thumb {
|
|
858
861
|
background: $inverse-form-range-thumb-background;
|
|
859
|
-
@if(mixin-exists(hook-inverse-form-range-thumb)) {@include hook-inverse-form-range-thumb();}
|
|
862
|
+
@if(meta.mixin-exists(hook-inverse-form-range-thumb)) {@include hook-inverse-form-range-thumb();}
|
|
860
863
|
}
|
|
861
864
|
|
|
862
865
|
}
|
|
@@ -910,12 +913,12 @@
|
|
|
910
913
|
background-color: $inverse-form-background;
|
|
911
914
|
color: $inverse-form-color;
|
|
912
915
|
background-clip: padding-box;
|
|
913
|
-
@if(mixin-exists(hook-inverse-form)) {@include hook-inverse-form();}
|
|
916
|
+
@if(meta.mixin-exists(hook-inverse-form)) {@include hook-inverse-form();}
|
|
914
917
|
|
|
915
918
|
&:focus {
|
|
916
919
|
background-color: $inverse-form-focus-background;
|
|
917
920
|
color: $inverse-form-focus-color;
|
|
918
|
-
@if(mixin-exists(hook-inverse-form-focus)) {@include hook-inverse-form-focus();}
|
|
921
|
+
@if(meta.mixin-exists(hook-inverse-form-focus)) {@include hook-inverse-form-focus();}
|
|
919
922
|
}
|
|
920
923
|
}
|
|
921
924
|
|
|
@@ -947,14 +950,14 @@
|
|
|
947
950
|
.uk-radio,
|
|
948
951
|
.uk-checkbox {
|
|
949
952
|
background-color: $inverse-form-radio-background;
|
|
950
|
-
@if(mixin-exists(hook-inverse-form-radio)) {@include hook-inverse-form-radio();}
|
|
953
|
+
@if(meta.mixin-exists(hook-inverse-form-radio)) {@include hook-inverse-form-radio();}
|
|
951
954
|
}
|
|
952
955
|
|
|
953
956
|
// Focus
|
|
954
957
|
.uk-radio:focus,
|
|
955
958
|
.uk-checkbox:focus {
|
|
956
959
|
background-color: $inverse-form-radio-focus-background;
|
|
957
|
-
@if(mixin-exists(hook-inverse-form-radio-focus)) {@include hook-inverse-form-radio-focus();}
|
|
960
|
+
@if(meta.mixin-exists(hook-inverse-form-radio-focus)) {@include hook-inverse-form-radio-focus();}
|
|
958
961
|
}
|
|
959
962
|
|
|
960
963
|
// Checked
|
|
@@ -962,7 +965,7 @@
|
|
|
962
965
|
.uk-checkbox:checked,
|
|
963
966
|
.uk-checkbox:indeterminate {
|
|
964
967
|
background-color: $inverse-form-radio-checked-background;
|
|
965
|
-
@if(mixin-exists(hook-inverse-form-radio-checked)) {@include hook-inverse-form-radio-checked();}
|
|
968
|
+
@if(meta.mixin-exists(hook-inverse-form-radio-checked)) {@include hook-inverse-form-radio-checked();}
|
|
966
969
|
}
|
|
967
970
|
|
|
968
971
|
// Focus
|
|
@@ -970,7 +973,7 @@
|
|
|
970
973
|
.uk-checkbox:checked:focus,
|
|
971
974
|
.uk-checkbox:indeterminate:focus {
|
|
972
975
|
background-color: $inverse-form-radio-checked-focus-background;
|
|
973
|
-
@if(mixin-exists(hook-inverse-form-radio-checked-focus)) {@include hook-inverse-form-radio-checked-focus();}
|
|
976
|
+
@if(meta.mixin-exists(hook-inverse-form-radio-checked-focus)) {@include hook-inverse-form-radio-checked-focus();}
|
|
974
977
|
}
|
|
975
978
|
|
|
976
979
|
// Icon
|
|
@@ -980,13 +983,13 @@
|
|
|
980
983
|
|
|
981
984
|
// Label
|
|
982
985
|
.uk-form-label {
|
|
983
|
-
@if(mixin-exists(hook-inverse-form-label)) {@include hook-inverse-form-label();}
|
|
986
|
+
@if(meta.mixin-exists(hook-inverse-form-label)) {@include hook-inverse-form-label();}
|
|
984
987
|
}
|
|
985
988
|
|
|
986
989
|
// Icon
|
|
987
990
|
.uk-form-icon {
|
|
988
991
|
color: $inverse-form-icon-color;
|
|
989
|
-
@if(mixin-exists(hook-inverse-form-icon)) {@include hook-inverse-form-icon();}
|
|
992
|
+
@if(meta.mixin-exists(hook-inverse-form-icon)) {@include hook-inverse-form-icon();}
|
|
990
993
|
}
|
|
991
994
|
.uk-form-icon:hover { color: $inverse-form-icon-hover-color; }
|
|
992
995
|
|
|
@@ -1000,12 +1003,12 @@
|
|
|
1000
1003
|
|
|
1001
1004
|
.uk-grid-divider > :not(.uk-first-column)::before {
|
|
1002
1005
|
border-left-color: $inverse-grid-divider-border;
|
|
1003
|
-
@if(mixin-exists(hook-inverse-grid-divider-horizontal)) {@include hook-inverse-grid-divider-horizontal();}
|
|
1006
|
+
@if(meta.mixin-exists(hook-inverse-grid-divider-horizontal)) {@include hook-inverse-grid-divider-horizontal();}
|
|
1004
1007
|
}
|
|
1005
1008
|
|
|
1006
1009
|
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
|
|
1007
1010
|
border-top-color: $inverse-grid-divider-border;
|
|
1008
|
-
@if(mixin-exists(hook-inverse-grid-divider-vertical)) {@include hook-inverse-grid-divider-vertical();}
|
|
1011
|
+
@if(meta.mixin-exists(hook-inverse-grid-divider-vertical)) {@include hook-inverse-grid-divider-vertical();}
|
|
1009
1012
|
}
|
|
1010
1013
|
|
|
1011
1014
|
}
|
|
@@ -1035,47 +1038,47 @@
|
|
|
1035
1038
|
@mixin hook-inverse-component-heading(){
|
|
1036
1039
|
|
|
1037
1040
|
.uk-heading-small {
|
|
1038
|
-
@if(mixin-exists(hook-inverse-heading-small)) {@include hook-inverse-heading-small();}
|
|
1041
|
+
@if(meta.mixin-exists(hook-inverse-heading-small)) {@include hook-inverse-heading-small();}
|
|
1039
1042
|
}
|
|
1040
1043
|
|
|
1041
1044
|
.uk-heading-medium {
|
|
1042
|
-
@if(mixin-exists(hook-inverse-heading-medium)) {@include hook-inverse-heading-medium();}
|
|
1045
|
+
@if(meta.mixin-exists(hook-inverse-heading-medium)) {@include hook-inverse-heading-medium();}
|
|
1043
1046
|
}
|
|
1044
1047
|
|
|
1045
1048
|
.uk-heading-large {
|
|
1046
|
-
@if(mixin-exists(hook-inverse-heading-large)) {@include hook-inverse-heading-large();}
|
|
1049
|
+
@if(meta.mixin-exists(hook-inverse-heading-large)) {@include hook-inverse-heading-large();}
|
|
1047
1050
|
}
|
|
1048
1051
|
|
|
1049
1052
|
.uk-heading-xlarge {
|
|
1050
|
-
@if(mixin-exists(hook-inverse-heading-xlarge)) {@include hook-inverse-heading-xlarge();}
|
|
1053
|
+
@if(meta.mixin-exists(hook-inverse-heading-xlarge)) {@include hook-inverse-heading-xlarge();}
|
|
1051
1054
|
}
|
|
1052
1055
|
|
|
1053
1056
|
.uk-heading-2xlarge {
|
|
1054
|
-
@if(mixin-exists(hook-inverse-heading-2xlarge)) {@include hook-inverse-heading-2xlarge();}
|
|
1057
|
+
@if(meta.mixin-exists(hook-inverse-heading-2xlarge)) {@include hook-inverse-heading-2xlarge();}
|
|
1055
1058
|
}
|
|
1056
1059
|
|
|
1057
1060
|
.uk-heading-3xlarge {
|
|
1058
|
-
@if(mixin-exists(hook-inverse-heading-3xlarge)) {@include hook-inverse-heading-3xlarge();}
|
|
1061
|
+
@if(meta.mixin-exists(hook-inverse-heading-3xlarge)) {@include hook-inverse-heading-3xlarge();}
|
|
1059
1062
|
}
|
|
1060
1063
|
|
|
1061
|
-
@if ($deprecated == true) { .uk-heading-primary { @if (mixin-exists(hook-inverse-heading-primary)) {@include hook-inverse-heading-primary();}}}
|
|
1064
|
+
@if ($deprecated == true) { .uk-heading-primary { @if (meta.mixin-exists(hook-inverse-heading-primary)) {@include hook-inverse-heading-primary();}}}
|
|
1062
1065
|
|
|
1063
|
-
@if ($deprecated == true) { .uk-heading-hero { @if (mixin-exists(hook-inverse-heading-hero)) {@include hook-inverse-heading-hero();}}}
|
|
1066
|
+
@if ($deprecated == true) { .uk-heading-hero { @if (meta.mixin-exists(hook-inverse-heading-hero)) {@include hook-inverse-heading-hero();}}}
|
|
1064
1067
|
|
|
1065
1068
|
.uk-heading-divider {
|
|
1066
1069
|
border-bottom-color: $inverse-heading-divider-border;
|
|
1067
|
-
@if(mixin-exists(hook-inverse-heading-divider)) {@include hook-inverse-heading-divider();}
|
|
1070
|
+
@if(meta.mixin-exists(hook-inverse-heading-divider)) {@include hook-inverse-heading-divider();}
|
|
1068
1071
|
}
|
|
1069
1072
|
|
|
1070
1073
|
.uk-heading-bullet::before {
|
|
1071
1074
|
border-left-color: $inverse-heading-bullet-border;
|
|
1072
|
-
@if(mixin-exists(hook-inverse-heading-bullet)) {@include hook-inverse-heading-bullet();}
|
|
1075
|
+
@if(meta.mixin-exists(hook-inverse-heading-bullet)) {@include hook-inverse-heading-bullet();}
|
|
1073
1076
|
}
|
|
1074
1077
|
|
|
1075
1078
|
.uk-heading-line > ::before,
|
|
1076
1079
|
.uk-heading-line > ::after {
|
|
1077
1080
|
border-bottom-color: $inverse-heading-line-border;
|
|
1078
|
-
@if(mixin-exists(hook-inverse-heading-line)) {@include hook-inverse-heading-line();}
|
|
1081
|
+
@if(meta.mixin-exists(hook-inverse-heading-line)) {@include hook-inverse-heading-line();}
|
|
1079
1082
|
}
|
|
1080
1083
|
|
|
1081
1084
|
}
|
|
@@ -1104,18 +1107,18 @@
|
|
|
1104
1107
|
|
|
1105
1108
|
.uk-icon-link {
|
|
1106
1109
|
color: $inverse-icon-link-color;
|
|
1107
|
-
@if(mixin-exists(hook-inverse-icon-link)) {@include hook-inverse-icon-link();}
|
|
1110
|
+
@if(meta.mixin-exists(hook-inverse-icon-link)) {@include hook-inverse-icon-link();}
|
|
1108
1111
|
}
|
|
1109
1112
|
|
|
1110
1113
|
.uk-icon-link:hover {
|
|
1111
1114
|
color: $inverse-icon-link-hover-color;
|
|
1112
|
-
@if(mixin-exists(hook-inverse-icon-link-hover)) {@include hook-inverse-icon-link-hover();}
|
|
1115
|
+
@if(meta.mixin-exists(hook-inverse-icon-link-hover)) {@include hook-inverse-icon-link-hover();}
|
|
1113
1116
|
}
|
|
1114
1117
|
|
|
1115
1118
|
.uk-icon-link:active,
|
|
1116
1119
|
.uk-active > .uk-icon-link {
|
|
1117
1120
|
color: $inverse-icon-link-active-color;
|
|
1118
|
-
@if(mixin-exists(hook-inverse-icon-link-active)) {@include hook-inverse-icon-link-active();}
|
|
1121
|
+
@if(meta.mixin-exists(hook-inverse-icon-link-active)) {@include hook-inverse-icon-link-active();}
|
|
1119
1122
|
}
|
|
1120
1123
|
|
|
1121
1124
|
//
|
|
@@ -1125,19 +1128,19 @@
|
|
|
1125
1128
|
.uk-icon-button {
|
|
1126
1129
|
background-color: $inverse-icon-button-background;
|
|
1127
1130
|
color: $inverse-icon-button-color;
|
|
1128
|
-
@if(mixin-exists(hook-inverse-icon-button)) {@include hook-inverse-icon-button();}
|
|
1131
|
+
@if(meta.mixin-exists(hook-inverse-icon-button)) {@include hook-inverse-icon-button();}
|
|
1129
1132
|
}
|
|
1130
1133
|
|
|
1131
1134
|
.uk-icon-button:hover {
|
|
1132
1135
|
background-color: $inverse-icon-button-hover-background;
|
|
1133
1136
|
color: $inverse-icon-button-hover-color;
|
|
1134
|
-
@if(mixin-exists(hook-inverse-icon-button-hover)) {@include hook-inverse-icon-button-hover();}
|
|
1137
|
+
@if(meta.mixin-exists(hook-inverse-icon-button-hover)) {@include hook-inverse-icon-button-hover();}
|
|
1135
1138
|
}
|
|
1136
1139
|
|
|
1137
1140
|
.uk-icon-button:active {
|
|
1138
1141
|
background-color: $inverse-icon-button-active-background;
|
|
1139
1142
|
color: $inverse-icon-button-active-color;
|
|
1140
|
-
@if(mixin-exists(hook-inverse-icon-button-active)) {@include hook-inverse-icon-button-active();}
|
|
1143
|
+
@if(meta.mixin-exists(hook-inverse-icon-button-active)) {@include hook-inverse-icon-button-active();}
|
|
1141
1144
|
}
|
|
1142
1145
|
|
|
1143
1146
|
}
|
|
@@ -1157,17 +1160,17 @@
|
|
|
1157
1160
|
|
|
1158
1161
|
.uk-iconnav > * > a {
|
|
1159
1162
|
color: $inverse-iconnav-item-color;
|
|
1160
|
-
@if(mixin-exists(hook-inverse-iconnav-item)) {@include hook-inverse-iconnav-item();}
|
|
1163
|
+
@if(meta.mixin-exists(hook-inverse-iconnav-item)) {@include hook-inverse-iconnav-item();}
|
|
1161
1164
|
}
|
|
1162
1165
|
|
|
1163
1166
|
.uk-iconnav > * > a:hover {
|
|
1164
1167
|
color: $inverse-iconnav-item-hover-color;
|
|
1165
|
-
@if(mixin-exists(hook-inverse-iconnav-item-hover)) {@include hook-inverse-iconnav-item-hover();}
|
|
1168
|
+
@if(meta.mixin-exists(hook-inverse-iconnav-item-hover)) {@include hook-inverse-iconnav-item-hover();}
|
|
1166
1169
|
}
|
|
1167
1170
|
|
|
1168
1171
|
.uk-iconnav > .uk-active > a {
|
|
1169
1172
|
color: $inverse-iconnav-item-active-color;
|
|
1170
|
-
@if(mixin-exists(hook-inverse-iconnav-item-active)) {@include hook-inverse-iconnav-item-active();}
|
|
1173
|
+
@if(meta.mixin-exists(hook-inverse-iconnav-item-active)) {@include hook-inverse-iconnav-item-active();}
|
|
1171
1174
|
}
|
|
1172
1175
|
|
|
1173
1176
|
}
|
|
@@ -1185,7 +1188,7 @@
|
|
|
1185
1188
|
.uk-label {
|
|
1186
1189
|
background-color: $inverse-label-background;
|
|
1187
1190
|
color: $inverse-label-color;
|
|
1188
|
-
@if(mixin-exists(hook-inverse-label)) {@include hook-inverse-label();}
|
|
1191
|
+
@if(meta.mixin-exists(hook-inverse-label)) {@include hook-inverse-label();}
|
|
1189
1192
|
}
|
|
1190
1193
|
|
|
1191
1194
|
}
|
|
@@ -1195,7 +1198,7 @@
|
|
|
1195
1198
|
@mixin hook-inverse-component-leader(){
|
|
1196
1199
|
|
|
1197
1200
|
.uk-leader-fill::after {
|
|
1198
|
-
@if(mixin-exists(hook-inverse-leader)) {@include hook-inverse-leader();}
|
|
1201
|
+
@if(meta.mixin-exists(hook-inverse-leader)) {@include hook-inverse-leader();}
|
|
1199
1202
|
}
|
|
1200
1203
|
|
|
1201
1204
|
}
|
|
@@ -1220,28 +1223,28 @@
|
|
|
1220
1223
|
a.uk-link-muted,
|
|
1221
1224
|
.uk-link-muted a {
|
|
1222
1225
|
color: $inverse-link-muted-color;
|
|
1223
|
-
@if(mixin-exists(hook-inverse-link-muted)) {@include hook-inverse-link-muted();}
|
|
1226
|
+
@if(meta.mixin-exists(hook-inverse-link-muted)) {@include hook-inverse-link-muted();}
|
|
1224
1227
|
}
|
|
1225
1228
|
|
|
1226
1229
|
a.uk-link-muted:hover,
|
|
1227
1230
|
.uk-link-muted a:hover,
|
|
1228
1231
|
.uk-link-toggle:hover .uk-link-muted {
|
|
1229
1232
|
color: $inverse-link-muted-hover-color;
|
|
1230
|
-
@if(mixin-exists(hook-inverse-link-muted-hover)) {@include hook-inverse-link-muted-hover();}
|
|
1233
|
+
@if(meta.mixin-exists(hook-inverse-link-muted-hover)) {@include hook-inverse-link-muted-hover();}
|
|
1231
1234
|
}
|
|
1232
1235
|
|
|
1233
1236
|
a.uk-link-text:hover,
|
|
1234
1237
|
.uk-link-text a:hover,
|
|
1235
1238
|
.uk-link-toggle:hover .uk-link-text {
|
|
1236
1239
|
color: $inverse-link-text-hover-color;
|
|
1237
|
-
@if(mixin-exists(hook-inverse-link-text-hover)) {@include hook-inverse-link-text-hover();}
|
|
1240
|
+
@if(meta.mixin-exists(hook-inverse-link-text-hover)) {@include hook-inverse-link-text-hover();}
|
|
1238
1241
|
}
|
|
1239
1242
|
|
|
1240
1243
|
a.uk-link-heading:hover,
|
|
1241
1244
|
.uk-link-heading a:hover,
|
|
1242
1245
|
.uk-link-toggle:hover .uk-link-heading {
|
|
1243
1246
|
color: $inverse-link-heading-hover-color;
|
|
1244
|
-
@if(mixin-exists(hook-inverse-link-heading-hover)) {@include hook-inverse-link-heading-hover();}
|
|
1247
|
+
@if(meta.mixin-exists(hook-inverse-link-heading-hover)) {@include hook-inverse-link-heading-hover();}
|
|
1245
1248
|
}
|
|
1246
1249
|
|
|
1247
1250
|
}
|
|
@@ -1277,11 +1280,11 @@
|
|
|
1277
1280
|
|
|
1278
1281
|
.uk-list-divider > :nth-child(n+2) {
|
|
1279
1282
|
border-top-color: $inverse-list-divider-border;
|
|
1280
|
-
@if(mixin-exists(hook-inverse-list-divider)) {@include hook-inverse-list-divider();}
|
|
1283
|
+
@if(meta.mixin-exists(hook-inverse-list-divider)) {@include hook-inverse-list-divider();}
|
|
1281
1284
|
}
|
|
1282
1285
|
|
|
1283
1286
|
.uk-list-striped > * {
|
|
1284
|
-
@if(mixin-exists(hook-inverse-list-striped)) {@include hook-inverse-list-striped();}
|
|
1287
|
+
@if(meta.mixin-exists(hook-inverse-list-striped)) {@include hook-inverse-list-striped();}
|
|
1285
1288
|
}
|
|
1286
1289
|
|
|
1287
1290
|
.uk-list-striped > :nth-of-type(odd) { background-color: $inverse-list-striped-background; }
|
|
@@ -1300,12 +1303,12 @@
|
|
|
1300
1303
|
.uk-marker {
|
|
1301
1304
|
background: $inverse-marker-background;
|
|
1302
1305
|
color: $inverse-marker-color;
|
|
1303
|
-
@if(mixin-exists(hook-inverse-marker)) {@include hook-inverse-marker();}
|
|
1306
|
+
@if(meta.mixin-exists(hook-inverse-marker)) {@include hook-inverse-marker();}
|
|
1304
1307
|
}
|
|
1305
1308
|
|
|
1306
1309
|
.uk-marker:hover {
|
|
1307
1310
|
color: $inverse-marker-hover-color;
|
|
1308
|
-
@if(mixin-exists(hook-inverse-marker-hover)) {@include hook-inverse-marker-hover();}
|
|
1311
|
+
@if(meta.mixin-exists(hook-inverse-marker-hover)) {@include hook-inverse-marker-hover();}
|
|
1309
1312
|
}
|
|
1310
1313
|
|
|
1311
1314
|
}
|
|
@@ -1401,27 +1404,27 @@
|
|
|
1401
1404
|
|
|
1402
1405
|
.uk-nav-default > li > a {
|
|
1403
1406
|
color: $inverse-nav-default-item-color;
|
|
1404
|
-
@if(mixin-exists(hook-inverse-nav-default-item)) {@include hook-inverse-nav-default-item();}
|
|
1407
|
+
@if(meta.mixin-exists(hook-inverse-nav-default-item)) {@include hook-inverse-nav-default-item();}
|
|
1405
1408
|
}
|
|
1406
1409
|
|
|
1407
1410
|
.uk-nav-default > li > a:hover {
|
|
1408
1411
|
color: $inverse-nav-default-item-hover-color;
|
|
1409
|
-
@if(mixin-exists(hook-inverse-nav-default-item-hover)) {@include hook-inverse-nav-default-item-hover();}
|
|
1412
|
+
@if(meta.mixin-exists(hook-inverse-nav-default-item-hover)) {@include hook-inverse-nav-default-item-hover();}
|
|
1410
1413
|
}
|
|
1411
1414
|
|
|
1412
1415
|
.uk-nav-default > li.uk-active > a {
|
|
1413
1416
|
color: $inverse-nav-default-item-active-color;
|
|
1414
|
-
@if(mixin-exists(hook-inverse-nav-default-item-active)) {@include hook-inverse-nav-default-item-active();}
|
|
1417
|
+
@if(meta.mixin-exists(hook-inverse-nav-default-item-active)) {@include hook-inverse-nav-default-item-active();}
|
|
1415
1418
|
}
|
|
1416
1419
|
|
|
1417
1420
|
.uk-nav-default .uk-nav-header {
|
|
1418
1421
|
color: $inverse-nav-default-header-color;
|
|
1419
|
-
@if(mixin-exists(hook-inverse-nav-default-header)) {@include hook-inverse-nav-default-header();}
|
|
1422
|
+
@if(meta.mixin-exists(hook-inverse-nav-default-header)) {@include hook-inverse-nav-default-header();}
|
|
1420
1423
|
}
|
|
1421
1424
|
|
|
1422
1425
|
.uk-nav-default .uk-nav-divider {
|
|
1423
1426
|
border-top-color: $inverse-nav-default-divider-border;
|
|
1424
|
-
@if(mixin-exists(hook-inverse-nav-default-divider)) {@include hook-inverse-nav-default-divider();}
|
|
1427
|
+
@if(meta.mixin-exists(hook-inverse-nav-default-divider)) {@include hook-inverse-nav-default-divider();}
|
|
1425
1428
|
}
|
|
1426
1429
|
|
|
1427
1430
|
.uk-nav-default .uk-nav-sub a { color: $inverse-nav-default-sublist-item-color; }
|
|
@@ -1436,27 +1439,27 @@
|
|
|
1436
1439
|
|
|
1437
1440
|
.uk-nav-primary > li > a {
|
|
1438
1441
|
color: $inverse-nav-primary-item-color;
|
|
1439
|
-
@if(mixin-exists(hook-inverse-nav-primary-item)) {@include hook-inverse-nav-primary-item();}
|
|
1442
|
+
@if(meta.mixin-exists(hook-inverse-nav-primary-item)) {@include hook-inverse-nav-primary-item();}
|
|
1440
1443
|
}
|
|
1441
1444
|
|
|
1442
1445
|
.uk-nav-primary > li > a:hover {
|
|
1443
1446
|
color: $inverse-nav-primary-item-hover-color;
|
|
1444
|
-
@if(mixin-exists(hook-inverse-nav-primary-item-hover)) {@include hook-inverse-nav-primary-item-hover();}
|
|
1447
|
+
@if(meta.mixin-exists(hook-inverse-nav-primary-item-hover)) {@include hook-inverse-nav-primary-item-hover();}
|
|
1445
1448
|
}
|
|
1446
1449
|
|
|
1447
1450
|
.uk-nav-primary > li.uk-active > a {
|
|
1448
1451
|
color: $inverse-nav-primary-item-active-color;
|
|
1449
|
-
@if(mixin-exists(hook-inverse-nav-primary-item-active)) {@include hook-inverse-nav-primary-item-active();}
|
|
1452
|
+
@if(meta.mixin-exists(hook-inverse-nav-primary-item-active)) {@include hook-inverse-nav-primary-item-active();}
|
|
1450
1453
|
}
|
|
1451
1454
|
|
|
1452
1455
|
.uk-nav-primary .uk-nav-header {
|
|
1453
1456
|
color: $inverse-nav-primary-header-color;
|
|
1454
|
-
@if(mixin-exists(hook-inverse-nav-primary-header)) {@include hook-inverse-nav-primary-header();}
|
|
1457
|
+
@if(meta.mixin-exists(hook-inverse-nav-primary-header)) {@include hook-inverse-nav-primary-header();}
|
|
1455
1458
|
}
|
|
1456
1459
|
|
|
1457
1460
|
.uk-nav-primary .uk-nav-divider {
|
|
1458
1461
|
border-top-color: $inverse-nav-primary-divider-border;
|
|
1459
|
-
@if(mixin-exists(hook-inverse-nav-primary-divider)) {@include hook-inverse-nav-primary-divider();}
|
|
1462
|
+
@if(meta.mixin-exists(hook-inverse-nav-primary-divider)) {@include hook-inverse-nav-primary-divider();}
|
|
1460
1463
|
}
|
|
1461
1464
|
|
|
1462
1465
|
.uk-nav-primary .uk-nav-sub a { color: $inverse-nav-primary-sublist-item-color; }
|
|
@@ -1471,42 +1474,42 @@
|
|
|
1471
1474
|
|
|
1472
1475
|
.uk-nav-secondary > li > a {
|
|
1473
1476
|
color: $inverse-nav-secondary-item-color;
|
|
1474
|
-
@if(mixin-exists(hook-inverse-nav-secondary-item)) {@include hook-inverse-nav-secondary-item();}
|
|
1477
|
+
@if(meta.mixin-exists(hook-inverse-nav-secondary-item)) {@include hook-inverse-nav-secondary-item();}
|
|
1475
1478
|
}
|
|
1476
1479
|
|
|
1477
1480
|
.uk-nav-secondary > li > a:hover {
|
|
1478
1481
|
color: $inverse-nav-secondary-item-hover-color;
|
|
1479
|
-
@if(mixin-exists(hook-inverse-nav-secondary-item-hover)) {@include hook-inverse-nav-secondary-item-hover();}
|
|
1482
|
+
@if(meta.mixin-exists(hook-inverse-nav-secondary-item-hover)) {@include hook-inverse-nav-secondary-item-hover();}
|
|
1480
1483
|
}
|
|
1481
1484
|
|
|
1482
1485
|
.uk-nav-secondary > li.uk-active > a {
|
|
1483
1486
|
color: $inverse-nav-secondary-item-active-color;
|
|
1484
|
-
@if(mixin-exists(hook-inverse-nav-secondary-item-active)) {@include hook-inverse-nav-secondary-item-active();}
|
|
1487
|
+
@if(meta.mixin-exists(hook-inverse-nav-secondary-item-active)) {@include hook-inverse-nav-secondary-item-active();}
|
|
1485
1488
|
}
|
|
1486
1489
|
|
|
1487
1490
|
.uk-nav-secondary .uk-nav-subtitle {
|
|
1488
1491
|
color: $inverse-nav-secondary-subtitle-color;
|
|
1489
|
-
@if(mixin-exists(hook-inverse-nav-secondary-subtitle)) {@include hook-inverse-nav-secondary-subtitle();}
|
|
1492
|
+
@if(meta.mixin-exists(hook-inverse-nav-secondary-subtitle)) {@include hook-inverse-nav-secondary-subtitle();}
|
|
1490
1493
|
}
|
|
1491
1494
|
|
|
1492
1495
|
.uk-nav-secondary > li > a:hover .uk-nav-subtitle {
|
|
1493
1496
|
color: $inverse-nav-secondary-subtitle-hover-color;
|
|
1494
|
-
@if(mixin-exists(hook-inverse-nav-secondary-subtitle-hover)) {@include hook-inverse-nav-secondary-subtitle-hover();}
|
|
1497
|
+
@if(meta.mixin-exists(hook-inverse-nav-secondary-subtitle-hover)) {@include hook-inverse-nav-secondary-subtitle-hover();}
|
|
1495
1498
|
}
|
|
1496
1499
|
|
|
1497
1500
|
.uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
|
|
1498
1501
|
color: $inverse-nav-secondary-subtitle-active-color;
|
|
1499
|
-
@if(mixin-exists(hook-inverse-nav-secondary-subtitle-active)) {@include hook-inverse-nav-secondary-subtitle-active();}
|
|
1502
|
+
@if(meta.mixin-exists(hook-inverse-nav-secondary-subtitle-active)) {@include hook-inverse-nav-secondary-subtitle-active();}
|
|
1500
1503
|
}
|
|
1501
1504
|
|
|
1502
1505
|
.uk-nav-secondary .uk-nav-header {
|
|
1503
1506
|
color: $inverse-nav-secondary-header-color;
|
|
1504
|
-
@if(mixin-exists(hook-inverse-nav-secondary-header)) {@include hook-inverse-nav-secondary-header();}
|
|
1507
|
+
@if(meta.mixin-exists(hook-inverse-nav-secondary-header)) {@include hook-inverse-nav-secondary-header();}
|
|
1505
1508
|
}
|
|
1506
1509
|
|
|
1507
1510
|
.uk-nav-secondary .uk-nav-divider {
|
|
1508
1511
|
border-top-color: $inverse-nav-secondary-divider-border;
|
|
1509
|
-
@if(mixin-exists(hook-inverse-nav-secondary-divider)) {@include hook-inverse-nav-secondary-divider();}
|
|
1512
|
+
@if(meta.mixin-exists(hook-inverse-nav-secondary-divider)) {@include hook-inverse-nav-secondary-divider();}
|
|
1510
1513
|
}
|
|
1511
1514
|
|
|
1512
1515
|
.uk-nav-secondary .uk-nav-sub a { color: $inverse-nav-secondary-sublist-item-color; }
|
|
@@ -1521,7 +1524,7 @@
|
|
|
1521
1524
|
|
|
1522
1525
|
.uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
|
|
1523
1526
|
border-top-color: $inverse-nav-dividers-border;
|
|
1524
|
-
@if(mixin-exists(hook-inverse-nav-dividers)) {@include hook-inverse-nav-dividers();}
|
|
1527
|
+
@if(meta.mixin-exists(hook-inverse-nav-dividers)) {@include hook-inverse-nav-dividers();}
|
|
1525
1528
|
}
|
|
1526
1529
|
|
|
1527
1530
|
}
|
|
@@ -1570,8 +1573,8 @@
|
|
|
1570
1573
|
.uk-navbar-right,
|
|
1571
1574
|
[class*="uk-navbar-center"] { gap: $navbar-gap-m; }
|
|
1572
1575
|
|
|
1573
|
-
.uk-navbar-center-left { right: unquote('calc(100% + #{$navbar-gap-m})'); }
|
|
1574
|
-
.uk-navbar-center-right { left: unquote('calc(100% + #{$navbar-gap-m})'); }
|
|
1576
|
+
.uk-navbar-center-left { right: string.unquote('calc(100% + #{$navbar-gap-m})'); }
|
|
1577
|
+
.uk-navbar-center-right { left: string.unquote('calc(100% + #{$navbar-gap-m})'); }
|
|
1575
1578
|
|
|
1576
1579
|
}
|
|
1577
1580
|
|
|
@@ -1598,23 +1601,23 @@
|
|
|
1598
1601
|
|
|
1599
1602
|
.uk-navbar-nav > li > a {
|
|
1600
1603
|
color: $inverse-navbar-nav-item-color;
|
|
1601
|
-
@if(mixin-exists(hook-inverse-navbar-nav-item)) {@include hook-inverse-navbar-nav-item();}
|
|
1604
|
+
@if(meta.mixin-exists(hook-inverse-navbar-nav-item)) {@include hook-inverse-navbar-nav-item();}
|
|
1602
1605
|
}
|
|
1603
1606
|
|
|
1604
1607
|
.uk-navbar-nav > li:hover > a,
|
|
1605
1608
|
.uk-navbar-nav > li > a[aria-expanded="true"] {
|
|
1606
1609
|
color: $inverse-navbar-nav-item-hover-color;
|
|
1607
|
-
@if(mixin-exists(hook-inverse-navbar-nav-item-hover)) {@include hook-inverse-navbar-nav-item-hover();}
|
|
1610
|
+
@if(meta.mixin-exists(hook-inverse-navbar-nav-item-hover)) {@include hook-inverse-navbar-nav-item-hover();}
|
|
1608
1611
|
}
|
|
1609
1612
|
|
|
1610
1613
|
.uk-navbar-nav > li > a:active {
|
|
1611
1614
|
color: $inverse-navbar-nav-item-onclick-color;
|
|
1612
|
-
@if(mixin-exists(hook-inverse-navbar-nav-item-onclick)) {@include hook-inverse-navbar-nav-item-onclick();}
|
|
1615
|
+
@if(meta.mixin-exists(hook-inverse-navbar-nav-item-onclick)) {@include hook-inverse-navbar-nav-item-onclick();}
|
|
1613
1616
|
}
|
|
1614
1617
|
|
|
1615
1618
|
.uk-navbar-nav > li.uk-active > a {
|
|
1616
1619
|
color: $inverse-navbar-nav-item-active-color;
|
|
1617
|
-
@if(mixin-exists(hook-inverse-navbar-nav-item-active)) {@include hook-inverse-navbar-nav-item-active();}
|
|
1620
|
+
@if(meta.mixin-exists(hook-inverse-navbar-nav-item-active)) {@include hook-inverse-navbar-nav-item-active();}
|
|
1618
1621
|
}
|
|
1619
1622
|
|
|
1620
1623
|
//
|
|
@@ -1623,7 +1626,7 @@
|
|
|
1623
1626
|
|
|
1624
1627
|
.uk-navbar-item {
|
|
1625
1628
|
color: $inverse-navbar-item-color;
|
|
1626
|
-
@if(mixin-exists(hook-inverse-navbar-item)) {@include hook-inverse-navbar-item();}
|
|
1629
|
+
@if(meta.mixin-exists(hook-inverse-navbar-item)) {@include hook-inverse-navbar-item();}
|
|
1627
1630
|
}
|
|
1628
1631
|
|
|
1629
1632
|
//
|
|
@@ -1632,13 +1635,13 @@
|
|
|
1632
1635
|
|
|
1633
1636
|
.uk-navbar-toggle {
|
|
1634
1637
|
color: $inverse-navbar-toggle-color;
|
|
1635
|
-
@if(mixin-exists(hook-inverse-navbar-toggle)) {@include hook-inverse-navbar-toggle();}
|
|
1638
|
+
@if(meta.mixin-exists(hook-inverse-navbar-toggle)) {@include hook-inverse-navbar-toggle();}
|
|
1636
1639
|
}
|
|
1637
1640
|
|
|
1638
1641
|
.uk-navbar-toggle:hover,
|
|
1639
1642
|
.uk-navbar-toggle[aria-expanded="true"] {
|
|
1640
1643
|
color: $inverse-navbar-toggle-hover-color;
|
|
1641
|
-
@if(mixin-exists(hook-inverse-navbar-toggle-hover)) {@include hook-inverse-navbar-toggle-hover();}
|
|
1644
|
+
@if(meta.mixin-exists(hook-inverse-navbar-toggle-hover)) {@include hook-inverse-navbar-toggle-hover();}
|
|
1642
1645
|
}
|
|
1643
1646
|
|
|
1644
1647
|
}
|
|
@@ -1674,22 +1677,22 @@
|
|
|
1674
1677
|
|
|
1675
1678
|
.uk-pagination > * > * {
|
|
1676
1679
|
color: $inverse-pagination-item-color;
|
|
1677
|
-
@if(mixin-exists(hook-inverse-pagination-item)) {@include hook-inverse-pagination-item();}
|
|
1680
|
+
@if(meta.mixin-exists(hook-inverse-pagination-item)) {@include hook-inverse-pagination-item();}
|
|
1678
1681
|
}
|
|
1679
1682
|
|
|
1680
1683
|
.uk-pagination > * > :hover {
|
|
1681
1684
|
color: $inverse-pagination-item-hover-color;
|
|
1682
|
-
@if(mixin-exists(hook-inverse-pagination-item-hover)) {@include hook-inverse-pagination-item-hover();}
|
|
1685
|
+
@if(meta.mixin-exists(hook-inverse-pagination-item-hover)) {@include hook-inverse-pagination-item-hover();}
|
|
1683
1686
|
}
|
|
1684
1687
|
|
|
1685
1688
|
.uk-pagination > .uk-active > * {
|
|
1686
1689
|
color: $inverse-pagination-item-active-color;
|
|
1687
|
-
@if(mixin-exists(hook-inverse-pagination-item-active)) {@include hook-inverse-pagination-item-active();}
|
|
1690
|
+
@if(meta.mixin-exists(hook-inverse-pagination-item-active)) {@include hook-inverse-pagination-item-active();}
|
|
1688
1691
|
}
|
|
1689
1692
|
|
|
1690
1693
|
.uk-pagination > .uk-disabled > * {
|
|
1691
1694
|
color: $inverse-pagination-item-disabled-color;
|
|
1692
|
-
@if(mixin-exists(hook-inverse-pagination-item-disabled)) {@include hook-inverse-pagination-item-disabled();}
|
|
1695
|
+
@if(meta.mixin-exists(hook-inverse-pagination-item-disabled)) {@include hook-inverse-pagination-item-disabled();}
|
|
1693
1696
|
}
|
|
1694
1697
|
|
|
1695
1698
|
}
|
|
@@ -1749,42 +1752,42 @@
|
|
|
1749
1752
|
|
|
1750
1753
|
.uk-search-default .uk-search-input {
|
|
1751
1754
|
background-color: $inverse-search-default-background;
|
|
1752
|
-
@if(mixin-exists(hook-inverse-search-default-input)) {@include hook-inverse-search-default-input();}
|
|
1755
|
+
@if(meta.mixin-exists(hook-inverse-search-default-input)) {@include hook-inverse-search-default-input();}
|
|
1753
1756
|
}
|
|
1754
1757
|
|
|
1755
1758
|
.uk-search-default .uk-search-input:focus {
|
|
1756
1759
|
background-color: $inverse-search-default-focus-background;
|
|
1757
|
-
@if(mixin-exists(hook-inverse-search-default-input-focus)) {@include hook-inverse-search-default-input-focus();}
|
|
1760
|
+
@if(meta.mixin-exists(hook-inverse-search-default-input-focus)) {@include hook-inverse-search-default-input-focus();}
|
|
1758
1761
|
}
|
|
1759
1762
|
|
|
1760
1763
|
.uk-search-navbar .uk-search-input {
|
|
1761
1764
|
background-color: $inverse-search-navbar-background;
|
|
1762
|
-
@if(mixin-exists(hook-inverse-search-navbar-input)) {@include hook-inverse-search-navbar-input();}
|
|
1765
|
+
@if(meta.mixin-exists(hook-inverse-search-navbar-input)) {@include hook-inverse-search-navbar-input();}
|
|
1763
1766
|
}
|
|
1764
1767
|
|
|
1765
1768
|
.uk-search-navbar .uk-search-input:focus {
|
|
1766
1769
|
background-color: $inverse-search-navbar-focus-background;
|
|
1767
|
-
@if(mixin-exists(hook-inverse-search-navbar-input-focus)) {@include hook-inverse-search-navbar-input-focus();}
|
|
1770
|
+
@if(meta.mixin-exists(hook-inverse-search-navbar-input-focus)) {@include hook-inverse-search-navbar-input-focus();}
|
|
1768
1771
|
}
|
|
1769
1772
|
|
|
1770
1773
|
.uk-search-medium .uk-search-input {
|
|
1771
1774
|
background-color: $inverse-search-medium-background;
|
|
1772
|
-
@if(mixin-exists(hook-inverse-search-medium-input)) {@include hook-inverse-search-medium-input();}
|
|
1775
|
+
@if(meta.mixin-exists(hook-inverse-search-medium-input)) {@include hook-inverse-search-medium-input();}
|
|
1773
1776
|
}
|
|
1774
1777
|
|
|
1775
1778
|
.uk-search-medium .uk-search-input:focus {
|
|
1776
1779
|
background-color: $inverse-search-medium-focus-background;
|
|
1777
|
-
@if(mixin-exists(hook-inverse-search-medium-input-focus)) {@include hook-inverse-search-medium-input-focus();}
|
|
1780
|
+
@if(meta.mixin-exists(hook-inverse-search-medium-input-focus)) {@include hook-inverse-search-medium-input-focus();}
|
|
1778
1781
|
}
|
|
1779
1782
|
|
|
1780
1783
|
.uk-search-large .uk-search-input {
|
|
1781
1784
|
background-color: $inverse-search-large-background;
|
|
1782
|
-
@if(mixin-exists(hook-inverse-search-large-input)) {@include hook-inverse-search-large-input();}
|
|
1785
|
+
@if(meta.mixin-exists(hook-inverse-search-large-input)) {@include hook-inverse-search-large-input();}
|
|
1783
1786
|
}
|
|
1784
1787
|
|
|
1785
1788
|
.uk-search-large .uk-search-input:focus {
|
|
1786
1789
|
background-color: $inverse-search-large-focus-background;
|
|
1787
|
-
@if(mixin-exists(hook-inverse-search-large-input-focus)) {@include hook-inverse-search-large-input-focus();}
|
|
1790
|
+
@if(meta.mixin-exists(hook-inverse-search-large-input-focus)) {@include hook-inverse-search-large-input-focus();}
|
|
1788
1791
|
}
|
|
1789
1792
|
|
|
1790
1793
|
//
|
|
@@ -1793,12 +1796,12 @@
|
|
|
1793
1796
|
|
|
1794
1797
|
.uk-search-toggle {
|
|
1795
1798
|
color: $inverse-search-toggle-color;
|
|
1796
|
-
@if(mixin-exists(hook-inverse-search-toggle)) {@include hook-inverse-search-toggle();}
|
|
1799
|
+
@if(meta.mixin-exists(hook-inverse-search-toggle)) {@include hook-inverse-search-toggle();}
|
|
1797
1800
|
}
|
|
1798
1801
|
|
|
1799
1802
|
.uk-search-toggle:hover {
|
|
1800
1803
|
color: $inverse-search-toggle-hover-color;
|
|
1801
|
-
@if(mixin-exists(hook-inverse-search-toggle-hover)) {@include hook-inverse-search-toggle-hover();}
|
|
1804
|
+
@if(meta.mixin-exists(hook-inverse-search-toggle-hover)) {@include hook-inverse-search-toggle-hover();}
|
|
1802
1805
|
}
|
|
1803
1806
|
|
|
1804
1807
|
}
|
|
@@ -1824,17 +1827,17 @@
|
|
|
1824
1827
|
|
|
1825
1828
|
.uk-slidenav {
|
|
1826
1829
|
color: $inverse-slidenav-color;
|
|
1827
|
-
@if(mixin-exists(hook-inverse-slidenav)) {@include hook-inverse-slidenav();}
|
|
1830
|
+
@if(meta.mixin-exists(hook-inverse-slidenav)) {@include hook-inverse-slidenav();}
|
|
1828
1831
|
}
|
|
1829
1832
|
|
|
1830
1833
|
.uk-slidenav:hover {
|
|
1831
1834
|
color: $inverse-slidenav-hover-color;
|
|
1832
|
-
@if(mixin-exists(hook-inverse-slidenav-hover)) {@include hook-inverse-slidenav-hover();}
|
|
1835
|
+
@if(meta.mixin-exists(hook-inverse-slidenav-hover)) {@include hook-inverse-slidenav-hover();}
|
|
1833
1836
|
}
|
|
1834
1837
|
|
|
1835
1838
|
.uk-slidenav:active {
|
|
1836
1839
|
color: $inverse-slidenav-active-color;
|
|
1837
|
-
@if(mixin-exists(hook-inverse-slidenav-active)) {@include hook-inverse-slidenav-active();}
|
|
1840
|
+
@if(meta.mixin-exists(hook-inverse-slidenav-active)) {@include hook-inverse-slidenav-active();}
|
|
1838
1841
|
}
|
|
1839
1842
|
|
|
1840
1843
|
}
|
|
@@ -1879,17 +1882,17 @@
|
|
|
1879
1882
|
|
|
1880
1883
|
.uk-subnav > * > :first-child {
|
|
1881
1884
|
color: $inverse-subnav-item-color;
|
|
1882
|
-
@if(mixin-exists(hook-inverse-subnav-item)) {@include hook-inverse-subnav-item();}
|
|
1885
|
+
@if(meta.mixin-exists(hook-inverse-subnav-item)) {@include hook-inverse-subnav-item();}
|
|
1883
1886
|
}
|
|
1884
1887
|
|
|
1885
1888
|
.uk-subnav > * > a:hover {
|
|
1886
1889
|
color: $inverse-subnav-item-hover-color;
|
|
1887
|
-
@if(mixin-exists(hook-inverse-subnav-item-hover)) {@include hook-inverse-subnav-item-hover();}
|
|
1890
|
+
@if(meta.mixin-exists(hook-inverse-subnav-item-hover)) {@include hook-inverse-subnav-item-hover();}
|
|
1888
1891
|
}
|
|
1889
1892
|
|
|
1890
1893
|
.uk-subnav > .uk-active > a {
|
|
1891
1894
|
color: $inverse-subnav-item-active-color;
|
|
1892
|
-
@if(mixin-exists(hook-inverse-subnav-item-active)) {@include hook-inverse-subnav-item-active();}
|
|
1895
|
+
@if(meta.mixin-exists(hook-inverse-subnav-item-active)) {@include hook-inverse-subnav-item-active();}
|
|
1893
1896
|
}
|
|
1894
1897
|
|
|
1895
1898
|
//
|
|
@@ -1898,7 +1901,7 @@
|
|
|
1898
1901
|
|
|
1899
1902
|
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
|
|
1900
1903
|
border-left-color: $inverse-subnav-divider-border;
|
|
1901
|
-
@if(mixin-exists(hook-inverse-subnav-divider)) {@include hook-inverse-subnav-divider();}
|
|
1904
|
+
@if(meta.mixin-exists(hook-inverse-subnav-divider)) {@include hook-inverse-subnav-divider();}
|
|
1902
1905
|
}
|
|
1903
1906
|
|
|
1904
1907
|
//
|
|
@@ -1908,25 +1911,25 @@
|
|
|
1908
1911
|
.uk-subnav-pill > * > :first-child {
|
|
1909
1912
|
background-color: $inverse-subnav-pill-item-background;
|
|
1910
1913
|
color: $inverse-subnav-pill-item-color;
|
|
1911
|
-
@if(mixin-exists(hook-inverse-subnav-pill-item)) {@include hook-inverse-subnav-pill-item();}
|
|
1914
|
+
@if(meta.mixin-exists(hook-inverse-subnav-pill-item)) {@include hook-inverse-subnav-pill-item();}
|
|
1912
1915
|
}
|
|
1913
1916
|
|
|
1914
1917
|
.uk-subnav-pill > * > a:hover {
|
|
1915
1918
|
background-color: $inverse-subnav-pill-item-hover-background;
|
|
1916
1919
|
color: $inverse-subnav-pill-item-hover-color;
|
|
1917
|
-
@if(mixin-exists(hook-inverse-subnav-pill-item-hover)) {@include hook-inverse-subnav-pill-item-hover();}
|
|
1920
|
+
@if(meta.mixin-exists(hook-inverse-subnav-pill-item-hover)) {@include hook-inverse-subnav-pill-item-hover();}
|
|
1918
1921
|
}
|
|
1919
1922
|
|
|
1920
1923
|
.uk-subnav-pill > * > a:active {
|
|
1921
1924
|
background-color: $inverse-subnav-pill-item-onclick-background;
|
|
1922
1925
|
color: $inverse-subnav-pill-item-onclick-color;
|
|
1923
|
-
@if(mixin-exists(hook-inverse-subnav-pill-item-onclick)) {@include hook-inverse-subnav-pill-item-onclick();}
|
|
1926
|
+
@if(meta.mixin-exists(hook-inverse-subnav-pill-item-onclick)) {@include hook-inverse-subnav-pill-item-onclick();}
|
|
1924
1927
|
}
|
|
1925
1928
|
|
|
1926
1929
|
.uk-subnav-pill > .uk-active > a {
|
|
1927
1930
|
background-color: $inverse-subnav-pill-item-active-background;
|
|
1928
1931
|
color: $inverse-subnav-pill-item-active-color;
|
|
1929
|
-
@if(mixin-exists(hook-inverse-subnav-pill-item-active)) {@include hook-inverse-subnav-pill-item-active();}
|
|
1932
|
+
@if(meta.mixin-exists(hook-inverse-subnav-pill-item-active)) {@include hook-inverse-subnav-pill-item-active();}
|
|
1930
1933
|
}
|
|
1931
1934
|
|
|
1932
1935
|
//
|
|
@@ -1935,7 +1938,7 @@
|
|
|
1935
1938
|
|
|
1936
1939
|
.uk-subnav > .uk-disabled > a {
|
|
1937
1940
|
color: $inverse-subnav-item-disabled-color;
|
|
1938
|
-
@if(mixin-exists(hook-inverse-subnav-item-disabled)) {@include hook-inverse-subnav-item-disabled();}
|
|
1941
|
+
@if(meta.mixin-exists(hook-inverse-subnav-item-disabled)) {@include hook-inverse-subnav-item-disabled();}
|
|
1939
1942
|
}
|
|
1940
1943
|
|
|
1941
1944
|
}
|
|
@@ -2025,27 +2028,27 @@
|
|
|
2025
2028
|
@mixin hook-inverse-component-tab(){
|
|
2026
2029
|
|
|
2027
2030
|
.uk-tab {
|
|
2028
|
-
@if(mixin-exists(hook-inverse-tab)) {@include hook-inverse-tab();}
|
|
2031
|
+
@if(meta.mixin-exists(hook-inverse-tab)) {@include hook-inverse-tab();}
|
|
2029
2032
|
}
|
|
2030
2033
|
|
|
2031
2034
|
.uk-tab > * > a {
|
|
2032
2035
|
color: $inverse-tab-item-color;
|
|
2033
|
-
@if(mixin-exists(hook-inverse-tab-item)) {@include hook-inverse-tab-item();}
|
|
2036
|
+
@if(meta.mixin-exists(hook-inverse-tab-item)) {@include hook-inverse-tab-item();}
|
|
2034
2037
|
}
|
|
2035
2038
|
|
|
2036
2039
|
.uk-tab > * > a:hover {
|
|
2037
2040
|
color: $inverse-tab-item-hover-color;
|
|
2038
|
-
@if(mixin-exists(hook-inverse-tab-item-hover)) {@include hook-inverse-tab-item-hover();}
|
|
2041
|
+
@if(meta.mixin-exists(hook-inverse-tab-item-hover)) {@include hook-inverse-tab-item-hover();}
|
|
2039
2042
|
}
|
|
2040
2043
|
|
|
2041
2044
|
.uk-tab > .uk-active > a {
|
|
2042
2045
|
color: $inverse-tab-item-active-color;
|
|
2043
|
-
@if(mixin-exists(hook-inverse-tab-item-active)) {@include hook-inverse-tab-item-active();}
|
|
2046
|
+
@if(meta.mixin-exists(hook-inverse-tab-item-active)) {@include hook-inverse-tab-item-active();}
|
|
2044
2047
|
}
|
|
2045
2048
|
|
|
2046
2049
|
.uk-tab > .uk-disabled > a {
|
|
2047
2050
|
color: $inverse-tab-item-disabled-color;
|
|
2048
|
-
@if(mixin-exists(hook-inverse-tab-item-disabled)) {@include hook-inverse-tab-item-disabled();}
|
|
2051
|
+
@if(meta.mixin-exists(hook-inverse-tab-item-disabled)) {@include hook-inverse-tab-item-disabled();}
|
|
2049
2052
|
}
|
|
2050
2053
|
|
|
2051
2054
|
}
|
|
@@ -2105,12 +2108,12 @@
|
|
|
2105
2108
|
|
|
2106
2109
|
.uk-text-lead {
|
|
2107
2110
|
color: $inverse-text-lead-color;
|
|
2108
|
-
@if(mixin-exists(hook-inverse-text-lead)) {@include hook-inverse-text-lead();}
|
|
2111
|
+
@if(meta.mixin-exists(hook-inverse-text-lead)) {@include hook-inverse-text-lead();}
|
|
2109
2112
|
}
|
|
2110
2113
|
|
|
2111
2114
|
.uk-text-meta {
|
|
2112
2115
|
color: $inverse-text-meta-color;
|
|
2113
|
-
@if(mixin-exists(hook-inverse-text-meta)) {@include hook-inverse-text-meta();}
|
|
2116
|
+
@if(meta.mixin-exists(hook-inverse-text-meta)) {@include hook-inverse-text-meta();}
|
|
2114
2117
|
}
|
|
2115
2118
|
|
|
2116
2119
|
.uk-text-muted { color: $inverse-text-muted-color !important; }
|
|
@@ -2151,15 +2154,15 @@
|
|
|
2151
2154
|
@mixin hook-inverse-component-thumbnav(){
|
|
2152
2155
|
|
|
2153
2156
|
.uk-thumbnav > * > * {
|
|
2154
|
-
@if(mixin-exists(hook-inverse-thumbnav-item)) {@include hook-inverse-thumbnav-item();}
|
|
2157
|
+
@if(meta.mixin-exists(hook-inverse-thumbnav-item)) {@include hook-inverse-thumbnav-item();}
|
|
2155
2158
|
}
|
|
2156
2159
|
|
|
2157
2160
|
.uk-thumbnav > * > :hover {
|
|
2158
|
-
@if(mixin-exists(hook-inverse-thumbnav-item-hover)) {@include hook-inverse-thumbnav-item-hover();}
|
|
2161
|
+
@if(meta.mixin-exists(hook-inverse-thumbnav-item-hover)) {@include hook-inverse-thumbnav-item-hover();}
|
|
2159
2162
|
}
|
|
2160
2163
|
|
|
2161
2164
|
.uk-thumbnav > .uk-active > * {
|
|
2162
|
-
@if(mixin-exists(hook-inverse-thumbnav-item-active)) {@include hook-inverse-thumbnav-item-active();}
|
|
2165
|
+
@if(meta.mixin-exists(hook-inverse-thumbnav-item-active)) {@include hook-inverse-thumbnav-item-active();}
|
|
2163
2166
|
}
|
|
2164
2167
|
|
|
2165
2168
|
}
|
|
@@ -2186,17 +2189,17 @@
|
|
|
2186
2189
|
|
|
2187
2190
|
.uk-totop {
|
|
2188
2191
|
color: $inverse-totop-color;
|
|
2189
|
-
@if(mixin-exists(hook-inverse-totop)) {@include hook-inverse-totop();}
|
|
2192
|
+
@if(meta.mixin-exists(hook-inverse-totop)) {@include hook-inverse-totop();}
|
|
2190
2193
|
}
|
|
2191
2194
|
|
|
2192
2195
|
.uk-totop:hover {
|
|
2193
2196
|
color: $inverse-totop-hover-color;
|
|
2194
|
-
@if(mixin-exists(hook-inverse-totop-hover)) {@include hook-inverse-totop-hover();}
|
|
2197
|
+
@if(meta.mixin-exists(hook-inverse-totop-hover)) {@include hook-inverse-totop-hover();}
|
|
2195
2198
|
}
|
|
2196
2199
|
|
|
2197
2200
|
.uk-totop:active {
|
|
2198
2201
|
color: $inverse-totop-active-color;
|
|
2199
|
-
@if(mixin-exists(hook-inverse-totop-active)) {@include hook-inverse-totop-active();}
|
|
2202
|
+
@if(meta.mixin-exists(hook-inverse-totop-active)) {@include hook-inverse-totop-active();}
|
|
2200
2203
|
}
|
|
2201
2204
|
|
|
2202
2205
|
}
|
|
@@ -2217,17 +2220,17 @@
|
|
|
2217
2220
|
|
|
2218
2221
|
.uk-dropcap::first-letter,
|
|
2219
2222
|
.uk-dropcap p:first-of-type::first-letter {
|
|
2220
|
-
@if(mixin-exists(hook-inverse-dropcap)) {@include hook-inverse-dropcap();}
|
|
2223
|
+
@if(meta.mixin-exists(hook-inverse-dropcap)) {@include hook-inverse-dropcap();}
|
|
2221
2224
|
}
|
|
2222
2225
|
|
|
2223
2226
|
.uk-logo {
|
|
2224
2227
|
color: $inverse-logo-color;
|
|
2225
|
-
@if(mixin-exists(hook-inverse-logo)) {@include hook-inverse-logo();}
|
|
2228
|
+
@if(meta.mixin-exists(hook-inverse-logo)) {@include hook-inverse-logo();}
|
|
2226
2229
|
}
|
|
2227
2230
|
|
|
2228
2231
|
.uk-logo:hover {
|
|
2229
2232
|
color: $inverse-logo-hover-color;
|
|
2230
|
-
@if(mixin-exists(hook-inverse-logo-hover)) {@include hook-inverse-logo-hover();}
|
|
2233
|
+
@if(meta.mixin-exists(hook-inverse-logo-hover)) {@include hook-inverse-logo-hover();}
|
|
2231
2234
|
}
|
|
2232
2235
|
|
|
2233
2236
|
.uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse) { display: none; }
|
|
@@ -2272,6 +2275,4 @@
|
|
|
2272
2275
|
@include hook-inverse-component-thumbnav();
|
|
2273
2276
|
@include hook-inverse-component-totop();
|
|
2274
2277
|
@include hook-inverse-component-utility();
|
|
2275
|
-
@include hook-inverse-component-accordion();
|
|
2276
|
-
@include hook-inverse-component-table();
|
|
2277
2278
|
}
|