uikit 3.23.7 → 3.23.8-dev.97ee4c1bb
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/build/release.js +1 -1
- package/build/scss.js +49 -12
- package/build/util.js +2 -0
- package/dist/css/uikit-core-rtl.css +1 -1
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +1 -1
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +1 -1
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +1 -1
- package/dist/css/uikit.min.css +1 -1
- package/dist/js/components/countdown.js +1 -1
- package/dist/js/components/countdown.min.js +1 -1
- package/dist/js/components/filter.js +1 -1
- package/dist/js/components/filter.min.js +1 -1
- package/dist/js/components/lightbox-panel.js +7 -2
- package/dist/js/components/lightbox-panel.min.js +1 -1
- package/dist/js/components/lightbox.js +7 -2
- package/dist/js/components/lightbox.min.js +1 -1
- package/dist/js/components/notification.js +1 -1
- package/dist/js/components/notification.min.js +1 -1
- package/dist/js/components/parallax.js +3 -2
- package/dist/js/components/parallax.min.js +1 -1
- package/dist/js/components/slider-parallax.js +3 -2
- package/dist/js/components/slider-parallax.min.js +1 -1
- package/dist/js/components/slider.js +3 -2
- package/dist/js/components/slider.min.js +1 -1
- package/dist/js/components/slideshow-parallax.js +3 -2
- package/dist/js/components/slideshow-parallax.min.js +1 -1
- package/dist/js/components/slideshow.js +3 -2
- package/dist/js/components/slideshow.min.js +1 -1
- package/dist/js/components/sortable.js +1 -1
- package/dist/js/components/sortable.min.js +1 -1
- package/dist/js/components/tooltip.js +1 -1
- package/dist/js/components/tooltip.min.js +1 -1
- package/dist/js/components/upload.js +1 -1
- package/dist/js/components/upload.min.js +1 -1
- package/dist/js/uikit-core.js +10 -5
- package/dist/js/uikit-core.min.js +1 -1
- package/dist/js/uikit-icons.js +1 -1
- package/dist/js/uikit-icons.min.js +1 -1
- package/dist/js/uikit.js +10 -5
- package/dist/js/uikit.min.js +1 -1
- package/package.json +1 -1
- package/src/js/mixin/modal.js +7 -1
- package/src/js/mixin/svg.js +0 -2
- package/src/js/util/selector.js +1 -1
- package/src/scss/components/accordion.scss +8 -6
- package/src/scss/components/alert.scss +10 -8
- package/src/scss/components/align.scss +3 -1
- package/src/scss/components/animation.scss +3 -1
- package/src/scss/components/article.scss +7 -5
- package/src/scss/components/background.scss +3 -1
- package/src/scss/components/badge.scss +5 -3
- package/src/scss/components/base.scss +20 -17
- package/src/scss/components/breadcrumb.scss +9 -7
- package/src/scss/components/button.scss +25 -23
- package/src/scss/components/card.scss +26 -24
- package/src/scss/components/close.scss +5 -3
- package/src/scss/components/column.scss +3 -1
- package/src/scss/components/comment.scss +13 -11
- package/src/scss/components/container.scss +14 -11
- package/src/scss/components/countdown.scss +8 -6
- package/src/scss/components/cover.scss +3 -1
- package/src/scss/components/description-list.scss +6 -4
- package/src/scss/components/divider.scss +13 -10
- package/src/scss/components/dotnav.scss +8 -6
- package/src/scss/components/drop.scss +3 -1
- package/src/scss/components/dropbar.scss +8 -6
- package/src/scss/components/dropdown.scss +12 -10
- package/src/scss/components/dropnav.scss +3 -1
- package/src/scss/components/flex.scss +3 -1
- package/src/scss/components/form-range.scss +13 -10
- package/src/scss/components/form.scss +23 -21
- package/src/scss/components/grid.scss +5 -3
- package/src/scss/components/heading.scss +16 -13
- package/src/scss/components/height.scss +3 -1
- package/src/scss/components/icon.scss +9 -7
- package/src/scss/components/iconnav.scss +7 -5
- package/src/scss/components/inverse.scss +4 -2
- package/src/scss/components/label.scss +7 -5
- package/src/scss/components/leader.scss +4 -2
- package/src/scss/components/lightbox.scss +6 -4
- package/src/scss/components/link.scss +10 -8
- package/src/scss/components/list.scss +5 -3
- package/src/scss/components/margin.scss +3 -1
- package/src/scss/components/marker.scss +5 -3
- package/src/scss/components/mixin.scss +6 -4
- package/src/scss/components/modal.scss +18 -16
- package/src/scss/components/nav.scss +33 -31
- package/src/scss/components/navbar.scss +33 -30
- package/src/scss/components/notification.scss +10 -8
- package/src/scss/components/offcanvas.scss +6 -4
- package/src/scss/components/overlay.scss +7 -5
- package/src/scss/components/padding.scss +3 -1
- package/src/scss/components/pagination.scss +8 -6
- package/src/scss/components/placeholder.scss +4 -2
- package/src/scss/components/position.scss +9 -6
- package/src/scss/components/print.scss +3 -1
- package/src/scss/components/progress.scss +6 -4
- package/src/scss/components/search.scss +15 -13
- package/src/scss/components/section.scss +9 -7
- package/src/scss/components/slidenav.scss +10 -8
- package/src/scss/components/slider.scss +4 -2
- package/src/scss/components/slideshow.scss +4 -2
- package/src/scss/components/sortable.scss +7 -5
- package/src/scss/components/spinner.scss +6 -3
- package/src/scss/components/sticky.scss +3 -1
- package/src/scss/components/subnav.scss +13 -11
- package/src/scss/components/svg.scss +3 -1
- package/src/scss/components/switcher.scss +3 -1
- package/src/scss/components/tab.scss +14 -12
- package/src/scss/components/table.scss +17 -14
- package/src/scss/components/text.scss +8 -6
- package/src/scss/components/thumbnav.scss +7 -5
- package/src/scss/components/tile.scss +12 -10
- package/src/scss/components/tooltip.scss +4 -2
- package/src/scss/components/totop.scss +6 -4
- package/src/scss/components/transition.scss +3 -1
- package/src/scss/components/utility.scss +8 -6
- package/src/scss/components/visibility.scss +3 -1
- package/src/scss/components/width.scss +34 -31
- package/src/scss/mixins-theme.scss +169 -168
- package/src/scss/mixins.scss +175 -175
- package/src/scss/uikit-theme.scss +0 -1
- package/src/scss/variables-theme.scss +70 -66
- package/src/scss/variables.scss +74 -70
- package/src/scss/theme/_import.scss +0 -82
- package/src/scss/theme/accordion.scss +0 -55
- package/src/scss/theme/alert.scss +0 -45
- package/src/scss/theme/align.scss +0 -14
- package/src/scss/theme/animation.scss +0 -14
- package/src/scss/theme/article.scss +0 -49
- package/src/scss/theme/background.scss +0 -14
- package/src/scss/theme/badge.scss +0 -29
- package/src/scss/theme/base.scss +0 -104
- package/src/scss/theme/breadcrumb.scss +0 -45
- package/src/scss/theme/button.scss +0 -132
- package/src/scss/theme/card.scss +0 -111
- package/src/scss/theme/close.scss +0 -29
- package/src/scss/theme/column.scss +0 -14
- package/src/scss/theme/comment.scss +0 -67
- package/src/scss/theme/container.scss +0 -14
- package/src/scss/theme/countdown.scss +0 -53
- package/src/scss/theme/description-list.scss +0 -29
- package/src/scss/theme/divider.scss +0 -49
- package/src/scss/theme/dotnav.scss +0 -46
- package/src/scss/theme/drop.scss +0 -14
- package/src/scss/theme/dropbar.scss +0 -38
- package/src/scss/theme/dropdown.scss +0 -53
- package/src/scss/theme/form-range.scss +0 -51
- package/src/scss/theme/form.scss +0 -117
- package/src/scss/theme/grid.scss +0 -28
- package/src/scss/theme/heading.scss +0 -71
- package/src/scss/theme/height.scss +0 -14
- package/src/scss/theme/icon.scss +0 -50
- package/src/scss/theme/iconnav.scss +0 -39
- package/src/scss/theme/inverse.scss +0 -14
- package/src/scss/theme/label.scss +0 -41
- package/src/scss/theme/leader.scss +0 -26
- package/src/scss/theme/lightbox.scss +0 -32
- package/src/scss/theme/link.scss +0 -55
- package/src/scss/theme/list.scss +0 -34
- package/src/scss/theme/margin.scss +0 -14
- package/src/scss/theme/marker.scss +0 -29
- package/src/scss/theme/modal.scss +0 -77
- package/src/scss/theme/nav.scss +0 -131
- package/src/scss/theme/navbar.scss +0 -135
- package/src/scss/theme/notification.scss +0 -44
- package/src/scss/theme/offcanvas.scss +0 -32
- package/src/scss/theme/overlay.scss +0 -33
- package/src/scss/theme/padding.scss +0 -14
- package/src/scss/theme/pagination.scss +0 -41
- package/src/scss/theme/placeholder.scss +0 -26
- package/src/scss/theme/position.scss +0 -14
- package/src/scss/theme/progress.scss +0 -23
- package/src/scss/theme/search.scss +0 -101
- package/src/scss/theme/section.scss +0 -32
- package/src/scss/theme/slidenav.scss +0 -52
- package/src/scss/theme/slider.scss +0 -14
- package/src/scss/theme/sortable.scss +0 -38
- package/src/scss/theme/spinner.scss +0 -14
- package/src/scss/theme/sticky.scss +0 -14
- package/src/scss/theme/subnav.scss +0 -72
- package/src/scss/theme/tab.scss +0 -67
- package/src/scss/theme/table.scss +0 -65
- package/src/scss/theme/text.scss +0 -49
- package/src/scss/theme/thumbnav.scss +0 -40
- package/src/scss/theme/tile.scss +0 -52
- package/src/scss/theme/tooltip.scss +0 -20
- package/src/scss/theme/totop.scss +0 -32
- package/src/scss/theme/transition.scss +0 -14
- package/src/scss/theme/utility.scss +0 -49
- package/src/scss/theme/variables.scss +0 -36
- package/src/scss/theme/width.scss +0 -14
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Button
|
|
2
4
|
// Description: Styles for buttons
|
|
3
5
|
//
|
|
@@ -78,7 +80,7 @@
|
|
|
78
80
|
text-align: center;
|
|
79
81
|
/* 10 */
|
|
80
82
|
text-decoration: none;
|
|
81
|
-
@if(mixin-exists(hook-button)) {@include hook-button();}
|
|
83
|
+
@if(meta.mixin-exists(hook-button)) {@include hook-button();}
|
|
82
84
|
}
|
|
83
85
|
|
|
84
86
|
.uk-button:not(:disabled) { cursor: pointer; }
|
|
@@ -96,13 +98,13 @@
|
|
|
96
98
|
.uk-button:hover {
|
|
97
99
|
/* 9 */
|
|
98
100
|
text-decoration: none;
|
|
99
|
-
@if(mixin-exists(hook-button-hover)) {@include hook-button-hover();}
|
|
101
|
+
@if(meta.mixin-exists(hook-button-hover)) {@include hook-button-hover();}
|
|
100
102
|
}
|
|
101
103
|
|
|
102
104
|
/* OnClick + Active */
|
|
103
105
|
.uk-button:active,
|
|
104
106
|
.uk-button.uk-active {
|
|
105
|
-
@if(mixin-exists(hook-button-active)) {@include hook-button-active();}
|
|
107
|
+
@if(meta.mixin-exists(hook-button-active)) {@include hook-button-active();}
|
|
106
108
|
}
|
|
107
109
|
|
|
108
110
|
|
|
@@ -116,14 +118,14 @@
|
|
|
116
118
|
.uk-button-default {
|
|
117
119
|
background-color: $button-default-background;
|
|
118
120
|
color: $button-default-color;
|
|
119
|
-
@if(mixin-exists(hook-button-default)) {@include hook-button-default();}
|
|
121
|
+
@if(meta.mixin-exists(hook-button-default)) {@include hook-button-default();}
|
|
120
122
|
}
|
|
121
123
|
|
|
122
124
|
/* Hover */
|
|
123
125
|
.uk-button-default:hover {
|
|
124
126
|
background-color: $button-default-hover-background;
|
|
125
127
|
color: $button-default-hover-color;
|
|
126
|
-
@if(mixin-exists(hook-button-default-hover)) {@include hook-button-default-hover();}
|
|
128
|
+
@if(meta.mixin-exists(hook-button-default-hover)) {@include hook-button-default-hover();}
|
|
127
129
|
}
|
|
128
130
|
|
|
129
131
|
/* OnClick + Active */
|
|
@@ -131,7 +133,7 @@
|
|
|
131
133
|
.uk-button-default.uk-active {
|
|
132
134
|
background-color: $button-default-active-background;
|
|
133
135
|
color: $button-default-active-color;
|
|
134
|
-
@if(mixin-exists(hook-button-default-active)) {@include hook-button-default-active();}
|
|
136
|
+
@if(meta.mixin-exists(hook-button-default-active)) {@include hook-button-default-active();}
|
|
135
137
|
}
|
|
136
138
|
|
|
137
139
|
/*
|
|
@@ -141,14 +143,14 @@
|
|
|
141
143
|
.uk-button-primary {
|
|
142
144
|
background-color: $button-primary-background;
|
|
143
145
|
color: $button-primary-color;
|
|
144
|
-
@if(mixin-exists(hook-button-primary)) {@include hook-button-primary();}
|
|
146
|
+
@if(meta.mixin-exists(hook-button-primary)) {@include hook-button-primary();}
|
|
145
147
|
}
|
|
146
148
|
|
|
147
149
|
/* Hover */
|
|
148
150
|
.uk-button-primary:hover {
|
|
149
151
|
background-color: $button-primary-hover-background;
|
|
150
152
|
color: $button-primary-hover-color;
|
|
151
|
-
@if(mixin-exists(hook-button-primary-hover)) {@include hook-button-primary-hover();}
|
|
153
|
+
@if(meta.mixin-exists(hook-button-primary-hover)) {@include hook-button-primary-hover();}
|
|
152
154
|
}
|
|
153
155
|
|
|
154
156
|
/* OnClick + Active */
|
|
@@ -156,7 +158,7 @@
|
|
|
156
158
|
.uk-button-primary.uk-active {
|
|
157
159
|
background-color: $button-primary-active-background;
|
|
158
160
|
color: $button-primary-active-color;
|
|
159
|
-
@if(mixin-exists(hook-button-primary-active)) {@include hook-button-primary-active();}
|
|
161
|
+
@if(meta.mixin-exists(hook-button-primary-active)) {@include hook-button-primary-active();}
|
|
160
162
|
}
|
|
161
163
|
|
|
162
164
|
/*
|
|
@@ -166,14 +168,14 @@
|
|
|
166
168
|
.uk-button-secondary {
|
|
167
169
|
background-color: $button-secondary-background;
|
|
168
170
|
color: $button-secondary-color;
|
|
169
|
-
@if(mixin-exists(hook-button-secondary)) {@include hook-button-secondary();}
|
|
171
|
+
@if(meta.mixin-exists(hook-button-secondary)) {@include hook-button-secondary();}
|
|
170
172
|
}
|
|
171
173
|
|
|
172
174
|
/* Hover */
|
|
173
175
|
.uk-button-secondary:hover {
|
|
174
176
|
background-color: $button-secondary-hover-background;
|
|
175
177
|
color: $button-secondary-hover-color;
|
|
176
|
-
@if(mixin-exists(hook-button-secondary-hover)) {@include hook-button-secondary-hover();}
|
|
178
|
+
@if(meta.mixin-exists(hook-button-secondary-hover)) {@include hook-button-secondary-hover();}
|
|
177
179
|
}
|
|
178
180
|
|
|
179
181
|
/* OnClick + Active */
|
|
@@ -181,7 +183,7 @@
|
|
|
181
183
|
.uk-button-secondary.uk-active {
|
|
182
184
|
background-color: $button-secondary-active-background;
|
|
183
185
|
color: $button-secondary-active-color;
|
|
184
|
-
@if(mixin-exists(hook-button-secondary-active)) {@include hook-button-secondary-active();}
|
|
186
|
+
@if(meta.mixin-exists(hook-button-secondary-active)) {@include hook-button-secondary-active();}
|
|
185
187
|
}
|
|
186
188
|
|
|
187
189
|
/*
|
|
@@ -191,14 +193,14 @@
|
|
|
191
193
|
.uk-button-danger {
|
|
192
194
|
background-color: $button-danger-background;
|
|
193
195
|
color: $button-danger-color;
|
|
194
|
-
@if(mixin-exists(hook-button-danger)) {@include hook-button-danger();}
|
|
196
|
+
@if(meta.mixin-exists(hook-button-danger)) {@include hook-button-danger();}
|
|
195
197
|
}
|
|
196
198
|
|
|
197
199
|
/* Hover */
|
|
198
200
|
.uk-button-danger:hover {
|
|
199
201
|
background-color: $button-danger-hover-background;
|
|
200
202
|
color: $button-danger-hover-color;
|
|
201
|
-
@if(mixin-exists(hook-button-danger-hover)) {@include hook-button-danger-hover();}
|
|
203
|
+
@if(meta.mixin-exists(hook-button-danger-hover)) {@include hook-button-danger-hover();}
|
|
202
204
|
}
|
|
203
205
|
|
|
204
206
|
/* OnClick + Active */
|
|
@@ -206,7 +208,7 @@
|
|
|
206
208
|
.uk-button-danger.uk-active {
|
|
207
209
|
background-color: $button-danger-active-background;
|
|
208
210
|
color: $button-danger-active-color;
|
|
209
|
-
@if(mixin-exists(hook-button-danger-active)) {@include hook-button-danger-active();}
|
|
211
|
+
@if(meta.mixin-exists(hook-button-danger-active)) {@include hook-button-danger-active();}
|
|
210
212
|
}
|
|
211
213
|
|
|
212
214
|
/*
|
|
@@ -220,7 +222,7 @@
|
|
|
220
222
|
.uk-button-danger:disabled {
|
|
221
223
|
background-color: $button-disabled-background;
|
|
222
224
|
color: $button-disabled-color;
|
|
223
|
-
@if(mixin-exists(hook-button-disabled)) {@include hook-button-disabled();}
|
|
225
|
+
@if(meta.mixin-exists(hook-button-disabled)) {@include hook-button-disabled();}
|
|
224
226
|
}
|
|
225
227
|
|
|
226
228
|
|
|
@@ -231,14 +233,14 @@
|
|
|
231
233
|
padding: 0 $button-small-padding-horizontal;
|
|
232
234
|
line-height: $button-small-line-height;
|
|
233
235
|
font-size: $button-small-font-size;
|
|
234
|
-
@if(mixin-exists(hook-button-small)) {@include hook-button-small();}
|
|
236
|
+
@if(meta.mixin-exists(hook-button-small)) {@include hook-button-small();}
|
|
235
237
|
}
|
|
236
238
|
|
|
237
239
|
.uk-button-large {
|
|
238
240
|
padding: 0 $button-large-padding-horizontal;
|
|
239
241
|
line-height: $button-large-line-height;
|
|
240
242
|
font-size: $button-large-font-size;
|
|
241
|
-
@if(mixin-exists(hook-button-large)) {@include hook-button-large();}
|
|
243
|
+
@if(meta.mixin-exists(hook-button-large)) {@include hook-button-large();}
|
|
242
244
|
}
|
|
243
245
|
|
|
244
246
|
|
|
@@ -258,19 +260,19 @@
|
|
|
258
260
|
background: none;
|
|
259
261
|
/* 2 */
|
|
260
262
|
color: $button-text-color;
|
|
261
|
-
@if(mixin-exists(hook-button-text)) {@include hook-button-text();}
|
|
263
|
+
@if(meta.mixin-exists(hook-button-text)) {@include hook-button-text();}
|
|
262
264
|
}
|
|
263
265
|
|
|
264
266
|
/* Hover */
|
|
265
267
|
.uk-button-text:hover {
|
|
266
268
|
color: $button-text-hover-color;
|
|
267
|
-
@if(mixin-exists(hook-button-text-hover)) {@include hook-button-text-hover();}
|
|
269
|
+
@if(meta.mixin-exists(hook-button-text-hover)) {@include hook-button-text-hover();}
|
|
268
270
|
}
|
|
269
271
|
|
|
270
272
|
/* Disabled */
|
|
271
273
|
.uk-button-text:disabled {
|
|
272
274
|
color: $button-text-disabled-color;
|
|
273
|
-
@if(mixin-exists(hook-button-text-disabled)) {@include hook-button-text-disabled();}
|
|
275
|
+
@if(meta.mixin-exists(hook-button-text-disabled)) {@include hook-button-text-disabled();}
|
|
274
276
|
}
|
|
275
277
|
|
|
276
278
|
/*
|
|
@@ -286,7 +288,7 @@
|
|
|
286
288
|
background: none;
|
|
287
289
|
/* 2 */
|
|
288
290
|
color: $button-link-color;
|
|
289
|
-
@if(mixin-exists(hook-button-link)) {@include hook-button-link();}
|
|
291
|
+
@if(meta.mixin-exists(hook-button-link)) {@include hook-button-link();}
|
|
290
292
|
}
|
|
291
293
|
|
|
292
294
|
/* Hover */
|
|
@@ -324,7 +326,7 @@
|
|
|
324
326
|
// Hooks
|
|
325
327
|
// ========================================================================
|
|
326
328
|
|
|
327
|
-
@if(mixin-exists(hook-button-misc)) {@include hook-button-misc();}
|
|
329
|
+
@if(meta.mixin-exists(hook-button-misc)) {@include hook-button-misc();}
|
|
328
330
|
|
|
329
331
|
// @mixin hook-button(){}
|
|
330
332
|
// @mixin hook-button-hover(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Card
|
|
2
4
|
// Description: Component to create boxed content containers
|
|
3
5
|
//
|
|
@@ -47,7 +49,7 @@
|
|
|
47
49
|
.uk-card {
|
|
48
50
|
position: relative;
|
|
49
51
|
box-sizing: border-box;
|
|
50
|
-
@if(mixin-exists(hook-card)) {@include hook-card();}
|
|
52
|
+
@if(meta.mixin-exists(hook-card)) {@include hook-card();}
|
|
51
53
|
}
|
|
52
54
|
|
|
53
55
|
|
|
@@ -57,19 +59,19 @@
|
|
|
57
59
|
.uk-card-body {
|
|
58
60
|
display: flow-root;
|
|
59
61
|
padding: $card-body-padding-vertical $card-body-padding-horizontal;
|
|
60
|
-
@if(mixin-exists(hook-card-body)) {@include hook-card-body();}
|
|
62
|
+
@if(meta.mixin-exists(hook-card-body)) {@include hook-card-body();}
|
|
61
63
|
}
|
|
62
64
|
|
|
63
65
|
.uk-card-header {
|
|
64
66
|
display: flow-root;
|
|
65
67
|
padding: $card-header-padding-vertical $card-header-padding-horizontal;
|
|
66
|
-
@if(mixin-exists(hook-card-header)) {@include hook-card-header();}
|
|
68
|
+
@if(meta.mixin-exists(hook-card-header)) {@include hook-card-header();}
|
|
67
69
|
}
|
|
68
70
|
|
|
69
71
|
.uk-card-footer {
|
|
70
72
|
display: flow-root;
|
|
71
73
|
padding: $card-footer-padding-vertical $card-footer-padding-horizontal;
|
|
72
|
-
@if(mixin-exists(hook-card-footer)) {@include hook-card-footer();}
|
|
74
|
+
@if(meta.mixin-exists(hook-card-footer)) {@include hook-card-footer();}
|
|
73
75
|
}
|
|
74
76
|
|
|
75
77
|
/* Desktop and bigger */
|
|
@@ -101,25 +103,25 @@
|
|
|
101
103
|
*/
|
|
102
104
|
|
|
103
105
|
[class*="uk-card-media"] {
|
|
104
|
-
@if(mixin-exists(hook-card-media)) {@include hook-card-media();}
|
|
106
|
+
@if(meta.mixin-exists(hook-card-media)) {@include hook-card-media();}
|
|
105
107
|
}
|
|
106
108
|
|
|
107
109
|
.uk-card-media-top,
|
|
108
110
|
.uk-grid-stack > .uk-card-media-left,
|
|
109
111
|
.uk-grid-stack > .uk-card-media-right {
|
|
110
|
-
@if(mixin-exists(hook-card-media-top)) {@include hook-card-media-top();}
|
|
112
|
+
@if(meta.mixin-exists(hook-card-media-top)) {@include hook-card-media-top();}
|
|
111
113
|
}
|
|
112
114
|
|
|
113
115
|
.uk-card-media-bottom {
|
|
114
|
-
@if(mixin-exists(hook-card-media-bottom)) {@include hook-card-media-bottom();}
|
|
116
|
+
@if(meta.mixin-exists(hook-card-media-bottom)) {@include hook-card-media-bottom();}
|
|
115
117
|
}
|
|
116
118
|
|
|
117
119
|
:not(.uk-grid-stack) > .uk-card-media-left {
|
|
118
|
-
@if(mixin-exists(hook-card-media-left)) {@include hook-card-media-left();}
|
|
120
|
+
@if(meta.mixin-exists(hook-card-media-left)) {@include hook-card-media-left();}
|
|
119
121
|
}
|
|
120
122
|
|
|
121
123
|
:not(.uk-grid-stack) > .uk-card-media-right {
|
|
122
|
-
@if(mixin-exists(hook-card-media-right)) {@include hook-card-media-right();}
|
|
124
|
+
@if(meta.mixin-exists(hook-card-media-right)) {@include hook-card-media-right();}
|
|
123
125
|
}
|
|
124
126
|
|
|
125
127
|
|
|
@@ -129,7 +131,7 @@
|
|
|
129
131
|
.uk-card-title {
|
|
130
132
|
font-size: $card-title-font-size;
|
|
131
133
|
line-height: $card-title-line-height;
|
|
132
|
-
@if(mixin-exists(hook-card-title)) {@include hook-card-title();}
|
|
134
|
+
@if(meta.mixin-exists(hook-card-title)) {@include hook-card-title();}
|
|
133
135
|
}
|
|
134
136
|
|
|
135
137
|
|
|
@@ -161,7 +163,7 @@
|
|
|
161
163
|
justify-content: center;
|
|
162
164
|
align-items: center;
|
|
163
165
|
line-height: 0;
|
|
164
|
-
@if(mixin-exists(hook-card-badge)) {@include hook-card-badge();}
|
|
166
|
+
@if(meta.mixin-exists(hook-card-badge)) {@include hook-card-badge();}
|
|
165
167
|
}
|
|
166
168
|
|
|
167
169
|
/*
|
|
@@ -176,7 +178,7 @@
|
|
|
176
178
|
|
|
177
179
|
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
|
|
178
180
|
background-color: $card-hover-background;
|
|
179
|
-
@if(mixin-exists(hook-card-hover)) {@include hook-card-hover();}
|
|
181
|
+
@if(meta.mixin-exists(hook-card-hover)) {@include hook-card-hover();}
|
|
180
182
|
}
|
|
181
183
|
|
|
182
184
|
|
|
@@ -192,25 +194,25 @@
|
|
|
192
194
|
--uk-inverse: #{$card-default-color-mode};
|
|
193
195
|
background-color: $card-default-background;
|
|
194
196
|
color: $card-default-color;
|
|
195
|
-
@if(mixin-exists(hook-card-default)) {@include hook-card-default();}
|
|
197
|
+
@if(meta.mixin-exists(hook-card-default)) {@include hook-card-default();}
|
|
196
198
|
}
|
|
197
199
|
|
|
198
200
|
.uk-card-default .uk-card-title {
|
|
199
201
|
color: $card-default-title-color;
|
|
200
|
-
@if(mixin-exists(hook-card-default-title)) {@include hook-card-default-title();}
|
|
202
|
+
@if(meta.mixin-exists(hook-card-default-title)) {@include hook-card-default-title();}
|
|
201
203
|
}
|
|
202
204
|
|
|
203
205
|
.uk-card-default.uk-card-hover:hover {
|
|
204
206
|
background-color: $card-default-hover-background;
|
|
205
|
-
@if(mixin-exists(hook-card-default-hover)) {@include hook-card-default-hover();}
|
|
207
|
+
@if(meta.mixin-exists(hook-card-default-hover)) {@include hook-card-default-hover();}
|
|
206
208
|
}
|
|
207
209
|
|
|
208
210
|
.uk-card-default .uk-card-header {
|
|
209
|
-
@if(mixin-exists(hook-card-default-header)) {@include hook-card-default-header();}
|
|
211
|
+
@if(meta.mixin-exists(hook-card-default-header)) {@include hook-card-default-header();}
|
|
210
212
|
}
|
|
211
213
|
|
|
212
214
|
.uk-card-default .uk-card-footer {
|
|
213
|
-
@if(mixin-exists(hook-card-default-footer)) {@include hook-card-default-footer();}
|
|
215
|
+
@if(meta.mixin-exists(hook-card-default-footer)) {@include hook-card-default-footer();}
|
|
214
216
|
}
|
|
215
217
|
|
|
216
218
|
// Color Mode
|
|
@@ -227,17 +229,17 @@
|
|
|
227
229
|
--uk-inverse: #{$card-primary-color-mode};
|
|
228
230
|
background-color: $card-primary-background;
|
|
229
231
|
color: $card-primary-color;
|
|
230
|
-
@if(mixin-exists(hook-card-primary)) {@include hook-card-primary();}
|
|
232
|
+
@if(meta.mixin-exists(hook-card-primary)) {@include hook-card-primary();}
|
|
231
233
|
}
|
|
232
234
|
|
|
233
235
|
.uk-card-primary .uk-card-title {
|
|
234
236
|
color: $card-primary-title-color;
|
|
235
|
-
@if(mixin-exists(hook-card-primary-title)) {@include hook-card-primary-title();}
|
|
237
|
+
@if(meta.mixin-exists(hook-card-primary-title)) {@include hook-card-primary-title();}
|
|
236
238
|
}
|
|
237
239
|
|
|
238
240
|
.uk-card-primary.uk-card-hover:hover {
|
|
239
241
|
background-color: $card-primary-hover-background;
|
|
240
|
-
@if(mixin-exists(hook-card-primary-hover)) {@include hook-card-primary-hover();}
|
|
242
|
+
@if(meta.mixin-exists(hook-card-primary-hover)) {@include hook-card-primary-hover();}
|
|
241
243
|
}
|
|
242
244
|
|
|
243
245
|
// Color Mode
|
|
@@ -254,17 +256,17 @@
|
|
|
254
256
|
--uk-inverse: #{$card-secondary-color-mode};
|
|
255
257
|
background-color: $card-secondary-background;
|
|
256
258
|
color: $card-secondary-color;
|
|
257
|
-
@if(mixin-exists(hook-card-secondary)) {@include hook-card-secondary();}
|
|
259
|
+
@if(meta.mixin-exists(hook-card-secondary)) {@include hook-card-secondary();}
|
|
258
260
|
}
|
|
259
261
|
|
|
260
262
|
.uk-card-secondary .uk-card-title {
|
|
261
263
|
color: $card-secondary-title-color;
|
|
262
|
-
@if(mixin-exists(hook-card-secondary-title)) {@include hook-card-secondary-title();}
|
|
264
|
+
@if(meta.mixin-exists(hook-card-secondary-title)) {@include hook-card-secondary-title();}
|
|
263
265
|
}
|
|
264
266
|
|
|
265
267
|
.uk-card-secondary.uk-card-hover:hover {
|
|
266
268
|
background-color: $card-secondary-hover-background;
|
|
267
|
-
@if(mixin-exists(hook-card-secondary-hover)) {@include hook-card-secondary-hover();}
|
|
269
|
+
@if(meta.mixin-exists(hook-card-secondary-hover)) {@include hook-card-secondary-hover();}
|
|
268
270
|
}
|
|
269
271
|
|
|
270
272
|
// Color Mode
|
|
@@ -306,7 +308,7 @@
|
|
|
306
308
|
// Hooks
|
|
307
309
|
// ========================================================================
|
|
308
310
|
|
|
309
|
-
@if(mixin-exists(hook-card-misc)) {@include hook-card-misc();}
|
|
311
|
+
@if(meta.mixin-exists(hook-card-misc)) {@include hook-card-misc();}
|
|
310
312
|
|
|
311
313
|
// @mixin hook-card(){}
|
|
312
314
|
// @mixin hook-card-body(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Close
|
|
2
4
|
// Description: Component to create a close button
|
|
3
5
|
//
|
|
@@ -21,20 +23,20 @@
|
|
|
21
23
|
|
|
22
24
|
.uk-close {
|
|
23
25
|
color: $close-color;
|
|
24
|
-
@if(mixin-exists(hook-close)) {@include hook-close();}
|
|
26
|
+
@if(meta.mixin-exists(hook-close)) {@include hook-close();}
|
|
25
27
|
}
|
|
26
28
|
|
|
27
29
|
/* Hover */
|
|
28
30
|
.uk-close:hover {
|
|
29
31
|
color: $close-hover-color;
|
|
30
|
-
@if(mixin-exists(hook-close-hover)) {@include hook-close-hover();}
|
|
32
|
+
@if(meta.mixin-exists(hook-close-hover)) {@include hook-close-hover();}
|
|
31
33
|
}
|
|
32
34
|
|
|
33
35
|
|
|
34
36
|
// Hooks
|
|
35
37
|
// ========================================================================
|
|
36
38
|
|
|
37
|
-
@if(mixin-exists(hook-close-misc)) {@include hook-close-misc();}
|
|
39
|
+
@if(meta.mixin-exists(hook-close-misc)) {@include hook-close-misc();}
|
|
38
40
|
|
|
39
41
|
// @mixin hook-close(){}
|
|
40
42
|
// @mixin hook-close-hover(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Column
|
|
2
4
|
// Description: Utilities for text columns
|
|
3
5
|
//
|
|
@@ -122,7 +124,7 @@
|
|
|
122
124
|
// Hooks
|
|
123
125
|
// ========================================================================
|
|
124
126
|
|
|
125
|
-
@if(mixin-exists(hook-column-misc)) {@include hook-column-misc();}
|
|
127
|
+
@if(meta.mixin-exists(hook-column-misc)) {@include hook-column-misc();}
|
|
126
128
|
|
|
127
129
|
// @mixin hook-column-misc(){}
|
|
128
130
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Comment
|
|
2
4
|
// Description: Component to create nested comments
|
|
3
5
|
//
|
|
@@ -28,7 +30,7 @@
|
|
|
28
30
|
========================================================================== */
|
|
29
31
|
|
|
30
32
|
.uk-comment {
|
|
31
|
-
@if(mixin-exists(hook-comment)) {@include hook-comment();}
|
|
33
|
+
@if(meta.mixin-exists(hook-comment)) {@include hook-comment();}
|
|
32
34
|
}
|
|
33
35
|
|
|
34
36
|
|
|
@@ -39,13 +41,13 @@
|
|
|
39
41
|
display: flow-root;
|
|
40
42
|
overflow-wrap: break-word;
|
|
41
43
|
word-wrap: break-word;
|
|
42
|
-
@if(mixin-exists(hook-comment-body)) {@include hook-comment-body();}
|
|
44
|
+
@if(meta.mixin-exists(hook-comment-body)) {@include hook-comment-body();}
|
|
43
45
|
}
|
|
44
46
|
|
|
45
47
|
.uk-comment-header {
|
|
46
48
|
display: flow-root;
|
|
47
49
|
margin-bottom: $comment-header-margin-bottom;
|
|
48
|
-
@if(mixin-exists(hook-comment-header)) {@include hook-comment-header();}
|
|
50
|
+
@if(meta.mixin-exists(hook-comment-header)) {@include hook-comment-header();}
|
|
49
51
|
}
|
|
50
52
|
|
|
51
53
|
/*
|
|
@@ -62,7 +64,7 @@
|
|
|
62
64
|
.uk-comment-title {
|
|
63
65
|
font-size: $comment-title-font-size;
|
|
64
66
|
line-height: $comment-title-line-height;
|
|
65
|
-
@if(mixin-exists(hook-comment-title)) {@include hook-comment-title();}
|
|
67
|
+
@if(meta.mixin-exists(hook-comment-title)) {@include hook-comment-title();}
|
|
66
68
|
}
|
|
67
69
|
|
|
68
70
|
|
|
@@ -73,7 +75,7 @@
|
|
|
73
75
|
font-size: $comment-meta-font-size;
|
|
74
76
|
line-height: $comment-meta-line-height;
|
|
75
77
|
color: $comment-meta-color;
|
|
76
|
-
@if(mixin-exists(hook-comment-meta)) {@include hook-comment-meta();}
|
|
78
|
+
@if(meta.mixin-exists(hook-comment-meta)) {@include hook-comment-meta();}
|
|
77
79
|
}
|
|
78
80
|
|
|
79
81
|
|
|
@@ -81,7 +83,7 @@
|
|
|
81
83
|
========================================================================== */
|
|
82
84
|
|
|
83
85
|
.uk-comment-avatar {
|
|
84
|
-
@if(mixin-exists(hook-comment-avatar)) {@include hook-comment-avatar();}
|
|
86
|
+
@if(meta.mixin-exists(hook-comment-avatar)) {@include hook-comment-avatar();}
|
|
85
87
|
}
|
|
86
88
|
|
|
87
89
|
|
|
@@ -96,7 +98,7 @@
|
|
|
96
98
|
/* Adjacent siblings */
|
|
97
99
|
.uk-comment-list > :nth-child(n+2) {
|
|
98
100
|
margin-top: $comment-list-margin-top;
|
|
99
|
-
@if(mixin-exists(hook-comment-list-adjacent)) {@include hook-comment-list-adjacent();}
|
|
101
|
+
@if(meta.mixin-exists(hook-comment-list-adjacent)) {@include hook-comment-list-adjacent();}
|
|
100
102
|
}
|
|
101
103
|
|
|
102
104
|
/*
|
|
@@ -108,7 +110,7 @@
|
|
|
108
110
|
margin: $comment-list-margin-top 0 0 0;
|
|
109
111
|
padding-left: $comment-list-padding-left;
|
|
110
112
|
list-style: none;
|
|
111
|
-
@if(mixin-exists(hook-comment-list-sub)) {@include hook-comment-list-sub();}
|
|
113
|
+
@if(meta.mixin-exists(hook-comment-list-sub)) {@include hook-comment-list-sub();}
|
|
112
114
|
}
|
|
113
115
|
|
|
114
116
|
/* Tablet and bigger */
|
|
@@ -121,7 +123,7 @@
|
|
|
121
123
|
/* Adjacent siblings */
|
|
122
124
|
.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
|
|
123
125
|
margin-top: $comment-list-margin-top;
|
|
124
|
-
@if(mixin-exists(hook-comment-list-sub-adjacent)) {@include hook-comment-list-sub-adjacent();}
|
|
126
|
+
@if(meta.mixin-exists(hook-comment-list-sub-adjacent)) {@include hook-comment-list-sub-adjacent();}
|
|
125
127
|
}
|
|
126
128
|
|
|
127
129
|
|
|
@@ -129,14 +131,14 @@
|
|
|
129
131
|
========================================================================== */
|
|
130
132
|
|
|
131
133
|
.uk-comment-primary {
|
|
132
|
-
@if(mixin-exists(hook-comment-primary)) {@include hook-comment-primary();}
|
|
134
|
+
@if(meta.mixin-exists(hook-comment-primary)) {@include hook-comment-primary();}
|
|
133
135
|
}
|
|
134
136
|
|
|
135
137
|
|
|
136
138
|
// Hooks
|
|
137
139
|
// ========================================================================
|
|
138
140
|
|
|
139
|
-
@if(mixin-exists(hook-comment-misc)) {@include hook-comment-misc();}
|
|
141
|
+
@if(meta.mixin-exists(hook-comment-misc)) {@include hook-comment-misc();}
|
|
140
142
|
|
|
141
143
|
// @mixin hook-comment(){}
|
|
142
144
|
// @mixin hook-comment-body(){}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
@use "sass:string";
|
|
3
|
+
|
|
1
4
|
// Name: Container
|
|
2
5
|
// Description: Component to align and center your site and grid content
|
|
3
6
|
//
|
|
@@ -104,10 +107,10 @@
|
|
|
104
107
|
@media (min-width: $breakpoint-small) {
|
|
105
108
|
|
|
106
109
|
.uk-container-expand-left.uk-container-xsmall,
|
|
107
|
-
.uk-container-expand-right.uk-container-xsmall { max-width: unquote('calc(50% + (#{$container-xsmall-max-width} / 2) - #{$container-padding-horizontal-s})'); }
|
|
110
|
+
.uk-container-expand-right.uk-container-xsmall { max-width: string.unquote('calc(50% + (#{$container-xsmall-max-width} / 2) - #{$container-padding-horizontal-s})'); }
|
|
108
111
|
|
|
109
112
|
.uk-container-expand-left.uk-container-small,
|
|
110
|
-
.uk-container-expand-right.uk-container-small { max-width: unquote('calc(50% + (#{$container-small-max-width} / 2) - #{$container-padding-horizontal-s})'); }
|
|
113
|
+
.uk-container-expand-right.uk-container-small { max-width: string.unquote('calc(50% + (#{$container-small-max-width} / 2) - #{$container-padding-horizontal-s})'); }
|
|
111
114
|
|
|
112
115
|
}
|
|
113
116
|
|
|
@@ -115,19 +118,19 @@
|
|
|
115
118
|
@media (min-width: $breakpoint-medium) {
|
|
116
119
|
|
|
117
120
|
.uk-container-expand-left,
|
|
118
|
-
.uk-container-expand-right { max-width: unquote('calc(50% + (#{$container-max-width} / 2) - #{$container-padding-horizontal-m})'); }
|
|
121
|
+
.uk-container-expand-right { max-width: string.unquote('calc(50% + (#{$container-max-width} / 2) - #{$container-padding-horizontal-m})'); }
|
|
119
122
|
|
|
120
123
|
.uk-container-expand-left.uk-container-xsmall,
|
|
121
|
-
.uk-container-expand-right.uk-container-xsmall { max-width: unquote('calc(50% + (#{$container-xsmall-max-width} / 2) - #{$container-padding-horizontal-m})'); }
|
|
124
|
+
.uk-container-expand-right.uk-container-xsmall { max-width: string.unquote('calc(50% + (#{$container-xsmall-max-width} / 2) - #{$container-padding-horizontal-m})'); }
|
|
122
125
|
|
|
123
126
|
.uk-container-expand-left.uk-container-small,
|
|
124
|
-
.uk-container-expand-right.uk-container-small { max-width: unquote('calc(50% + (#{$container-small-max-width} / 2) - #{$container-padding-horizontal-m})'); }
|
|
127
|
+
.uk-container-expand-right.uk-container-small { max-width: string.unquote('calc(50% + (#{$container-small-max-width} / 2) - #{$container-padding-horizontal-m})'); }
|
|
125
128
|
|
|
126
129
|
.uk-container-expand-left.uk-container-large,
|
|
127
|
-
.uk-container-expand-right.uk-container-large { max-width: unquote('calc(50% + (#{$container-large-max-width} / 2) - #{$container-padding-horizontal-m})'); }
|
|
130
|
+
.uk-container-expand-right.uk-container-large { max-width: string.unquote('calc(50% + (#{$container-large-max-width} / 2) - #{$container-padding-horizontal-m})'); }
|
|
128
131
|
|
|
129
132
|
.uk-container-expand-left.uk-container-xlarge,
|
|
130
|
-
.uk-container-expand-right.uk-container-xlarge { max-width: unquote('calc(50% + (#{$container-xlarge-max-width} / 2) - #{$container-padding-horizontal-m})'); }
|
|
133
|
+
.uk-container-expand-right.uk-container-xlarge { max-width: string.unquote('calc(50% + (#{$container-xlarge-max-width} / 2) - #{$container-padding-horizontal-m})'); }
|
|
131
134
|
|
|
132
135
|
}
|
|
133
136
|
|
|
@@ -141,7 +144,7 @@
|
|
|
141
144
|
*/
|
|
142
145
|
|
|
143
146
|
.uk-container-item-padding-remove-left,
|
|
144
|
-
.uk-container-item-padding-remove-right { width: unquote('calc(100% + #{$container-padding-horizontal})'); }
|
|
147
|
+
.uk-container-item-padding-remove-right { width: string.unquote('calc(100% + #{$container-padding-horizontal})'); }
|
|
145
148
|
|
|
146
149
|
.uk-container-item-padding-remove-left { margin-left: (-$container-padding-horizontal); }
|
|
147
150
|
.uk-container-item-padding-remove-right { margin-right: (-$container-padding-horizontal); }
|
|
@@ -150,7 +153,7 @@
|
|
|
150
153
|
@media (min-width: $breakpoint-small) {
|
|
151
154
|
|
|
152
155
|
.uk-container-item-padding-remove-left,
|
|
153
|
-
.uk-container-item-padding-remove-right { width: unquote('calc(100% + #{$container-padding-horizontal-s})'); }
|
|
156
|
+
.uk-container-item-padding-remove-right { width: string.unquote('calc(100% + #{$container-padding-horizontal-s})'); }
|
|
154
157
|
|
|
155
158
|
.uk-container-item-padding-remove-left { margin-left: (-$container-padding-horizontal-s); }
|
|
156
159
|
.uk-container-item-padding-remove-right { margin-right: (-$container-padding-horizontal-s); }
|
|
@@ -161,7 +164,7 @@
|
|
|
161
164
|
@media (min-width: $breakpoint-medium) {
|
|
162
165
|
|
|
163
166
|
.uk-container-item-padding-remove-left,
|
|
164
|
-
.uk-container-item-padding-remove-right { width: unquote('calc(100% + #{$container-padding-horizontal-m})'); }
|
|
167
|
+
.uk-container-item-padding-remove-right { width: string.unquote('calc(100% + #{$container-padding-horizontal-m})'); }
|
|
165
168
|
|
|
166
169
|
.uk-container-item-padding-remove-left { margin-left: (-$container-padding-horizontal-m); }
|
|
167
170
|
.uk-container-item-padding-remove-right { margin-right: (-$container-padding-horizontal-m); }
|
|
@@ -172,6 +175,6 @@
|
|
|
172
175
|
// Hooks
|
|
173
176
|
// ========================================================================
|
|
174
177
|
|
|
175
|
-
@if(mixin-exists(hook-container-misc)) {@include hook-container-misc();}
|
|
178
|
+
@if(meta.mixin-exists(hook-container-misc)) {@include hook-container-misc();}
|
|
176
179
|
|
|
177
180
|
// @mixin hook-container-misc(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Countdown
|
|
2
4
|
// Description: Component to create countdown timers
|
|
3
5
|
//
|
|
@@ -27,7 +29,7 @@ $countdown-separator-font-size-m: 3rem !default; // 48px
|
|
|
27
29
|
========================================================================== */
|
|
28
30
|
|
|
29
31
|
.uk-countdown {
|
|
30
|
-
@if(mixin-exists(hook-countdown)) {@include hook-countdown();}
|
|
32
|
+
@if(meta.mixin-exists(hook-countdown)) {@include hook-countdown();}
|
|
31
33
|
}
|
|
32
34
|
|
|
33
35
|
|
|
@@ -36,7 +38,7 @@ $countdown-separator-font-size-m: 3rem !default; // 48px
|
|
|
36
38
|
|
|
37
39
|
.uk-countdown-number,
|
|
38
40
|
.uk-countdown-separator {
|
|
39
|
-
@if(mixin-exists(hook-countdown-item)) {@include hook-countdown-item();}
|
|
41
|
+
@if(meta.mixin-exists(hook-countdown-item)) {@include hook-countdown-item();}
|
|
40
42
|
}
|
|
41
43
|
|
|
42
44
|
|
|
@@ -55,7 +57,7 @@ $countdown-separator-font-size-m: 3rem !default; // 48px
|
|
|
55
57
|
/* 2 */
|
|
56
58
|
font-size: $countdown-number-font-size;
|
|
57
59
|
line-height: $countdown-number-line-height;
|
|
58
|
-
@if(mixin-exists(hook-countdown-number)) {@include hook-countdown-number();}
|
|
60
|
+
@if(meta.mixin-exists(hook-countdown-number)) {@include hook-countdown-number();}
|
|
59
61
|
}
|
|
60
62
|
|
|
61
63
|
/* Phone landscape and bigger */
|
|
@@ -79,7 +81,7 @@ $countdown-separator-font-size-m: 3rem !default; // 48px
|
|
|
79
81
|
.uk-countdown-separator {
|
|
80
82
|
font-size: $countdown-separator-font-size;
|
|
81
83
|
line-height: $countdown-separator-line-height;
|
|
82
|
-
@if(mixin-exists(hook-countdown-separator)) {@include hook-countdown-separator();}
|
|
84
|
+
@if(meta.mixin-exists(hook-countdown-separator)) {@include hook-countdown-separator();}
|
|
83
85
|
}
|
|
84
86
|
|
|
85
87
|
/* Phone landscape and bigger */
|
|
@@ -101,14 +103,14 @@ $countdown-separator-font-size-m: 3rem !default; // 48px
|
|
|
101
103
|
========================================================================== */
|
|
102
104
|
|
|
103
105
|
.uk-countdown-label {
|
|
104
|
-
@if(mixin-exists(hook-countdown-label)) {@include hook-countdown-label();}
|
|
106
|
+
@if(meta.mixin-exists(hook-countdown-label)) {@include hook-countdown-label();}
|
|
105
107
|
}
|
|
106
108
|
|
|
107
109
|
|
|
108
110
|
// Hooks
|
|
109
111
|
// ========================================================================
|
|
110
112
|
|
|
111
|
-
@if(mixin-exists(hook-countdown-misc)) {@include hook-countdown-misc();}
|
|
113
|
+
@if(meta.mixin-exists(hook-countdown-misc)) {@include hook-countdown-misc();}
|
|
112
114
|
|
|
113
115
|
// @mixin hook-countdown(){}
|
|
114
116
|
// @mixin hook-countdown-item(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Cover
|
|
2
4
|
// Description: Utilities to let embedded content cover their container in a centered position
|
|
3
5
|
//
|
|
@@ -71,6 +73,6 @@ iframe[data-uk-cover] { pointer-events: none; }
|
|
|
71
73
|
// Hooks
|
|
72
74
|
// ========================================================================
|
|
73
75
|
|
|
74
|
-
@if(mixin-exists(hook-cover-misc)) {@include hook-cover-misc();}
|
|
76
|
+
@if(meta.mixin-exists(hook-cover-misc)) {@include hook-cover-misc();}
|
|
75
77
|
|
|
76
78
|
// @mixin hook-cover-misc(){}
|