uikit 3.8.1 → 3.9.2-dev.774931570
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 +20 -1
- package/build/.eslintrc.json +15 -0
- package/build/build.js +55 -83
- package/build/icons.js +30 -13
- package/build/less.js +23 -38
- package/build/package.json +4 -0
- package/build/prefix.js +38 -94
- package/build/publishDev.js +12 -18
- package/build/release.js +31 -60
- package/build/scope.js +49 -84
- package/build/scss.js +19 -21
- package/build/util.js +163 -94
- package/dist/css/uikit-core-rtl.css +8 -8
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +8 -8
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +8 -8
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +8 -8
- 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 +16 -14
- 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 +16 -14
- 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/js/util/style.js +9 -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 +4 -4
- 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/leader.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/tests/js/index.js +3 -2
- package/build/.eslintrc.js +0 -13
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
width: 100%;
|
|
73
73
|
/* 3 */
|
|
74
74
|
margin-bottom: @table-margin-vertical;
|
|
75
|
-
.hook-table;
|
|
75
|
+
.hook-table();
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
/* Add margin if adjacent element */
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
font-size: @table-header-cell-font-size;
|
|
95
95
|
font-weight: @table-header-cell-font-weight;
|
|
96
96
|
color: @table-header-cell-color;
|
|
97
|
-
.hook-table-header-cell;
|
|
97
|
+
.hook-table-header-cell();
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
.uk-table td {
|
|
105
105
|
padding: @table-cell-padding-vertical @table-cell-padding-horizontal;
|
|
106
106
|
vertical-align: top;
|
|
107
|
-
.hook-table-cell;
|
|
107
|
+
.hook-table-cell();
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
/*
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
|
|
120
120
|
.uk-table tfoot {
|
|
121
121
|
font-size: @table-footer-font-size;
|
|
122
|
-
.hook-table-footer;
|
|
122
|
+
.hook-table-footer();
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
font-size: @table-caption-font-size;
|
|
131
131
|
text-align: left;
|
|
132
132
|
color: @table-caption-color;
|
|
133
|
-
.hook-table-caption;
|
|
133
|
+
.hook-table-caption();
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
.uk-table-divider > :not(:first-child) > tr,
|
|
153
153
|
.uk-table-divider > :first-child > tr:not(:first-child) {
|
|
154
154
|
border-top: @table-divider-border-width solid @table-divider-border;
|
|
155
|
-
.hook-table-divider;
|
|
155
|
+
.hook-table-divider();
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
/*
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
.uk-table-striped > tr:nth-of-type(odd),
|
|
163
163
|
.uk-table-striped tbody tr:nth-of-type(odd) {
|
|
164
164
|
background: @table-striped-row-background;
|
|
165
|
-
.hook-table-striped;
|
|
165
|
+
.hook-table-striped();
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
/*
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
.uk-table-hover > tr:hover,
|
|
173
173
|
.uk-table-hover tbody tr:hover {
|
|
174
174
|
background: @table-hover-row-background;
|
|
175
|
-
.hook-table-hover;
|
|
175
|
+
.hook-table-hover();
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
.uk-table > tr.uk-active,
|
|
183
183
|
.uk-table tbody tr.uk-active {
|
|
184
184
|
background: @table-row-active-background;
|
|
185
|
-
.hook-table-row-active;
|
|
185
|
+
.hook-table-row-active();
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
/* Size modifier
|
|
@@ -191,13 +191,13 @@
|
|
|
191
191
|
.uk-table-small th,
|
|
192
192
|
.uk-table-small td {
|
|
193
193
|
padding: @table-small-cell-padding-vertical @table-small-cell-padding-horizontal;
|
|
194
|
-
.hook-table-small;
|
|
194
|
+
.hook-table-small();
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
.uk-table-large th,
|
|
198
198
|
.uk-table-large td {
|
|
199
199
|
padding: @table-large-cell-padding-vertical @table-large-cell-padding-horizontal;
|
|
200
|
-
.hook-table-large;
|
|
200
|
+
.hook-table-large();
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
|
|
@@ -261,11 +261,11 @@
|
|
|
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 {
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
// Hooks
|
|
280
280
|
// ========================================================================
|
|
281
281
|
|
|
282
|
-
.hook-table-misc;
|
|
282
|
+
.hook-table-misc();
|
|
283
283
|
|
|
284
284
|
.hook-table() {}
|
|
285
285
|
.hook-table-header-cell() {}
|
|
@@ -309,37 +309,37 @@
|
|
|
309
309
|
|
|
310
310
|
.uk-table th {
|
|
311
311
|
color: @inverse-table-header-cell-color;
|
|
312
|
-
.hook-inverse-table-header-cell;
|
|
312
|
+
.hook-inverse-table-header-cell();
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
.uk-table caption {
|
|
316
316
|
color: @inverse-table-caption-color;
|
|
317
|
-
.hook-inverse-table-caption;
|
|
317
|
+
.hook-inverse-table-caption();
|
|
318
318
|
}
|
|
319
319
|
|
|
320
320
|
.uk-table > tr.uk-active,
|
|
321
321
|
.uk-table tbody tr.uk-active {
|
|
322
322
|
background: @inverse-table-row-active-background;
|
|
323
|
-
.hook-inverse-table-row-active;
|
|
323
|
+
.hook-inverse-table-row-active();
|
|
324
324
|
}
|
|
325
325
|
|
|
326
326
|
.uk-table-divider > tr:not(:first-child),
|
|
327
327
|
.uk-table-divider > :not(:first-child) > tr,
|
|
328
328
|
.uk-table-divider > :first-child > tr:not(:first-child) {
|
|
329
329
|
border-top-color: @inverse-table-divider-border;
|
|
330
|
-
.hook-inverse-table-divider;
|
|
330
|
+
.hook-inverse-table-divider();
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
.uk-table-striped > tr:nth-of-type(odd),
|
|
334
334
|
.uk-table-striped tbody tr:nth-of-type(odd) {
|
|
335
335
|
background: @inverse-table-striped-row-background;
|
|
336
|
-
.hook-inverse-table-striped;
|
|
336
|
+
.hook-inverse-table-striped();
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
.uk-table-hover > tr:hover,
|
|
340
340
|
.uk-table-hover tbody tr:hover {
|
|
341
341
|
background: @inverse-table-hover-row-background;
|
|
342
|
-
.hook-inverse-table-hover;
|
|
342
|
+
.hook-inverse-table-hover();
|
|
343
343
|
}
|
|
344
344
|
|
|
345
345
|
}
|
|
@@ -349,4 +349,4 @@
|
|
|
349
349
|
.hook-inverse-table-row-active() {}
|
|
350
350
|
.hook-inverse-table-divider() {}
|
|
351
351
|
.hook-inverse-table-striped() {}
|
|
352
|
-
.hook-inverse-table-hover() {}
|
|
352
|
+
.hook-inverse-table-hover() {}
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
font-size: @text-lead-font-size;
|
|
47
47
|
line-height: @text-lead-line-height;
|
|
48
48
|
color: @text-lead-color;
|
|
49
|
-
.hook-text-lead;
|
|
49
|
+
.hook-text-lead();
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.uk-text-meta {
|
|
53
53
|
font-size: @text-meta-font-size;
|
|
54
54
|
line-height: @text-meta-line-height;
|
|
55
55
|
color: @text-meta-color;
|
|
56
|
-
.hook-text-meta;
|
|
56
|
+
.hook-text-meta();
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
.uk-text-small {
|
|
64
64
|
font-size: @text-small-font-size;
|
|
65
65
|
line-height: @text-small-line-height;
|
|
66
|
-
.hook-text-small;
|
|
66
|
+
.hook-text-small();
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
.uk-text-large {
|
|
70
70
|
font-size: @text-large-font-size;
|
|
71
71
|
line-height: @text-large-line-height;
|
|
72
|
-
.hook-text-large;
|
|
72
|
+
.hook-text-large();
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
.uk-text-default {
|
|
@@ -84,14 +84,14 @@
|
|
|
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
|
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
.uk-text-background {
|
|
146
146
|
background-color: @text-background-color;
|
|
147
147
|
color: transparent !important;
|
|
148
|
-
.hook-text-background;
|
|
148
|
+
.hook-text-background();
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
}
|
|
@@ -258,7 +258,7 @@ td.uk-text-break { word-break: break-all; }
|
|
|
258
258
|
// Hooks
|
|
259
259
|
// ========================================================================
|
|
260
260
|
|
|
261
|
-
.hook-text-misc;
|
|
261
|
+
.hook-text-misc();
|
|
262
262
|
|
|
263
263
|
.hook-text-lead() {}
|
|
264
264
|
.hook-text-meta() {}
|
|
@@ -282,12 +282,12 @@ td.uk-text-break { word-break: break-all; }
|
|
|
282
282
|
|
|
283
283
|
.uk-text-lead {
|
|
284
284
|
color: @inverse-text-lead-color;
|
|
285
|
-
.hook-inverse-text-lead;
|
|
285
|
+
.hook-inverse-text-lead();
|
|
286
286
|
}
|
|
287
287
|
|
|
288
288
|
.uk-text-meta {
|
|
289
289
|
color: @inverse-text-meta-color;
|
|
290
|
-
.hook-inverse-text-meta;
|
|
290
|
+
.hook-inverse-text-meta();
|
|
291
291
|
}
|
|
292
292
|
|
|
293
293
|
.uk-text-muted { color: @inverse-text-muted-color !important; }
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
list-style: none;
|
|
38
38
|
/* 3 */
|
|
39
39
|
margin-left: -@thumbnav-margin-horizontal;
|
|
40
|
-
.hook-thumbnav;
|
|
40
|
+
.hook-thumbnav();
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
/*
|
|
@@ -60,17 +60,17 @@
|
|
|
60
60
|
|
|
61
61
|
.uk-thumbnav > * > * {
|
|
62
62
|
display: inline-block;
|
|
63
|
-
.hook-thumbnav-item;
|
|
63
|
+
.hook-thumbnav-item();
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
/* Hover */
|
|
67
67
|
.uk-thumbnav > * > :hover {
|
|
68
|
-
.hook-thumbnav-item-hover;
|
|
68
|
+
.hook-thumbnav-item-hover();
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
/* Active */
|
|
72
72
|
.uk-thumbnav > .uk-active > * {
|
|
73
|
-
.hook-thumbnav-item-active;
|
|
73
|
+
.hook-thumbnav-item-active();
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
// Hooks
|
|
101
101
|
// ========================================================================
|
|
102
102
|
|
|
103
|
-
.hook-thumbnav-misc;
|
|
103
|
+
.hook-thumbnav-misc();
|
|
104
104
|
|
|
105
105
|
.hook-thumbnav() {}
|
|
106
106
|
.hook-thumbnav-item() {}
|
|
@@ -115,19 +115,19 @@
|
|
|
115
115
|
.hook-inverse() {
|
|
116
116
|
|
|
117
117
|
.uk-thumbnav > * > * {
|
|
118
|
-
.hook-inverse-thumbnav-item;
|
|
118
|
+
.hook-inverse-thumbnav-item();
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
.uk-thumbnav > * > :hover {
|
|
122
|
-
.hook-inverse-thumbnav-item-hover;
|
|
122
|
+
.hook-inverse-thumbnav-item-hover();
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
.uk-thumbnav > .uk-active > * {
|
|
126
|
-
.hook-inverse-thumbnav-item-active;
|
|
126
|
+
.hook-inverse-thumbnav-item-active();
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
.hook-inverse-thumbnav-item() {}
|
|
132
132
|
.hook-inverse-thumbnav-item-hover() {}
|
|
133
|
-
.hook-inverse-thumbnav-item-active() {}
|
|
133
|
+
.hook-inverse-thumbnav-item-active() {}
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
padding-right: @tile-padding-horizontal;
|
|
60
60
|
padding-top: @tile-padding-vertical;
|
|
61
61
|
padding-bottom: @tile-padding-vertical;
|
|
62
|
-
.hook-tile;
|
|
62
|
+
.hook-tile();
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
/* Phone landscape and bigger */
|
|
@@ -161,11 +161,11 @@
|
|
|
161
161
|
|
|
162
162
|
.uk-tile-default {
|
|
163
163
|
background-color: @tile-default-background;
|
|
164
|
-
.hook-tile-default;
|
|
164
|
+
.hook-tile-default();
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
.uk-tile-default.uk-tile-hover:hover {
|
|
168
|
-
.hook-tile-default-hover;
|
|
168
|
+
.hook-tile-default-hover();
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
/*
|
|
@@ -174,11 +174,11 @@
|
|
|
174
174
|
|
|
175
175
|
.uk-tile-muted {
|
|
176
176
|
background-color: @tile-muted-background;
|
|
177
|
-
.hook-tile-muted;
|
|
177
|
+
.hook-tile-muted();
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
.uk-tile-muted.uk-tile-hover:hover {
|
|
181
|
-
.hook-tile-muted-hover;
|
|
181
|
+
.hook-tile-muted-hover();
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
/*
|
|
@@ -187,11 +187,11 @@
|
|
|
187
187
|
|
|
188
188
|
.uk-tile-primary {
|
|
189
189
|
background-color: @tile-primary-background;
|
|
190
|
-
.hook-tile-primary;
|
|
190
|
+
.hook-tile-primary();
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
.uk-tile-primary.uk-tile-hover:hover {
|
|
194
|
-
.hook-tile-primary-hover;
|
|
194
|
+
.hook-tile-primary-hover();
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
// Color Mode
|
|
@@ -204,11 +204,11 @@
|
|
|
204
204
|
|
|
205
205
|
.uk-tile-secondary {
|
|
206
206
|
background-color: @tile-secondary-background;
|
|
207
|
-
.hook-tile-secondary;
|
|
207
|
+
.hook-tile-secondary();
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
.uk-tile-secondary.uk-tile-hover:hover {
|
|
211
|
-
.hook-tile-secondary-hover;
|
|
211
|
+
.hook-tile-secondary-hover();
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
// Color Mode
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
// Hooks
|
|
220
220
|
// ========================================================================
|
|
221
221
|
|
|
222
|
-
.hook-tile-misc;
|
|
222
|
+
.hook-tile-misc();
|
|
223
223
|
|
|
224
224
|
.hook-tile() {}
|
|
225
225
|
.hook-tile-default() {}
|
|
@@ -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
|
/* ========================================================================
|