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
|
/* 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
|
}
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
box-sizing: border-box; /* 1 */
|
|
59
59
|
padding-top: @section-padding-vertical;
|
|
60
60
|
padding-bottom: @section-padding-vertical;
|
|
61
|
-
.hook-section;
|
|
61
|
+
.hook-section();
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
/* Desktop and bigger */
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
|
|
149
149
|
.uk-section-default {
|
|
150
150
|
background: @section-default-background;
|
|
151
|
-
.hook-section-default;
|
|
151
|
+
.hook-section-default();
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
/*
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
|
|
158
158
|
.uk-section-muted {
|
|
159
159
|
background: @section-muted-background;
|
|
160
|
-
.hook-section-muted;
|
|
160
|
+
.hook-section-muted();
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
/*
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
|
|
167
167
|
.uk-section-primary {
|
|
168
168
|
background: @section-primary-background;
|
|
169
|
-
.hook-section-primary;
|
|
169
|
+
.hook-section-primary();
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
.uk-section-primary:not(.uk-preserve-color):extend(.uk-light all) when (@section-primary-color-mode = light) {}
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
|
|
179
179
|
.uk-section-secondary {
|
|
180
180
|
background: @section-secondary-background;
|
|
181
|
-
.hook-section-secondary;
|
|
181
|
+
.hook-section-secondary();
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
.uk-section-secondary:not(.uk-preserve-color):extend(.uk-light all) when (@section-secondary-color-mode = light) {}
|
|
@@ -194,14 +194,14 @@
|
|
|
194
194
|
*/
|
|
195
195
|
|
|
196
196
|
.uk-section-overlap {
|
|
197
|
-
.hook-section-overlap;
|
|
197
|
+
.hook-section-overlap();
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
|
|
201
201
|
// Hooks
|
|
202
202
|
// ========================================================================
|
|
203
203
|
|
|
204
|
-
.hook-section-misc;
|
|
204
|
+
.hook-section-misc();
|
|
205
205
|
|
|
206
206
|
.hook-section() {}
|
|
207
207
|
.hook-section-default() {}
|
|
@@ -209,4 +209,4 @@
|
|
|
209
209
|
.hook-section-secondary() {}
|
|
210
210
|
.hook-section-primary() {}
|
|
211
211
|
.hook-section-overlap() {}
|
|
212
|
-
.hook-section-misc() {}
|
|
212
|
+
.hook-section-misc() {}
|
|
@@ -37,19 +37,19 @@
|
|
|
37
37
|
.uk-slidenav {
|
|
38
38
|
padding: @slidenav-padding-vertical @slidenav-padding-horizontal;
|
|
39
39
|
color: @slidenav-color;
|
|
40
|
-
.hook-slidenav;
|
|
40
|
+
.hook-slidenav();
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
/* Hover */
|
|
44
44
|
.uk-slidenav:hover {
|
|
45
45
|
color: @slidenav-hover-color;
|
|
46
|
-
.hook-slidenav-hover;
|
|
46
|
+
.hook-slidenav-hover();
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
/* OnClick */
|
|
50
50
|
.uk-slidenav:active {
|
|
51
51
|
color: @slidenav-active-color;
|
|
52
|
-
.hook-slidenav-active;
|
|
52
|
+
.hook-slidenav-active();
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
*/
|
|
62
62
|
|
|
63
63
|
.uk-slidenav-previous {
|
|
64
|
-
.hook-slidenav-previous;
|
|
64
|
+
.hook-slidenav-previous();
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
/*
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
*/
|
|
70
70
|
|
|
71
71
|
.uk-slidenav-next {
|
|
72
|
-
.hook-slidenav-next;
|
|
72
|
+
.hook-slidenav-next();
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
|
|
79
79
|
.uk-slidenav-large {
|
|
80
80
|
padding: @slidenav-large-padding-vertical @slidenav-large-padding-horizontal;
|
|
81
|
-
.hook-slidenav-large;
|
|
81
|
+
.hook-slidenav-large();
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
|
|
@@ -87,14 +87,14 @@
|
|
|
87
87
|
|
|
88
88
|
.uk-slidenav-container {
|
|
89
89
|
display: flex;
|
|
90
|
-
.hook-slidenav-container;
|
|
90
|
+
.hook-slidenav-container();
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
|
|
94
94
|
// Hooks
|
|
95
95
|
// ========================================================================
|
|
96
96
|
|
|
97
|
-
.hook-slidenav-misc;
|
|
97
|
+
.hook-slidenav-misc();
|
|
98
98
|
|
|
99
99
|
.hook-slidenav() {}
|
|
100
100
|
.hook-slidenav-hover() {}
|
|
@@ -117,17 +117,17 @@
|
|
|
117
117
|
|
|
118
118
|
.uk-slidenav {
|
|
119
119
|
color: @inverse-slidenav-color;
|
|
120
|
-
.hook-inverse-slidenav;
|
|
120
|
+
.hook-inverse-slidenav();
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
.uk-slidenav:hover {
|
|
124
124
|
color: @inverse-slidenav-hover-color;
|
|
125
|
-
.hook-inverse-slidenav-hover;
|
|
125
|
+
.hook-inverse-slidenav-hover();
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
.uk-slidenav:active {
|
|
129
129
|
color: @inverse-slidenav-active-color;
|
|
130
|
-
.hook-inverse-slidenav-active;
|
|
130
|
+
.hook-inverse-slidenav-active();
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
}
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
.uk-slider {
|
|
32
32
|
/* 1 */
|
|
33
33
|
-webkit-tap-highlight-color: transparent;
|
|
34
|
-
.hook-slider;
|
|
34
|
+
.hook-slider();
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
// Hooks
|
|
111
111
|
// ========================================================================
|
|
112
112
|
|
|
113
|
-
.hook-slider-misc;
|
|
113
|
+
.hook-slider-misc();
|
|
114
114
|
|
|
115
115
|
.hook-slider() {}
|
|
116
116
|
.hook-slider-misc() {}
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
.uk-slideshow {
|
|
22
22
|
/* 1 */
|
|
23
23
|
-webkit-tap-highlight-color: transparent;
|
|
24
|
-
.hook-slideshow;
|
|
24
|
+
.hook-slideshow();
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
// Hooks
|
|
88
88
|
// ========================================================================
|
|
89
89
|
|
|
90
|
-
.hook-slideshow-misc;
|
|
90
|
+
.hook-slideshow-misc();
|
|
91
91
|
|
|
92
92
|
.hook-slideshow() {}
|
|
93
93
|
.hook-slideshow-misc() {}
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
|
|
31
31
|
.uk-sortable {
|
|
32
32
|
position: relative;
|
|
33
|
-
.hook-sortable;
|
|
33
|
+
.hook-sortable();
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
/*
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
position: fixed !important;
|
|
48
48
|
z-index: @sortable-dragged-z-index !important;
|
|
49
49
|
pointer-events: none;
|
|
50
|
-
.hook-sortable-drag;
|
|
50
|
+
.hook-sortable-drag();
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
.uk-sortable-placeholder {
|
|
58
58
|
opacity: @sortable-placeholder-opacity;
|
|
59
59
|
pointer-events: none;
|
|
60
|
-
.hook-sortable-placeholder;
|
|
60
|
+
.hook-sortable-placeholder();
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
|
|
67
67
|
.uk-sortable-empty {
|
|
68
68
|
min-height: @sortable-empty-height;
|
|
69
|
-
.hook-sortable-empty;
|
|
69
|
+
.hook-sortable-empty();
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
// Hooks
|
|
82
82
|
// ========================================================================
|
|
83
83
|
|
|
84
|
-
.hook-sortable-misc;
|
|
84
|
+
.hook-sortable-misc();
|
|
85
85
|
|
|
86
86
|
.hook-sortable() {}
|
|
87
87
|
.hook-sortable-drag() {}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
@spinner-size: 30px;
|
|
13
13
|
@spinner-stroke-width: 1;
|
|
14
|
-
@spinner-radius: floor((@spinner-size - @spinner-stroke-width) / 2); // Minus stroke width to prevent overflow clipping
|
|
14
|
+
@spinner-radius: floor(((@spinner-size - @spinner-stroke-width) / 2)); // Minus stroke width to prevent overflow clipping
|
|
15
15
|
@spinner-circumference: round(2 * 3.141 * @spinner-radius);
|
|
16
16
|
@spinner-duration: 1.4s;
|
|
17
17
|
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
.uk-spinner {
|
|
28
|
-
.hook-spinner;
|
|
28
|
+
.hook-spinner();
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
|
|
@@ -55,7 +55,7 @@
|
|
|
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% {
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
// Hooks
|
|
69
69
|
// ========================================================================
|
|
70
70
|
|
|
71
|
-
.hook-spinner-misc;
|
|
71
|
+
.hook-spinner-misc();
|
|
72
72
|
|
|
73
73
|
.hook-spinner() {}
|
|
74
74
|
.hook-spinner-misc() {}
|