uikit 3.8.1-dev.3a43322ca → 3.9.1
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 +14 -2
- package/build/{.eslintrc.js → .eslintrc.json} +5 -5
- package/build/build.js +59 -80
- package/build/icons.js +2 -11
- package/build/less.js +23 -38
- package/build/package.json +4 -0
- package/build/prefix.js +38 -94
- package/build/publishDev.js +11 -18
- package/build/release.js +31 -60
- package/build/scope.js +49 -84
- package/build/scss.js +15 -17
- package/build/util.js +107 -81
- 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 +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 +1 -1
- package/dist/js/components/lightbox-panel.min.js +1 -1
- package/dist/js/components/lightbox.js +1 -1
- package/dist/js/components/lightbox.min.js +1 -1
- package/dist/js/components/notification.js +1 -1
- package/dist/js/components/notification.min.js +1 -1
- package/dist/js/components/parallax.js +1 -1
- package/dist/js/components/parallax.min.js +1 -1
- package/dist/js/components/slider-parallax.js +1 -1
- package/dist/js/components/slider-parallax.min.js +1 -1
- package/dist/js/components/slider.js +1 -1
- package/dist/js/components/slider.min.js +1 -1
- package/dist/js/components/slideshow-parallax.js +1 -1
- package/dist/js/components/slideshow-parallax.min.js +1 -1
- package/dist/js/components/slideshow.js +1 -1
- 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 +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 +1 -1
- package/dist/js/uikit.js +8 -8
- package/dist/js/uikit.min.js +2 -2
- package/package.json +15 -14
- 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
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
border-radius: @tooltip-border-radius;
|
|
62
62
|
color: @tooltip-color;
|
|
63
63
|
font-size: @tooltip-font-size;
|
|
64
|
-
.hook-tooltip;
|
|
64
|
+
.hook-tooltip();
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
/* Show */
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
// Hooks
|
|
82
82
|
// ========================================================================
|
|
83
83
|
|
|
84
|
-
.hook-tooltip-misc;
|
|
84
|
+
.hook-tooltip-misc();
|
|
85
85
|
|
|
86
86
|
.hook-tooltip() {}
|
|
87
87
|
.hook-tooltip-misc() {}
|
|
@@ -28,26 +28,26 @@
|
|
|
28
28
|
.uk-totop {
|
|
29
29
|
padding: @totop-padding;
|
|
30
30
|
color: @totop-color;
|
|
31
|
-
.hook-totop;
|
|
31
|
+
.hook-totop();
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
/* Hover */
|
|
35
35
|
.uk-totop:hover {
|
|
36
36
|
color: @totop-hover-color;
|
|
37
|
-
.hook-totop-hover;
|
|
37
|
+
.hook-totop-hover();
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
/* OnClick */
|
|
41
41
|
.uk-totop:active {
|
|
42
42
|
color: @totop-active-color;
|
|
43
|
-
.hook-totop-active;
|
|
43
|
+
.hook-totop-active();
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
// Hooks
|
|
48
48
|
// ========================================================================
|
|
49
49
|
|
|
50
|
-
.hook-totop-misc;
|
|
50
|
+
.hook-totop-misc();
|
|
51
51
|
|
|
52
52
|
.hook-totop() {}
|
|
53
53
|
.hook-totop-hover() {}
|
|
@@ -66,17 +66,17 @@
|
|
|
66
66
|
|
|
67
67
|
.uk-totop {
|
|
68
68
|
color: @inverse-totop-color;
|
|
69
|
-
.hook-inverse-totop;
|
|
69
|
+
.hook-inverse-totop();
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.uk-totop:hover {
|
|
73
73
|
color: @inverse-totop-hover-color;
|
|
74
|
-
.hook-inverse-totop-hover;
|
|
74
|
+
.hook-inverse-totop-hover();
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
.uk-totop:active {
|
|
78
78
|
color: @inverse-totop-active-color;
|
|
79
|
-
.hook-inverse-totop-active;
|
|
79
|
+
.hook-inverse-totop-active();
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
}
|
|
@@ -124,14 +124,14 @@
|
|
|
124
124
|
.uk-transition-slide-left { --uk-translate-x: -100%; }
|
|
125
125
|
.uk-transition-slide-right { --uk-translate-x: 100%; }
|
|
126
126
|
|
|
127
|
-
.uk-transition-slide-top-small { --uk-translate-y:
|
|
127
|
+
.uk-transition-slide-top-small { --uk-translate-y: ~'calc(-1 * @{transition-slide-small-translate})'; }
|
|
128
128
|
.uk-transition-slide-bottom-small { --uk-translate-y: @transition-slide-small-translate; }
|
|
129
|
-
.uk-transition-slide-left-small { --uk-translate-x:
|
|
129
|
+
.uk-transition-slide-left-small { --uk-translate-x: ~'calc(-1 * @{transition-slide-small-translate})'; }
|
|
130
130
|
.uk-transition-slide-right-small { --uk-translate-x: @transition-slide-small-translate; }
|
|
131
131
|
|
|
132
|
-
.uk-transition-slide-top-medium { --uk-translate-y:
|
|
132
|
+
.uk-transition-slide-top-medium { --uk-translate-y: ~'calc(-1 * @{transition-slide-medium-translate})'; }
|
|
133
133
|
.uk-transition-slide-bottom-medium { --uk-translate-y: @transition-slide-medium-translate; }
|
|
134
|
-
.uk-transition-slide-left-medium { --uk-translate-x:
|
|
134
|
+
.uk-transition-slide-left-medium { --uk-translate-x: ~'calc(-1 * @{transition-slide-medium-translate})'; }
|
|
135
135
|
.uk-transition-slide-right-medium { --uk-translate-x: @transition-slide-medium-translate; }
|
|
136
136
|
|
|
137
137
|
/* Show */
|
|
@@ -160,6 +160,6 @@
|
|
|
160
160
|
// Hooks
|
|
161
161
|
// ========================================================================
|
|
162
162
|
|
|
163
|
-
.hook-transition-misc;
|
|
163
|
+
.hook-transition-misc();
|
|
164
164
|
|
|
165
165
|
.hook-transition-misc() {}
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
overflow: auto;
|
|
88
88
|
-webkit-overflow-scrolling: touch;
|
|
89
89
|
resize: both;
|
|
90
|
-
.hook-panel-scrollable;
|
|
90
|
+
.hook-panel-scrollable();
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
*/
|
|
288
288
|
|
|
289
289
|
@supports (filter: blur(0)) {
|
|
290
|
-
|
|
290
|
+
|
|
291
291
|
.uk-box-shadow-bottom {
|
|
292
292
|
display: inline-block;
|
|
293
293
|
position: relative;
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
filter: blur(@box-shadow-bottom-blur);
|
|
312
312
|
/* 3 */
|
|
313
313
|
will-change: filter;
|
|
314
|
-
.hook-box-shadow-bottom;
|
|
314
|
+
.hook-box-shadow-bottom();
|
|
315
315
|
}
|
|
316
316
|
|
|
317
317
|
}
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
float: left;
|
|
338
338
|
font-size: @dropcap-font-size;
|
|
339
339
|
line-height: 1;
|
|
340
|
-
.hook-dropcap;
|
|
340
|
+
.hook-dropcap();
|
|
341
341
|
}
|
|
342
342
|
|
|
343
343
|
/* 2 */
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
color: @logo-color;
|
|
370
370
|
/* 1 */
|
|
371
371
|
text-decoration: none;
|
|
372
|
-
.hook-logo;
|
|
372
|
+
.hook-logo();
|
|
373
373
|
}
|
|
374
374
|
|
|
375
375
|
/* Hover */
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
color: @logo-hover-color;
|
|
378
378
|
/* 1 */
|
|
379
379
|
text-decoration: none;
|
|
380
|
-
.hook-logo-hover;
|
|
380
|
+
.hook-logo-hover();
|
|
381
381
|
}
|
|
382
382
|
|
|
383
383
|
.uk-logo-inverse { display: none; }
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
// Hooks
|
|
458
458
|
// ========================================================================
|
|
459
459
|
|
|
460
|
-
.hook-utility-misc;
|
|
460
|
+
.hook-utility-misc();
|
|
461
461
|
|
|
462
462
|
.hook-panel-scrollable() {}
|
|
463
463
|
.hook-box-shadow-bottom() {}
|
|
@@ -477,17 +477,17 @@
|
|
|
477
477
|
|
|
478
478
|
.uk-dropcap::first-letter,
|
|
479
479
|
.uk-dropcap p:first-of-type::first-letter {
|
|
480
|
-
.hook-inverse-dropcap;
|
|
480
|
+
.hook-inverse-dropcap();
|
|
481
481
|
}
|
|
482
482
|
|
|
483
483
|
.uk-logo {
|
|
484
484
|
color: @inverse-logo-color;
|
|
485
|
-
.hook-inverse-logo;
|
|
485
|
+
.hook-inverse-logo();
|
|
486
486
|
}
|
|
487
487
|
|
|
488
488
|
.uk-logo:hover {
|
|
489
489
|
color: @inverse-logo-hover-color;
|
|
490
|
-
.hook-inverse-logo-hover;
|
|
490
|
+
.hook-inverse-logo-hover();
|
|
491
491
|
}
|
|
492
492
|
|
|
493
493
|
.uk-logo > :not(.uk-logo-inverse):not(:only-of-type) { display: none; }
|
|
@@ -102,4 +102,4 @@ $inverse-accordion-title-hover-color: $inverse-global-color !default;
|
|
|
102
102
|
|
|
103
103
|
// @mixin hook-inverse-accordion-item(){}
|
|
104
104
|
// @mixin hook-inverse-accordion-title(){}
|
|
105
|
-
// @mixin hook-inverse-accordion-title-hover(){}
|
|
105
|
+
// @mixin hook-inverse-accordion-title-hover(){}
|
|
@@ -84,7 +84,7 @@ $animation-slide-medium-translate: 50px !default;
|
|
|
84
84
|
/*
|
|
85
85
|
* Slide Medium
|
|
86
86
|
*/
|
|
87
|
-
|
|
87
|
+
|
|
88
88
|
.uk-animation-slide-top-medium { animation-name: uk-fade, uk-slide-top-medium; }
|
|
89
89
|
.uk-animation-slide-bottom-medium { animation-name: uk-fade, uk-slide-bottom-medium; }
|
|
90
90
|
.uk-animation-slide-left-medium { animation-name: uk-fade, uk-slide-left-medium; }
|
|
@@ -523,7 +523,7 @@ pre code { font-family: $base-pre-font-family; }
|
|
|
523
523
|
========================================================================== */
|
|
524
524
|
|
|
525
525
|
/*
|
|
526
|
-
* Safari doesn't support `:focus-visible` yet. It also doesn't set focus if clicking a button or anchor.
|
|
526
|
+
* Safari doesn't support `:focus-visible` yet. It also doesn't set focus if clicking a button or anchor.
|
|
527
527
|
* 1. Fallback: Remove `:focus` for a negative tabindexes.
|
|
528
528
|
* 2. Fallback: Set `:focus` style but not for negative tabindexes.
|
|
529
529
|
* 3. Fallback: Remove `:focus` style for browsers which support `:focus-visible`.
|
|
@@ -32,16 +32,16 @@ $card-body-padding-horizontal-l: $global-medium-gutter !default;
|
|
|
32
32
|
$card-body-padding-vertical-l: $global-medium-gutter !default;
|
|
33
33
|
|
|
34
34
|
$card-header-padding-horizontal: $global-gutter !default;
|
|
35
|
-
$card-header-padding-vertical: round($global-gutter / 2) !default;
|
|
35
|
+
$card-header-padding-vertical: round(($global-gutter / 2)) !default;
|
|
36
36
|
|
|
37
37
|
$card-header-padding-horizontal-l: $global-medium-gutter !default;
|
|
38
|
-
$card-header-padding-vertical-l: round($global-medium-gutter / 2) !default;
|
|
38
|
+
$card-header-padding-vertical-l: round(($global-medium-gutter / 2)) !default;
|
|
39
39
|
|
|
40
40
|
$card-footer-padding-horizontal: $global-gutter !default;
|
|
41
41
|
$card-footer-padding-vertical: ($global-gutter / 2) !default;
|
|
42
42
|
|
|
43
43
|
$card-footer-padding-horizontal-l: $global-medium-gutter !default;
|
|
44
|
-
$card-footer-padding-vertical-l: round($global-medium-gutter / 2) !default;
|
|
44
|
+
$card-footer-padding-vertical-l: round(($global-medium-gutter / 2)) !default;
|
|
45
45
|
|
|
46
46
|
$card-title-font-size: $global-large-font-size !default;
|
|
47
47
|
$card-title-line-height: 1.4 !default;
|
|
@@ -76,16 +76,16 @@ $card-secondary-color-mode: light !default;
|
|
|
76
76
|
$card-small-body-padding-horizontal: $global-margin !default;
|
|
77
77
|
$card-small-body-padding-vertical: $global-margin !default;
|
|
78
78
|
$card-small-header-padding-horizontal: $global-margin !default;
|
|
79
|
-
$card-small-header-padding-vertical: round($global-margin / 1.5) !default;
|
|
79
|
+
$card-small-header-padding-vertical: round(($global-margin / 1.5)) !default;
|
|
80
80
|
$card-small-footer-padding-horizontal: $global-margin !default;
|
|
81
|
-
$card-small-footer-padding-vertical: round($global-margin / 1.5) !default;
|
|
81
|
+
$card-small-footer-padding-vertical: round(($global-margin / 1.5)) !default;
|
|
82
82
|
|
|
83
83
|
$card-large-body-padding-horizontal-l: $global-large-gutter !default;
|
|
84
84
|
$card-large-body-padding-vertical-l: $global-large-gutter !default;
|
|
85
85
|
$card-large-header-padding-horizontal-l: $global-large-gutter !default;
|
|
86
|
-
$card-large-header-padding-vertical-l: round($global-large-gutter / 2) !default;
|
|
86
|
+
$card-large-header-padding-vertical-l: round(($global-large-gutter / 2)) !default;
|
|
87
87
|
$card-large-footer-padding-horizontal-l: $global-large-gutter !default;
|
|
88
|
-
$card-large-footer-padding-vertical-l: round($global-large-gutter / 2) !default;
|
|
88
|
+
$card-large-footer-padding-vertical-l: round(($global-large-gutter / 2)) !default;
|
|
89
89
|
|
|
90
90
|
|
|
91
91
|
/* ========================================================================
|
|
@@ -68,4 +68,4 @@ $description-list-divider-term-border: $global-border !default;
|
|
|
68
68
|
// @mixin hook-description-list-term(){}
|
|
69
69
|
// @mixin hook-description-list-description(){}
|
|
70
70
|
// @mixin hook-description-list-divider-term(){}
|
|
71
|
-
// @mixin hook-description-list-misc(){}
|
|
71
|
+
// @mixin hook-description-list-misc(){}
|
|
@@ -152,4 +152,4 @@ $inverse-dotnav-item-active-background: rgba($inverse-global-color, 0.9)
|
|
|
152
152
|
// @mixin hook-inverse-dotnav-item(){}
|
|
153
153
|
// @mixin hook-inverse-dotnav-item-hover(){}
|
|
154
154
|
// @mixin hook-inverse-dotnav-item-onclick(){}
|
|
155
|
-
// @mixin hook-inverse-dotnav-item-active(){}
|
|
155
|
+
// @mixin hook-inverse-dotnav-item-active(){}
|
|
@@ -83,7 +83,7 @@ $form-range-track-focus-background: darken($form-range-track-backgr
|
|
|
83
83
|
.uk-range::-webkit-slider-thumb {
|
|
84
84
|
/* 1 */
|
|
85
85
|
-webkit-appearance: none;
|
|
86
|
-
margin-top: (floor($form-range-thumb-height / 2) * -1);
|
|
86
|
+
margin-top: (floor(($form-range-thumb-height / 2)) * -1);
|
|
87
87
|
/* 2 */
|
|
88
88
|
height: $form-range-thumb-height;
|
|
89
89
|
width: $form-range-thumb-width;
|
|
@@ -143,4 +143,4 @@ $inverse-iconnav-item-active-color: $inverse-global-color !default;
|
|
|
143
143
|
|
|
144
144
|
// @mixin hook-inverse-iconnav-item(){}
|
|
145
145
|
// @mixin hook-inverse-iconnav-item-hover(){}
|
|
146
|
-
// @mixin hook-inverse-iconnav-item-active(){}
|
|
146
|
+
// @mixin hook-inverse-iconnav-item-active(){}
|
|
@@ -198,12 +198,12 @@ $margin-xlarge-margin-l: $global-xlarge-margin !d
|
|
|
198
198
|
.uk-margin-remove-bottom { margin-bottom: 0 !important; }
|
|
199
199
|
.uk-margin-remove-left { margin-left: 0 !important; }
|
|
200
200
|
.uk-margin-remove-right { margin-right: 0 !important; }
|
|
201
|
-
|
|
201
|
+
|
|
202
202
|
.uk-margin-remove-vertical {
|
|
203
203
|
margin-top: 0 !important;
|
|
204
204
|
margin-bottom: 0 !important;
|
|
205
205
|
}
|
|
206
|
-
|
|
206
|
+
|
|
207
207
|
.uk-margin-remove-adjacent + *,
|
|
208
208
|
.uk-margin-remove-first-child > :first-child { margin-top: 0 !important; }
|
|
209
209
|
.uk-margin-remove-last-child > :last-child { margin-bottom: 0 !important; }
|
|
@@ -393,4 +393,4 @@ $inverse-nav-dividers-border: $inverse-global-border !default
|
|
|
393
393
|
// @mixin hook-inverse-nav-primary-item-active(){}
|
|
394
394
|
// @mixin hook-inverse-nav-primary-header(){}
|
|
395
395
|
// @mixin hook-inverse-nav-primary-divider(){}
|
|
396
|
-
// @mixin hook-inverse-nav-dividers(){}
|
|
396
|
+
// @mixin hook-inverse-nav-dividers(){}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
$spinner-size: 30px !default;
|
|
13
13
|
$spinner-stroke-width: 1 !default;
|
|
14
|
-
$spinner-radius: floor(($spinner-size - $spinner-stroke-width) / 2) !default; // Minus stroke width to prevent overflow clipping
|
|
14
|
+
$spinner-radius: floor((($spinner-size - $spinner-stroke-width) / 2)) !default; // Minus stroke width to prevent overflow clipping
|
|
15
15
|
$spinner-circumference: round(2 * 3.141 * $spinner-radius) !default;
|
|
16
16
|
$spinner-duration: 1.4s !default;
|
|
17
17
|
|
|
@@ -55,7 +55,7 @@ $spinner-duration: 1.4s !default;
|
|
|
55
55
|
@keyframes uk-spinner-dash {
|
|
56
56
|
0% { stroke-dashoffset: $spinner-circumference; }
|
|
57
57
|
50% {
|
|
58
|
-
stroke-dashoffset: $spinner-circumference/4;
|
|
58
|
+
stroke-dashoffset: ($spinner-circumference / 4);
|
|
59
59
|
transform:rotate(135deg);
|
|
60
60
|
}
|
|
61
61
|
100% {
|
|
@@ -122,7 +122,7 @@ $subnav-item-disabled-color: $global-muted-color !default;
|
|
|
122
122
|
========================================================================== */
|
|
123
123
|
|
|
124
124
|
/*
|
|
125
|
-
* Set gutter
|
|
125
|
+
* Set gutter
|
|
126
126
|
*/
|
|
127
127
|
|
|
128
128
|
.uk-subnav-divider { margin-left: -(($subnav-divider-margin-horizontal * 2) + $subnav-divider-border-width); }
|
|
@@ -193,4 +193,4 @@ $inverse-tab-item-disabled-color: $inverse-global-muted-color !def
|
|
|
193
193
|
// @mixin hook-inverse-tab-item(){}
|
|
194
194
|
// @mixin hook-inverse-tab-item-hover(){}
|
|
195
195
|
// @mixin hook-inverse-tab-item-active(){}
|
|
196
|
-
// @mixin hook-inverse-tab-item-disabled(){}
|
|
196
|
+
// @mixin hook-inverse-tab-item-disabled(){}
|
|
@@ -261,11 +261,11 @@ $table-expand-min-width: 150px !default;
|
|
|
261
261
|
|
|
262
262
|
.uk-table-responsive th:not(:first-child):not(.uk-table-link),
|
|
263
263
|
.uk-table-responsive td:not(:first-child):not(.uk-table-link),
|
|
264
|
-
.uk-table-responsive .uk-table-link:not(:first-child) > a { padding-top: round($table-cell-padding-vertical / 3) !important; }
|
|
264
|
+
.uk-table-responsive .uk-table-link:not(:first-child) > a { padding-top: round(($table-cell-padding-vertical / 3)) !important; }
|
|
265
265
|
|
|
266
266
|
.uk-table-responsive th:not(:last-child):not(.uk-table-link),
|
|
267
267
|
.uk-table-responsive td:not(:last-child):not(.uk-table-link),
|
|
268
|
-
.uk-table-responsive .uk-table-link:not(:last-child) > a { padding-bottom: round($table-cell-padding-vertical / 3) !important; }
|
|
268
|
+
.uk-table-responsive .uk-table-link:not(:last-child) > a { padding-bottom: round(($table-cell-padding-vertical / 3)) !important; }
|
|
269
269
|
|
|
270
270
|
.uk-table-justify.uk-table-responsive th,
|
|
271
271
|
.uk-table-justify.uk-table-responsive td {
|
|
@@ -312,4 +312,4 @@ $inverse-table-hover-row-background: $inverse-table-row-acti
|
|
|
312
312
|
// @mixin hook-inverse-table-row-active(){}
|
|
313
313
|
// @mixin hook-inverse-table-divider(){}
|
|
314
314
|
// @mixin hook-inverse-table-striped(){}
|
|
315
|
-
// @mixin hook-inverse-table-hover(){}
|
|
315
|
+
// @mixin hook-inverse-table-hover(){}
|
|
@@ -84,14 +84,14 @@ $text-background-color: $global-primary-background !def
|
|
|
84
84
|
.uk-text-light { font-weight: 300; }
|
|
85
85
|
.uk-text-normal { font-weight: 400; }
|
|
86
86
|
.uk-text-bold { font-weight: 700; }
|
|
87
|
-
|
|
87
|
+
|
|
88
88
|
.uk-text-lighter { font-weight: lighter; }
|
|
89
89
|
.uk-text-bolder { font-weight: bolder; }
|
|
90
90
|
|
|
91
|
-
|
|
91
|
+
|
|
92
92
|
/* Style modifier
|
|
93
93
|
========================================================================== */
|
|
94
|
-
|
|
94
|
+
|
|
95
95
|
.uk-text-italic { font-style: italic; }
|
|
96
96
|
|
|
97
97
|
|
|
@@ -124,14 +124,14 @@ $transition-slow-duration: 0.7s !default;
|
|
|
124
124
|
.uk-transition-slide-left { --uk-translate-x: -100%; }
|
|
125
125
|
.uk-transition-slide-right { --uk-translate-x: 100%; }
|
|
126
126
|
|
|
127
|
-
.uk-transition-slide-top-small { --uk-translate-y: (
|
|
127
|
+
.uk-transition-slide-top-small { --uk-translate-y: calc(-1 * #{$transition-slide-small-translate}); }
|
|
128
128
|
.uk-transition-slide-bottom-small { --uk-translate-y: #{$transition-slide-small-translate}; }
|
|
129
|
-
.uk-transition-slide-left-small { --uk-translate-x: (
|
|
129
|
+
.uk-transition-slide-left-small { --uk-translate-x: calc(-1 * #{$transition-slide-small-translate}); }
|
|
130
130
|
.uk-transition-slide-right-small { --uk-translate-x: #{$transition-slide-small-translate}; }
|
|
131
131
|
|
|
132
|
-
.uk-transition-slide-top-medium { --uk-translate-y: (
|
|
132
|
+
.uk-transition-slide-top-medium { --uk-translate-y: calc(-1 * #{$transition-slide-medium-translate}); }
|
|
133
133
|
.uk-transition-slide-bottom-medium { --uk-translate-y: #{$transition-slide-medium-translate}; }
|
|
134
|
-
.uk-transition-slide-left-medium { --uk-translate-x: (
|
|
134
|
+
.uk-transition-slide-left-medium { --uk-translate-x: calc(-1 * #{$transition-slide-medium-translate}); }
|
|
135
135
|
.uk-transition-slide-right-medium { --uk-translate-x: #{$transition-slide-medium-translate}; }
|
|
136
136
|
|
|
137
137
|
/* Show */
|
|
@@ -1227,7 +1227,7 @@
|
|
|
1227
1227
|
background-color: $inverse-search-default-background;
|
|
1228
1228
|
@if(mixin-exists(hook-inverse-search-default-input)) {@include hook-inverse-search-default-input();}
|
|
1229
1229
|
}
|
|
1230
|
-
|
|
1230
|
+
|
|
1231
1231
|
.uk-search-default .uk-search-input:focus {
|
|
1232
1232
|
background-color: $inverse-search-default-focus-background;
|
|
1233
1233
|
@if(mixin-exists(hook-inverse-search-default-input-focus)) {@include hook-inverse-search-default-input-focus();}
|
package/src/scss/mixins.scss
CHANGED
|
@@ -981,7 +981,7 @@
|
|
|
981
981
|
background-color: $inverse-search-default-background;
|
|
982
982
|
@if(mixin-exists(hook-inverse-search-default-input)) {@include hook-inverse-search-default-input();}
|
|
983
983
|
}
|
|
984
|
-
|
|
984
|
+
|
|
985
985
|
.uk-search-default .uk-search-input:focus {
|
|
986
986
|
background-color: $inverse-search-default-focus-background;
|
|
987
987
|
@if(mixin-exists(hook-inverse-search-default-input-focus)) {@include hook-inverse-search-default-input-focus();}
|
|
@@ -247,13 +247,13 @@ $card-body-padding-vertical: $global-gutter !default;
|
|
|
247
247
|
$card-body-padding-horizontal-l: $global-medium-gutter !default;
|
|
248
248
|
$card-body-padding-vertical-l: $global-medium-gutter !default;
|
|
249
249
|
$card-header-padding-horizontal: $global-gutter !default;
|
|
250
|
-
$card-header-padding-vertical: round($global-gutter / 2) !default;
|
|
250
|
+
$card-header-padding-vertical: round(($global-gutter / 2)) !default;
|
|
251
251
|
$card-header-padding-horizontal-l: $global-medium-gutter !default;
|
|
252
|
-
$card-header-padding-vertical-l: round($global-medium-gutter / 2) !default;
|
|
252
|
+
$card-header-padding-vertical-l: round(($global-medium-gutter / 2)) !default;
|
|
253
253
|
$card-footer-padding-horizontal: $global-gutter !default;
|
|
254
254
|
$card-footer-padding-vertical: ($global-gutter / 2) !default;
|
|
255
255
|
$card-footer-padding-horizontal-l: $global-medium-gutter !default;
|
|
256
|
-
$card-footer-padding-vertical-l: round($global-medium-gutter / 2) !default;
|
|
256
|
+
$card-footer-padding-vertical-l: round(($global-medium-gutter / 2)) !default;
|
|
257
257
|
$card-title-font-size: $global-large-font-size !default;
|
|
258
258
|
$card-title-line-height: 1.4 !default;
|
|
259
259
|
$card-badge-top: 15px !default;
|
|
@@ -281,16 +281,16 @@ $card-secondary-color-mode: light !default;
|
|
|
281
281
|
$card-small-body-padding-horizontal: $global-margin !default;
|
|
282
282
|
$card-small-body-padding-vertical: $global-margin !default;
|
|
283
283
|
$card-small-header-padding-horizontal: $global-margin !default;
|
|
284
|
-
$card-small-header-padding-vertical: round($global-margin / 1.5) !default;
|
|
284
|
+
$card-small-header-padding-vertical: round(($global-margin / 1.5)) !default;
|
|
285
285
|
$card-small-footer-padding-horizontal: $global-margin !default;
|
|
286
|
-
$card-small-footer-padding-vertical: round($global-margin / 1.5) !default;
|
|
286
|
+
$card-small-footer-padding-vertical: round(($global-margin / 1.5)) !default;
|
|
287
287
|
$global-large-gutter: 70px !default;
|
|
288
288
|
$card-large-body-padding-horizontal-l: $global-large-gutter !default;
|
|
289
289
|
$card-large-body-padding-vertical-l: $global-large-gutter !default;
|
|
290
290
|
$card-large-header-padding-horizontal-l: $global-large-gutter !default;
|
|
291
|
-
$card-large-header-padding-vertical-l: round($global-large-gutter / 2) !default;
|
|
291
|
+
$card-large-header-padding-vertical-l: round(($global-large-gutter / 2)) !default;
|
|
292
292
|
$card-large-footer-padding-horizontal-l: $global-large-gutter !default;
|
|
293
|
-
$card-large-footer-padding-vertical-l: round($global-large-gutter / 2) !default;
|
|
293
|
+
$card-large-footer-padding-vertical-l: round(($global-large-gutter / 2)) !default;
|
|
294
294
|
$inverse-card-badge-background: $inverse-global-primary-background !default;
|
|
295
295
|
$inverse-card-badge-color: $inverse-global-inverse-color !default;
|
|
296
296
|
$close-color: $global-muted-color !default;
|
|
@@ -890,7 +890,7 @@ $sortable-placeholder-opacity: 0 !default;
|
|
|
890
890
|
$sortable-empty-height: 50px !default;
|
|
891
891
|
$spinner-size: 30px !default;
|
|
892
892
|
$spinner-stroke-width: 1 !default;
|
|
893
|
-
$spinner-radius: floor(($spinner-size - $spinner-stroke-width) / 2) !default;
|
|
893
|
+
$spinner-radius: floor((($spinner-size - $spinner-stroke-width) / 2)) !default;
|
|
894
894
|
$spinner-circumference: round(2 * 3.141 * $spinner-radius) !default;
|
|
895
895
|
$spinner-duration: 1.4s !default;
|
|
896
896
|
$sticky-z-index: $global-z-index - 20 !default;
|