uikit 3.8.1 → 3.9.2-dev.836238c9b
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/{.eslintrc.js → .eslintrc.json} +5 -5
- package/CHANGELOG.md +13 -1
- package/build/.eslintrc.json +15 -0
- package/build/build.js +55 -82
- package/build/icons.js +12 -13
- package/build/less.js +23 -38
- package/build/package.json +4 -0
- package/build/prefix.js +38 -94
- package/build/publishDev.js +12 -17
- package/build/release.js +31 -60
- package/build/scope.js +49 -84
- package/build/scss.js +19 -21
- package/build/util.js +166 -95
- package/dist/css/uikit-core-rtl.css +7 -7
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +7 -7
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +7 -7
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +7 -7
- package/dist/css/uikit.min.css +1 -1
- package/dist/js/components/countdown.js +1 -1
- package/dist/js/components/countdown.min.js +2 -2
- package/dist/js/components/filter.js +1 -1
- package/dist/js/components/filter.min.js +2 -2
- package/dist/js/components/lightbox-panel.js +1 -1
- package/dist/js/components/lightbox-panel.min.js +2 -2
- package/dist/js/components/lightbox.js +1 -1
- package/dist/js/components/lightbox.min.js +2 -2
- package/dist/js/components/notification.js +1 -1
- package/dist/js/components/notification.min.js +2 -2
- package/dist/js/components/parallax.js +1 -1
- package/dist/js/components/parallax.min.js +2 -2
- package/dist/js/components/slider-parallax.js +1 -1
- package/dist/js/components/slider-parallax.min.js +2 -2
- package/dist/js/components/slider.js +1 -1
- package/dist/js/components/slider.min.js +2 -2
- package/dist/js/components/slideshow-parallax.js +1 -1
- package/dist/js/components/slideshow-parallax.min.js +2 -2
- package/dist/js/components/slideshow.js +1 -1
- package/dist/js/components/slideshow.min.js +2 -2
- package/dist/js/components/sortable.js +1 -1
- package/dist/js/components/sortable.min.js +2 -2
- package/dist/js/components/tooltip.js +1 -1
- package/dist/js/components/tooltip.min.js +2 -2
- package/dist/js/components/upload.js +1 -1
- package/dist/js/components/upload.min.js +2 -2
- package/dist/js/uikit-core.js +8 -8
- package/dist/js/uikit-core.min.js +2 -2
- package/dist/js/uikit-icons.js +1 -1
- package/dist/js/uikit-icons.min.js +2 -2
- package/dist/js/uikit.js +8 -8
- package/dist/js/uikit.min.js +2 -2
- package/package.json +17 -19
- package/src/js/uikit-core.js +1 -1
- package/src/js/uikit.js +1 -1
- package/src/js/util/event.js +7 -7
- package/src/less/components/accordion.less +10 -10
- package/src/less/components/alert.less +9 -9
- package/src/less/components/align.less +2 -2
- package/src/less/components/animation.less +2 -2
- package/src/less/components/article.less +8 -8
- package/src/less/components/background.less +1 -1
- package/src/less/components/badge.less +6 -6
- package/src/less/components/base.less +30 -30
- package/src/less/components/breadcrumb.less +12 -12
- package/src/less/components/button.less +36 -36
- package/src/less/components/card.less +32 -32
- package/src/less/components/close.less +5 -5
- package/src/less/components/column.less +2 -2
- package/src/less/components/comment.less +12 -12
- package/src/less/components/container.less +2 -2
- package/src/less/components/countdown.less +10 -10
- package/src/less/components/cover.less +2 -2
- package/src/less/components/description-list.less +5 -5
- package/src/less/components/divider.less +11 -11
- package/src/less/components/dotnav.less +11 -11
- package/src/less/components/drop.less +1 -1
- package/src/less/components/dropdown.less +7 -7
- package/src/less/components/flex.less +2 -2
- package/src/less/components/form-range.less +12 -12
- package/src/less/components/form.less +27 -27
- package/src/less/components/grid.less +6 -6
- package/src/less/components/heading.less +21 -21
- package/src/less/components/height.less +1 -1
- package/src/less/components/icon.less +13 -13
- package/src/less/components/iconnav.less +9 -9
- package/src/less/components/inverse.less +3 -3
- package/src/less/components/label.less +7 -7
- package/src/less/components/leader.less +3 -3
- package/src/less/components/lightbox.less +9 -9
- package/src/less/components/link.less +12 -12
- package/src/less/components/list.less +5 -5
- package/src/less/components/margin.less +3 -3
- package/src/less/components/marker.less +5 -5
- package/src/less/components/modal.less +16 -16
- package/src/less/components/nav.less +31 -31
- package/src/less/components/navbar.less +33 -33
- package/src/less/components/notification.less +8 -8
- package/src/less/components/offcanvas.less +4 -4
- package/src/less/components/overlay.less +5 -5
- package/src/less/components/padding.less +1 -1
- package/src/less/components/pagination.less +10 -10
- package/src/less/components/placeholder.less +3 -3
- package/src/less/components/position.less +1 -1
- package/src/less/components/print.less +1 -1
- package/src/less/components/progress.less +6 -6
- package/src/less/components/search.less +15 -15
- package/src/less/components/section.less +8 -8
- package/src/less/components/slidenav.less +11 -11
- package/src/less/components/slider.less +2 -2
- package/src/less/components/slideshow.less +2 -2
- package/src/less/components/sortable.less +5 -5
- package/src/less/components/spinner.less +4 -4
- package/src/less/components/sticky.less +1 -1
- package/src/less/components/subnav.less +21 -21
- package/src/less/components/svg.less +1 -1
- package/src/less/components/switcher.less +2 -2
- package/src/less/components/tab.less +18 -18
- package/src/less/components/table.less +21 -21
- package/src/less/components/text.less +11 -11
- package/src/less/components/thumbnav.less +9 -9
- package/src/less/components/tile.less +10 -10
- package/src/less/components/tooltip.less +2 -2
- package/src/less/components/totop.less +7 -7
- package/src/less/components/transition.less +5 -5
- package/src/less/components/utility.less +10 -10
- package/src/less/components/visibility.less +1 -1
- package/src/less/components/width.less +1 -1
- package/src/scss/components/accordion.scss +1 -1
- package/src/scss/components/alert.scss +1 -1
- package/src/scss/components/align.scss +1 -1
- package/src/scss/components/animation.scss +1 -1
- package/src/scss/components/article.scss +1 -1
- package/src/scss/components/badge.scss +1 -1
- package/src/scss/components/base.scss +1 -1
- package/src/scss/components/card.scss +7 -7
- package/src/scss/components/column.scss +1 -0
- package/src/scss/components/comment.scss +1 -1
- package/src/scss/components/container.scss +1 -1
- package/src/scss/components/cover.scss +1 -1
- package/src/scss/components/description-list.scss +1 -1
- package/src/scss/components/dotnav.scss +1 -1
- package/src/scss/components/flex.scss +1 -1
- package/src/scss/components/form-range.scss +1 -1
- package/src/scss/components/grid.scss +1 -1
- package/src/scss/components/iconnav.scss +1 -1
- package/src/scss/components/inverse.scss +1 -1
- package/src/scss/components/label.scss +1 -1
- package/src/scss/components/margin.scss +2 -2
- package/src/scss/components/nav.scss +1 -1
- package/src/scss/components/placeholder.scss +1 -1
- package/src/scss/components/section.scss +1 -1
- package/src/scss/components/spinner.scss +2 -2
- package/src/scss/components/subnav.scss +1 -1
- package/src/scss/components/switcher.scss +1 -1
- package/src/scss/components/tab.scss +1 -1
- package/src/scss/components/table.scss +3 -3
- package/src/scss/components/text.scss +3 -3
- package/src/scss/components/thumbnav.scss +1 -1
- package/src/scss/components/transition.scss +4 -4
- package/src/scss/components/utility.scss +1 -1
- package/src/scss/mixins-theme.scss +1 -1
- package/src/scss/mixins.scss +1 -1
- package/src/scss/variables-theme.scss +8 -8
- package/src/scss/variables.scss +8 -8
- package/build/.eslintrc.js +0 -13
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
display: flex;
|
|
94
94
|
/* 1 */
|
|
95
95
|
position: relative;
|
|
96
|
-
.hook-navbar;
|
|
96
|
+
.hook-navbar();
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
|
|
103
103
|
.uk-navbar-container:not(.uk-navbar-transparent) {
|
|
104
104
|
background: @navbar-background;
|
|
105
|
-
.hook-navbar-container;
|
|
105
|
+
.hook-navbar-container();
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
// Color Mode
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
|
|
242
242
|
.uk-navbar-nav > li > a {
|
|
243
243
|
color: @navbar-nav-item-color;
|
|
244
|
-
.hook-navbar-nav-item;
|
|
244
|
+
.hook-navbar-nav-item();
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
/*
|
|
@@ -252,19 +252,19 @@
|
|
|
252
252
|
.uk-navbar-nav > li:hover > a,
|
|
253
253
|
.uk-navbar-nav > li > a[aria-expanded="true"] {
|
|
254
254
|
color: @navbar-nav-item-hover-color;
|
|
255
|
-
.hook-navbar-nav-item-hover;
|
|
255
|
+
.hook-navbar-nav-item-hover();
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
/* OnClick */
|
|
259
259
|
.uk-navbar-nav > li > a:active {
|
|
260
260
|
color: @navbar-nav-item-onclick-color;
|
|
261
|
-
.hook-navbar-nav-item-onclick;
|
|
261
|
+
.hook-navbar-nav-item-onclick();
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
/* Active */
|
|
265
265
|
.uk-navbar-nav > li.uk-active > a {
|
|
266
266
|
color: @navbar-nav-item-active-color;
|
|
267
|
-
.hook-navbar-nav-item-active;
|
|
267
|
+
.hook-navbar-nav-item-active();
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
|
|
274
274
|
.uk-navbar-item {
|
|
275
275
|
color: @navbar-item-color;
|
|
276
|
-
.hook-navbar-item;
|
|
276
|
+
.hook-navbar-item();
|
|
277
277
|
}
|
|
278
278
|
|
|
279
279
|
/*
|
|
@@ -288,14 +288,14 @@
|
|
|
288
288
|
|
|
289
289
|
.uk-navbar-toggle {
|
|
290
290
|
color: @navbar-toggle-color;
|
|
291
|
-
.hook-navbar-toggle;
|
|
291
|
+
.hook-navbar-toggle();
|
|
292
292
|
}
|
|
293
293
|
|
|
294
294
|
.uk-navbar-toggle:hover,
|
|
295
295
|
.uk-navbar-toggle[aria-expanded="true"] {
|
|
296
296
|
color: @navbar-toggle-hover-color;
|
|
297
297
|
text-decoration: none;
|
|
298
|
-
.hook-navbar-toggle-hover;
|
|
298
|
+
.hook-navbar-toggle-hover();
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
/*
|
|
@@ -304,12 +304,12 @@
|
|
|
304
304
|
*/
|
|
305
305
|
|
|
306
306
|
.uk-navbar-toggle-icon {
|
|
307
|
-
.hook-navbar-toggle-icon;
|
|
307
|
+
.hook-navbar-toggle-icon();
|
|
308
308
|
}
|
|
309
309
|
|
|
310
310
|
/* Hover */
|
|
311
311
|
:hover > .uk-navbar-toggle-icon {
|
|
312
|
-
.hook-navbar-toggle-icon-hover;
|
|
312
|
+
.hook-navbar-toggle-icon-hover();
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
|
|
319
319
|
.uk-navbar-subtitle {
|
|
320
320
|
font-size: @navbar-subtitle-font-size;
|
|
321
|
-
.hook-navbar-subtitle;
|
|
321
|
+
.hook-navbar-subtitle();
|
|
322
322
|
}
|
|
323
323
|
|
|
324
324
|
|
|
@@ -326,15 +326,15 @@
|
|
|
326
326
|
========================================================================== */
|
|
327
327
|
|
|
328
328
|
.uk-navbar-primary {
|
|
329
|
-
.hook-navbar-primary;
|
|
329
|
+
.hook-navbar-primary();
|
|
330
330
|
}
|
|
331
331
|
|
|
332
332
|
.uk-navbar-transparent {
|
|
333
|
-
.hook-navbar-transparent;
|
|
333
|
+
.hook-navbar-transparent();
|
|
334
334
|
}
|
|
335
335
|
|
|
336
336
|
.uk-navbar-sticky {
|
|
337
|
-
.hook-navbar-sticky;
|
|
337
|
+
.hook-navbar-sticky();
|
|
338
338
|
}
|
|
339
339
|
|
|
340
340
|
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
padding: @navbar-dropdown-padding;
|
|
363
363
|
background: @navbar-dropdown-background;
|
|
364
364
|
color: @navbar-dropdown-color;
|
|
365
|
-
.hook-navbar-dropdown;
|
|
365
|
+
.hook-navbar-dropdown();
|
|
366
366
|
}
|
|
367
367
|
|
|
368
368
|
/* Show */
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
.uk-navbar-dropdown-dropbar {
|
|
410
410
|
margin-top: @navbar-dropdown-dropbar-margin-top;
|
|
411
411
|
margin-bottom: @navbar-dropdown-dropbar-margin-bottom;
|
|
412
|
-
.hook-navbar-dropdown-dropbar;
|
|
412
|
+
.hook-navbar-dropdown-dropbar();
|
|
413
413
|
}
|
|
414
414
|
|
|
415
415
|
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
========================================================================== */
|
|
419
419
|
|
|
420
420
|
.uk-navbar-dropdown-nav {
|
|
421
|
-
.hook-navbar-dropdown-nav;
|
|
421
|
+
.hook-navbar-dropdown-nav();
|
|
422
422
|
}
|
|
423
423
|
|
|
424
424
|
/*
|
|
@@ -427,19 +427,19 @@
|
|
|
427
427
|
|
|
428
428
|
.uk-navbar-dropdown-nav > li > a {
|
|
429
429
|
color: @navbar-dropdown-nav-item-color;
|
|
430
|
-
.hook-navbar-dropdown-nav-item;
|
|
430
|
+
.hook-navbar-dropdown-nav-item();
|
|
431
431
|
}
|
|
432
432
|
|
|
433
433
|
/* Hover */
|
|
434
434
|
.uk-navbar-dropdown-nav > li > a:hover {
|
|
435
435
|
color: @navbar-dropdown-nav-item-hover-color;
|
|
436
|
-
.hook-navbar-dropdown-nav-item-hover;
|
|
436
|
+
.hook-navbar-dropdown-nav-item-hover();
|
|
437
437
|
}
|
|
438
438
|
|
|
439
439
|
/* Active */
|
|
440
440
|
.uk-navbar-dropdown-nav > li.uk-active > a {
|
|
441
441
|
color: @navbar-dropdown-nav-item-active-color;
|
|
442
|
-
.hook-navbar-dropdown-nav-item-active;
|
|
442
|
+
.hook-navbar-dropdown-nav-item-active();
|
|
443
443
|
}
|
|
444
444
|
|
|
445
445
|
/*
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
|
|
449
449
|
.uk-navbar-dropdown-nav .uk-nav-header {
|
|
450
450
|
color: @navbar-dropdown-nav-header-color;
|
|
451
|
-
.hook-navbar-dropdown-nav-header;
|
|
451
|
+
.hook-navbar-dropdown-nav-header();
|
|
452
452
|
}
|
|
453
453
|
|
|
454
454
|
/*
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
|
|
458
458
|
.uk-navbar-dropdown-nav .uk-nav-divider {
|
|
459
459
|
border-top: @navbar-dropdown-nav-divider-border-width solid @navbar-dropdown-nav-divider-border;
|
|
460
|
-
.hook-navbar-dropdown-nav-divider;
|
|
460
|
+
.hook-navbar-dropdown-nav-divider();
|
|
461
461
|
}
|
|
462
462
|
|
|
463
463
|
/*
|
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
|
|
477
477
|
.uk-navbar-dropbar {
|
|
478
478
|
background: @navbar-dropbar-background;
|
|
479
|
-
.hook-navbar-dropbar;
|
|
479
|
+
.hook-navbar-dropbar();
|
|
480
480
|
}
|
|
481
481
|
|
|
482
482
|
/*
|
|
@@ -488,14 +488,14 @@
|
|
|
488
488
|
z-index: @navbar-dropbar-z-index;
|
|
489
489
|
left: 0;
|
|
490
490
|
right: 0;
|
|
491
|
-
.hook-navbar-dropbar-slide;
|
|
491
|
+
.hook-navbar-dropbar-slide();
|
|
492
492
|
}
|
|
493
493
|
|
|
494
494
|
|
|
495
495
|
// Hooks
|
|
496
496
|
// ========================================================================
|
|
497
497
|
|
|
498
|
-
.hook-navbar-misc;
|
|
498
|
+
.hook-navbar-misc();
|
|
499
499
|
|
|
500
500
|
.hook-navbar() {}
|
|
501
501
|
.hook-navbar-container() {}
|
|
@@ -540,39 +540,39 @@
|
|
|
540
540
|
|
|
541
541
|
.uk-navbar-nav > li > a {
|
|
542
542
|
color: @inverse-navbar-nav-item-color;
|
|
543
|
-
.hook-inverse-navbar-nav-item;
|
|
543
|
+
.hook-inverse-navbar-nav-item();
|
|
544
544
|
}
|
|
545
545
|
|
|
546
546
|
.uk-navbar-nav > li:hover > a,
|
|
547
547
|
.uk-navbar-nav > li > a[aria-expanded="true"] {
|
|
548
548
|
color: @inverse-navbar-nav-item-hover-color;
|
|
549
|
-
.hook-inverse-navbar-nav-item-hover;
|
|
549
|
+
.hook-inverse-navbar-nav-item-hover();
|
|
550
550
|
}
|
|
551
551
|
|
|
552
552
|
.uk-navbar-nav > li > a:active {
|
|
553
553
|
color: @inverse-navbar-nav-item-onclick-color;
|
|
554
|
-
.hook-inverse-navbar-nav-item-onclick;
|
|
554
|
+
.hook-inverse-navbar-nav-item-onclick();
|
|
555
555
|
}
|
|
556
556
|
|
|
557
557
|
.uk-navbar-nav > li.uk-active > a {
|
|
558
558
|
color: @inverse-navbar-nav-item-active-color;
|
|
559
|
-
.hook-inverse-navbar-nav-item-active;
|
|
559
|
+
.hook-inverse-navbar-nav-item-active();
|
|
560
560
|
}
|
|
561
561
|
|
|
562
562
|
.uk-navbar-item {
|
|
563
563
|
color: @inverse-navbar-item-color;
|
|
564
|
-
.hook-inverse-navbar-item;
|
|
564
|
+
.hook-inverse-navbar-item();
|
|
565
565
|
}
|
|
566
566
|
|
|
567
567
|
.uk-navbar-toggle {
|
|
568
568
|
color: @inverse-navbar-toggle-color;
|
|
569
|
-
.hook-inverse-navbar-toggle;
|
|
569
|
+
.hook-inverse-navbar-toggle();
|
|
570
570
|
}
|
|
571
571
|
|
|
572
572
|
.uk-navbar-toggle:hover,
|
|
573
573
|
.uk-navbar-toggle[aria-expanded="true"] {
|
|
574
574
|
color: @inverse-navbar-toggle-hover-color;
|
|
575
|
-
.hook-inverse-navbar-toggle-hover;
|
|
575
|
+
.hook-inverse-navbar-toggle-hover();
|
|
576
576
|
}
|
|
577
577
|
|
|
578
578
|
}
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
/* 2 */
|
|
62
62
|
box-sizing: border-box;
|
|
63
63
|
width: @notification-width;
|
|
64
|
-
.hook-notification;
|
|
64
|
+
.hook-notification();
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
font-size: @notification-message-font-size;
|
|
116
116
|
line-height: @notification-message-line-height;
|
|
117
117
|
cursor: pointer;
|
|
118
|
-
.hook-notification-message;
|
|
118
|
+
.hook-notification-message();
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
* + .uk-notification-message { margin-top: @notification-message-margin-top; }
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
position: absolute;
|
|
131
131
|
top: @notification-close-top;
|
|
132
132
|
right: @notification-close-right;
|
|
133
|
-
.hook-notification-close;
|
|
133
|
+
.hook-notification-close();
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
.uk-notification-message:hover .uk-notification-close { display: block; }
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
|
|
146
146
|
.uk-notification-message-primary {
|
|
147
147
|
color: @notification-message-primary-color;
|
|
148
|
-
.hook-notification-message-primary;
|
|
148
|
+
.hook-notification-message-primary();
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
/*
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
|
|
155
155
|
.uk-notification-message-success {
|
|
156
156
|
color: @notification-message-success-color;
|
|
157
|
-
.hook-notification-message-success;
|
|
157
|
+
.hook-notification-message-success();
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
/*
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
|
|
164
164
|
.uk-notification-message-warning {
|
|
165
165
|
color: @notification-message-warning-color;
|
|
166
|
-
.hook-notification-message-warning;
|
|
166
|
+
.hook-notification-message-warning();
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
/*
|
|
@@ -172,14 +172,14 @@
|
|
|
172
172
|
|
|
173
173
|
.uk-notification-message-danger {
|
|
174
174
|
color: @notification-message-danger-color;
|
|
175
|
-
.hook-notification-message-danger;
|
|
175
|
+
.hook-notification-message-danger();
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
|
|
179
179
|
// Hooks
|
|
180
180
|
// ========================================================================
|
|
181
181
|
|
|
182
|
-
.hook-notification-misc;
|
|
182
|
+
.hook-notification-misc();
|
|
183
183
|
|
|
184
184
|
.hook-notification() {}
|
|
185
185
|
.hook-notification-message() {}
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
/* 3 */
|
|
95
95
|
overflow-y: auto;
|
|
96
96
|
-webkit-overflow-scrolling: touch;
|
|
97
|
-
.hook-offcanvas-bar;
|
|
97
|
+
.hook-offcanvas-bar();
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
/* Tablet landscape and bigger */
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
top: @offcanvas-close-position;
|
|
204
204
|
right: @offcanvas-close-position;
|
|
205
205
|
padding: @offcanvas-close-padding;
|
|
206
|
-
.hook-offcanvas-close;
|
|
206
|
+
.hook-offcanvas-close();
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
/* 2 */
|
|
241
241
|
opacity: 0;
|
|
242
242
|
transition: opacity 0.15s linear;
|
|
243
|
-
.hook-offcanvas-overlay;
|
|
243
|
+
.hook-offcanvas-overlay();
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
.uk-offcanvas-overlay.uk-open::before { opacity: 1; }
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
// Hooks
|
|
299
299
|
// ========================================================================
|
|
300
300
|
|
|
301
|
-
.hook-offcanvas-misc;
|
|
301
|
+
.hook-offcanvas-misc();
|
|
302
302
|
|
|
303
303
|
.hook-offcanvas-bar() {}
|
|
304
304
|
.hook-offcanvas-close() {}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
.uk-overlay {
|
|
31
31
|
padding: @overlay-padding-vertical @overlay-padding-horizontal;
|
|
32
|
-
.hook-overlay;
|
|
32
|
+
.hook-overlay();
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
/*
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
========================================================================== */
|
|
44
44
|
|
|
45
45
|
.uk-overlay-icon {
|
|
46
|
-
.hook-overlay-icon;
|
|
46
|
+
.hook-overlay-icon();
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
|
|
57
57
|
.uk-overlay-default {
|
|
58
58
|
background: @overlay-default-background;
|
|
59
|
-
.hook-overlay-default;
|
|
59
|
+
.hook-overlay-default();
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
/*
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
|
|
66
66
|
.uk-overlay-primary {
|
|
67
67
|
background: @overlay-primary-background;
|
|
68
|
-
.hook-overlay-primary;
|
|
68
|
+
.hook-overlay-primary();
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
// Color Mode
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
// Hooks
|
|
77
77
|
// ========================================================================
|
|
78
78
|
|
|
79
|
-
.hook-overlay-misc;
|
|
79
|
+
.hook-overlay-misc();
|
|
80
80
|
|
|
81
81
|
.hook-overlay() {}
|
|
82
82
|
.hook-overlay-icon() {}
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
/* 3 */
|
|
46
46
|
padding: 0;
|
|
47
47
|
list-style: none;
|
|
48
|
-
.hook-pagination;
|
|
48
|
+
.hook-pagination();
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
/*
|
|
@@ -78,33 +78,33 @@
|
|
|
78
78
|
/* 2 */
|
|
79
79
|
padding: @pagination-item-padding-vertical @pagination-item-padding-horizontal;
|
|
80
80
|
color: @pagination-item-color;
|
|
81
|
-
.hook-pagination-item;
|
|
81
|
+
.hook-pagination-item();
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
/* Hover */
|
|
85
85
|
.uk-pagination > * > :hover {
|
|
86
86
|
color: @pagination-item-hover-color;
|
|
87
87
|
text-decoration: @pagination-item-hover-text-decoration;
|
|
88
|
-
.hook-pagination-item-hover;
|
|
88
|
+
.hook-pagination-item-hover();
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
/* Active */
|
|
92
92
|
.uk-pagination > .uk-active > * {
|
|
93
93
|
color: @pagination-item-active-color;
|
|
94
|
-
.hook-pagination-item-active;
|
|
94
|
+
.hook-pagination-item-active();
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
/* Disabled */
|
|
98
98
|
.uk-pagination > .uk-disabled > * {
|
|
99
99
|
color: @pagination-item-disabled-color;
|
|
100
|
-
.hook-pagination-item-disabled;
|
|
100
|
+
.hook-pagination-item-disabled();
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
// Hooks
|
|
105
105
|
// ========================================================================
|
|
106
106
|
|
|
107
|
-
.hook-pagination-misc;
|
|
107
|
+
.hook-pagination-misc();
|
|
108
108
|
|
|
109
109
|
.hook-pagination() {}
|
|
110
110
|
.hook-pagination-item() {}
|
|
@@ -126,22 +126,22 @@
|
|
|
126
126
|
|
|
127
127
|
.uk-pagination > * > * {
|
|
128
128
|
color: @inverse-pagination-item-color;
|
|
129
|
-
.hook-inverse-pagination-item;
|
|
129
|
+
.hook-inverse-pagination-item();
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
.uk-pagination > * > :hover {
|
|
133
133
|
color: @inverse-pagination-item-hover-color;
|
|
134
|
-
.hook-inverse-pagination-item-hover;
|
|
134
|
+
.hook-inverse-pagination-item-hover();
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
.uk-pagination > .uk-active > * {
|
|
138
138
|
color: @inverse-pagination-item-active-color;
|
|
139
|
-
.hook-inverse-pagination-item-active;
|
|
139
|
+
.hook-inverse-pagination-item-active();
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
.uk-pagination > .uk-disabled > * {
|
|
143
143
|
color: @inverse-pagination-item-disabled-color;
|
|
144
|
-
.hook-inverse-pagination-item-disabled;
|
|
144
|
+
.hook-inverse-pagination-item-disabled();
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
margin-bottom: @placeholder-margin-vertical;
|
|
24
24
|
padding: @placeholder-padding-vertical @placeholder-padding-horizontal;
|
|
25
25
|
background: @placeholder-background;
|
|
26
|
-
.hook-placeholder;
|
|
26
|
+
.hook-placeholder();
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
/* Add margin if adjacent element */
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
// Hooks
|
|
40
40
|
// ========================================================================
|
|
41
41
|
|
|
42
|
-
.hook-placeholder-misc;
|
|
42
|
+
.hook-placeholder-misc();
|
|
43
43
|
|
|
44
44
|
.hook-placeholder() {}
|
|
45
|
-
.hook-placeholder-misc() {}
|
|
45
|
+
.hook-placeholder-misc() {}
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
/* 6 */
|
|
46
46
|
margin-bottom: @progress-margin-vertical;
|
|
47
47
|
height: @progress-height;
|
|
48
|
-
.hook-progress;
|
|
48
|
+
.hook-progress();
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
/* Add margin if adjacent element */
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
|
|
65
65
|
.uk-progress::-webkit-progress-bar {
|
|
66
66
|
background-color: @progress-background;
|
|
67
|
-
.hook-progress;
|
|
67
|
+
.hook-progress();
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
/* 2 */
|
|
@@ -78,12 +78,12 @@
|
|
|
78
78
|
.uk-progress::-webkit-progress-value {
|
|
79
79
|
background-color: @progress-bar-background;
|
|
80
80
|
transition: width 0.6s ease;
|
|
81
|
-
.hook-progress-bar;
|
|
81
|
+
.hook-progress-bar();
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
.uk-progress::-moz-progress-bar {
|
|
85
85
|
background-color: @progress-bar-background;
|
|
86
|
-
.hook-progress-bar;
|
|
86
|
+
.hook-progress-bar();
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
.uk-progress::-ms-fill {
|
|
@@ -91,14 +91,14 @@
|
|
|
91
91
|
transition: width 0.6s ease;
|
|
92
92
|
/* 1 */
|
|
93
93
|
border: 0;
|
|
94
|
-
.hook-progress-bar;
|
|
94
|
+
.hook-progress-bar();
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
|
|
98
98
|
// Hooks
|
|
99
99
|
// ========================================================================
|
|
100
100
|
|
|
101
|
-
.hook-progress-misc;
|
|
101
|
+
.hook-progress-misc();
|
|
102
102
|
|
|
103
103
|
.hook-progress() {}
|
|
104
104
|
.hook-progress-bar() {}
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
/* 9 */
|
|
121
121
|
border: none;
|
|
122
122
|
color: @search-color;
|
|
123
|
-
.hook-search-input;
|
|
123
|
+
.hook-search-input();
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
.uk-search-input:focus { outline: none; }
|
|
@@ -190,13 +190,13 @@
|
|
|
190
190
|
padding-left: @search-default-padding-horizontal;
|
|
191
191
|
padding-right: @search-default-padding-horizontal;
|
|
192
192
|
background: @search-default-background;
|
|
193
|
-
.hook-search-default-input;
|
|
193
|
+
.hook-search-default-input();
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
/* Focus */
|
|
197
197
|
.uk-search-default .uk-search-input:focus {
|
|
198
198
|
background-color: @search-default-focus-background;
|
|
199
|
-
.hook-search-default-input-focus;
|
|
199
|
+
.hook-search-default-input-focus();
|
|
200
200
|
}
|
|
201
201
|
|
|
202
202
|
/*
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
height: @search-navbar-height;
|
|
223
223
|
background: @search-navbar-background;
|
|
224
224
|
font-size: @search-navbar-font-size;
|
|
225
|
-
.hook-search-navbar-input;
|
|
225
|
+
.hook-search-navbar-input();
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
/*
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
height: @search-large-height;
|
|
249
249
|
background: @search-large-background;
|
|
250
250
|
font-size: @search-large-font-size;
|
|
251
|
-
.hook-search-large-input;
|
|
251
|
+
.hook-search-large-input();
|
|
252
252
|
}
|
|
253
253
|
|
|
254
254
|
/*
|
|
@@ -266,20 +266,20 @@
|
|
|
266
266
|
|
|
267
267
|
.uk-search-toggle {
|
|
268
268
|
color: @search-toggle-color;
|
|
269
|
-
.hook-search-toggle;
|
|
269
|
+
.hook-search-toggle();
|
|
270
270
|
}
|
|
271
271
|
|
|
272
272
|
/* Hover */
|
|
273
273
|
.uk-search-toggle:hover {
|
|
274
274
|
color: @search-toggle-hover-color;
|
|
275
|
-
.hook-search-toggle-hover;
|
|
275
|
+
.hook-search-toggle-hover();
|
|
276
276
|
}
|
|
277
277
|
|
|
278
278
|
|
|
279
279
|
// Hooks
|
|
280
280
|
// ========================================================================
|
|
281
281
|
|
|
282
|
-
.hook-search-misc;
|
|
282
|
+
.hook-search-misc();
|
|
283
283
|
|
|
284
284
|
.hook-search-input() {}
|
|
285
285
|
.hook-search-default-input() {}
|
|
@@ -336,22 +336,22 @@
|
|
|
336
336
|
|
|
337
337
|
.uk-search-default .uk-search-input {
|
|
338
338
|
background-color: @inverse-search-default-background;
|
|
339
|
-
.hook-inverse-search-default-input;
|
|
339
|
+
.hook-inverse-search-default-input();
|
|
340
340
|
}
|
|
341
|
-
|
|
341
|
+
|
|
342
342
|
.uk-search-default .uk-search-input:focus {
|
|
343
343
|
background-color: @inverse-search-default-focus-background;
|
|
344
|
-
.hook-inverse-search-default-input-focus;
|
|
344
|
+
.hook-inverse-search-default-input-focus();
|
|
345
345
|
}
|
|
346
346
|
|
|
347
347
|
.uk-search-navbar .uk-search-input {
|
|
348
348
|
background-color: @inverse-search-navbar-background;
|
|
349
|
-
.hook-inverse-search-navbar-input;
|
|
349
|
+
.hook-inverse-search-navbar-input();
|
|
350
350
|
}
|
|
351
351
|
|
|
352
352
|
.uk-search-large .uk-search-input {
|
|
353
353
|
background-color: @inverse-search-large-background;
|
|
354
|
-
.hook-inverse-search-large-input;
|
|
354
|
+
.hook-inverse-search-large-input();
|
|
355
355
|
}
|
|
356
356
|
|
|
357
357
|
//
|
|
@@ -360,12 +360,12 @@
|
|
|
360
360
|
|
|
361
361
|
.uk-search-toggle {
|
|
362
362
|
color: @inverse-search-toggle-color;
|
|
363
|
-
.hook-inverse-search-toggle;
|
|
363
|
+
.hook-inverse-search-toggle();
|
|
364
364
|
}
|
|
365
365
|
|
|
366
366
|
.uk-search-toggle:hover {
|
|
367
367
|
color: @inverse-search-toggle-hover-color;
|
|
368
|
-
.hook-inverse-search-toggle-hover;
|
|
368
|
+
.hook-inverse-search-toggle-hover();
|
|
369
369
|
}
|
|
370
370
|
|
|
371
371
|
}
|