uikit 3.23.7 → 3.23.8-dev.65e3f4fda
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 +13 -7
- 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 +13 -7
- package/dist/js/uikit.min.js +1 -1
- package/package.json +1 -1
- package/src/js/core/drop.js +3 -2
- 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: Nav
|
|
2
4
|
// Description: Defines styles for list navigations
|
|
3
5
|
//
|
|
@@ -100,7 +102,7 @@ $nav-xlarge-font-size-l: 8rem !default; // 128px
|
|
|
100
102
|
|
|
101
103
|
ul.uk-nav-sub {
|
|
102
104
|
padding: $nav-sublist-padding-vertical 0 $nav-sublist-padding-vertical $nav-sublist-padding-left;
|
|
103
|
-
@if(mixin-exists(hook-nav-sub)) {@include hook-nav-sub();}
|
|
105
|
+
@if(meta.mixin-exists(hook-nav-sub)) {@include hook-nav-sub();}
|
|
104
106
|
}
|
|
105
107
|
|
|
106
108
|
/*
|
|
@@ -134,7 +136,7 @@ ul.uk-nav-sub {
|
|
|
134
136
|
padding: $nav-header-padding-vertical $nav-header-padding-horizontal;
|
|
135
137
|
text-transform: $nav-header-text-transform;
|
|
136
138
|
font-size: $nav-header-font-size;
|
|
137
|
-
@if(mixin-exists(hook-nav-header)) {@include hook-nav-header();}
|
|
139
|
+
@if(meta.mixin-exists(hook-nav-header)) {@include hook-nav-header();}
|
|
138
140
|
}
|
|
139
141
|
|
|
140
142
|
.uk-nav-header:not(:first-child) { margin-top: $nav-header-margin-top; }
|
|
@@ -145,7 +147,7 @@ ul.uk-nav-sub {
|
|
|
145
147
|
|
|
146
148
|
.uk-nav .uk-nav-divider {
|
|
147
149
|
margin: $nav-divider-margin-vertical $nav-divider-margin-horizontal;
|
|
148
|
-
@if(mixin-exists(hook-nav-divider)) {@include hook-nav-divider();}
|
|
150
|
+
@if(meta.mixin-exists(hook-nav-divider)) {@include hook-nav-divider();}
|
|
149
151
|
}
|
|
150
152
|
|
|
151
153
|
|
|
@@ -155,7 +157,7 @@ ul.uk-nav-sub {
|
|
|
155
157
|
.uk-nav-default {
|
|
156
158
|
font-size: $nav-default-font-size;
|
|
157
159
|
line-height: $nav-default-line-height;
|
|
158
|
-
@if(mixin-exists(hook-nav-default)) {@include hook-nav-default();}
|
|
160
|
+
@if(meta.mixin-exists(hook-nav-default)) {@include hook-nav-default();}
|
|
159
161
|
}
|
|
160
162
|
|
|
161
163
|
/*
|
|
@@ -164,19 +166,19 @@ ul.uk-nav-sub {
|
|
|
164
166
|
|
|
165
167
|
.uk-nav-default > li > a {
|
|
166
168
|
color: $nav-default-item-color;
|
|
167
|
-
@if(mixin-exists(hook-nav-default-item)) {@include hook-nav-default-item();}
|
|
169
|
+
@if(meta.mixin-exists(hook-nav-default-item)) {@include hook-nav-default-item();}
|
|
168
170
|
}
|
|
169
171
|
|
|
170
172
|
/* Hover */
|
|
171
173
|
.uk-nav-default > li > a:hover {
|
|
172
174
|
color: $nav-default-item-hover-color;
|
|
173
|
-
@if(mixin-exists(hook-nav-default-item-hover)) {@include hook-nav-default-item-hover();}
|
|
175
|
+
@if(meta.mixin-exists(hook-nav-default-item-hover)) {@include hook-nav-default-item-hover();}
|
|
174
176
|
}
|
|
175
177
|
|
|
176
178
|
/* Active */
|
|
177
179
|
.uk-nav-default > li.uk-active > a {
|
|
178
180
|
color: $nav-default-item-active-color;
|
|
179
|
-
@if(mixin-exists(hook-nav-default-item-active)) {@include hook-nav-default-item-active();}
|
|
181
|
+
@if(meta.mixin-exists(hook-nav-default-item-active)) {@include hook-nav-default-item-active();}
|
|
180
182
|
}
|
|
181
183
|
|
|
182
184
|
/*
|
|
@@ -185,7 +187,7 @@ ul.uk-nav-sub {
|
|
|
185
187
|
|
|
186
188
|
.uk-nav-default .uk-nav-subtitle {
|
|
187
189
|
font-size: $nav-default-subtitle-font-size;
|
|
188
|
-
@if(mixin-exists(hook-nav-default-subtitle)) {@include hook-nav-default-subtitle();}
|
|
190
|
+
@if(meta.mixin-exists(hook-nav-default-subtitle)) {@include hook-nav-default-subtitle();}
|
|
189
191
|
}
|
|
190
192
|
|
|
191
193
|
/*
|
|
@@ -194,7 +196,7 @@ ul.uk-nav-sub {
|
|
|
194
196
|
|
|
195
197
|
.uk-nav-default .uk-nav-header {
|
|
196
198
|
color: $nav-default-header-color;
|
|
197
|
-
@if(mixin-exists(hook-nav-default-header)) {@include hook-nav-default-header();}
|
|
199
|
+
@if(meta.mixin-exists(hook-nav-default-header)) {@include hook-nav-default-header();}
|
|
198
200
|
}
|
|
199
201
|
|
|
200
202
|
/*
|
|
@@ -203,7 +205,7 @@ ul.uk-nav-sub {
|
|
|
203
205
|
|
|
204
206
|
.uk-nav-default .uk-nav-divider {
|
|
205
207
|
border-top: $nav-default-divider-border-width solid $nav-default-divider-border;
|
|
206
|
-
@if(mixin-exists(hook-nav-default-divider)) {@include hook-nav-default-divider();}
|
|
208
|
+
@if(meta.mixin-exists(hook-nav-default-divider)) {@include hook-nav-default-divider();}
|
|
207
209
|
}
|
|
208
210
|
|
|
209
211
|
/*
|
|
@@ -228,7 +230,7 @@ ul.uk-nav-sub {
|
|
|
228
230
|
.uk-nav-primary {
|
|
229
231
|
font-size: $nav-primary-font-size;
|
|
230
232
|
line-height: $nav-primary-line-height;
|
|
231
|
-
@if(mixin-exists(hook-nav-primary)) {@include hook-nav-primary();}
|
|
233
|
+
@if(meta.mixin-exists(hook-nav-primary)) {@include hook-nav-primary();}
|
|
232
234
|
}
|
|
233
235
|
|
|
234
236
|
/*
|
|
@@ -237,19 +239,19 @@ ul.uk-nav-sub {
|
|
|
237
239
|
|
|
238
240
|
.uk-nav-primary > li > a {
|
|
239
241
|
color: $nav-primary-item-color;
|
|
240
|
-
@if(mixin-exists(hook-nav-primary-item)) {@include hook-nav-primary-item();}
|
|
242
|
+
@if(meta.mixin-exists(hook-nav-primary-item)) {@include hook-nav-primary-item();}
|
|
241
243
|
}
|
|
242
244
|
|
|
243
245
|
/* Hover */
|
|
244
246
|
.uk-nav-primary > li > a:hover {
|
|
245
247
|
color: $nav-primary-item-hover-color;
|
|
246
|
-
@if(mixin-exists(hook-nav-primary-item-hover)) {@include hook-nav-primary-item-hover();}
|
|
248
|
+
@if(meta.mixin-exists(hook-nav-primary-item-hover)) {@include hook-nav-primary-item-hover();}
|
|
247
249
|
}
|
|
248
250
|
|
|
249
251
|
/* Active */
|
|
250
252
|
.uk-nav-primary > li.uk-active > a {
|
|
251
253
|
color: $nav-primary-item-active-color;
|
|
252
|
-
@if(mixin-exists(hook-nav-primary-item-active)) {@include hook-nav-primary-item-active();}
|
|
254
|
+
@if(meta.mixin-exists(hook-nav-primary-item-active)) {@include hook-nav-primary-item-active();}
|
|
253
255
|
}
|
|
254
256
|
|
|
255
257
|
/*
|
|
@@ -258,7 +260,7 @@ ul.uk-nav-sub {
|
|
|
258
260
|
|
|
259
261
|
.uk-nav-primary .uk-nav-subtitle {
|
|
260
262
|
font-size: $nav-primary-subtitle-font-size;
|
|
261
|
-
@if(mixin-exists(hook-nav-primary-subtitle)) {@include hook-nav-primary-subtitle();}
|
|
263
|
+
@if(meta.mixin-exists(hook-nav-primary-subtitle)) {@include hook-nav-primary-subtitle();}
|
|
262
264
|
}
|
|
263
265
|
|
|
264
266
|
/*
|
|
@@ -267,7 +269,7 @@ ul.uk-nav-sub {
|
|
|
267
269
|
|
|
268
270
|
.uk-nav-primary .uk-nav-header {
|
|
269
271
|
color: $nav-primary-header-color;
|
|
270
|
-
@if(mixin-exists(hook-nav-primary-header)) {@include hook-nav-primary-header();}
|
|
272
|
+
@if(meta.mixin-exists(hook-nav-primary-header)) {@include hook-nav-primary-header();}
|
|
271
273
|
}
|
|
272
274
|
|
|
273
275
|
/*
|
|
@@ -276,7 +278,7 @@ ul.uk-nav-sub {
|
|
|
276
278
|
|
|
277
279
|
.uk-nav-primary .uk-nav-divider {
|
|
278
280
|
border-top: $nav-primary-divider-border-width solid $nav-primary-divider-border;
|
|
279
|
-
@if(mixin-exists(hook-nav-primary-divider)) {@include hook-nav-primary-divider();}
|
|
281
|
+
@if(meta.mixin-exists(hook-nav-primary-divider)) {@include hook-nav-primary-divider();}
|
|
280
282
|
}
|
|
281
283
|
|
|
282
284
|
/*
|
|
@@ -301,7 +303,7 @@ ul.uk-nav-sub {
|
|
|
301
303
|
.uk-nav-secondary {
|
|
302
304
|
font-size: $nav-secondary-font-size;
|
|
303
305
|
line-height: $nav-secondary-line-height;
|
|
304
|
-
@if(mixin-exists(hook-nav-secondary)) {@include hook-nav-secondary();}
|
|
306
|
+
@if(meta.mixin-exists(hook-nav-secondary)) {@include hook-nav-secondary();}
|
|
305
307
|
}
|
|
306
308
|
|
|
307
309
|
/*
|
|
@@ -311,19 +313,19 @@ ul.uk-nav-sub {
|
|
|
311
313
|
.uk-nav-secondary > li > a {
|
|
312
314
|
|
|
313
315
|
color: $nav-secondary-item-color;
|
|
314
|
-
@if(mixin-exists(hook-nav-secondary-item)) {@include hook-nav-secondary-item();}
|
|
316
|
+
@if(meta.mixin-exists(hook-nav-secondary-item)) {@include hook-nav-secondary-item();}
|
|
315
317
|
}
|
|
316
318
|
|
|
317
319
|
/* Hover */
|
|
318
320
|
.uk-nav-secondary > li > a:hover {
|
|
319
321
|
color: $nav-secondary-item-hover-color;
|
|
320
|
-
@if(mixin-exists(hook-nav-secondary-item-hover)) {@include hook-nav-secondary-item-hover();}
|
|
322
|
+
@if(meta.mixin-exists(hook-nav-secondary-item-hover)) {@include hook-nav-secondary-item-hover();}
|
|
321
323
|
}
|
|
322
324
|
|
|
323
325
|
/* Active */
|
|
324
326
|
.uk-nav-secondary > li.uk-active > a {
|
|
325
327
|
color: $nav-secondary-item-active-color;
|
|
326
|
-
@if(mixin-exists(hook-nav-secondary-item-active)) {@include hook-nav-secondary-item-active();}
|
|
328
|
+
@if(meta.mixin-exists(hook-nav-secondary-item-active)) {@include hook-nav-secondary-item-active();}
|
|
327
329
|
}
|
|
328
330
|
|
|
329
331
|
/*
|
|
@@ -333,19 +335,19 @@ ul.uk-nav-sub {
|
|
|
333
335
|
.uk-nav-secondary .uk-nav-subtitle {
|
|
334
336
|
font-size: $nav-secondary-subtitle-font-size;
|
|
335
337
|
color: $nav-secondary-subtitle-color;
|
|
336
|
-
@if(mixin-exists(hook-nav-secondary-subtitle)) {@include hook-nav-secondary-subtitle();}
|
|
338
|
+
@if(meta.mixin-exists(hook-nav-secondary-subtitle)) {@include hook-nav-secondary-subtitle();}
|
|
337
339
|
}
|
|
338
340
|
|
|
339
341
|
/* Hover */
|
|
340
342
|
.uk-nav-secondary > li > a:hover .uk-nav-subtitle {
|
|
341
343
|
color: $nav-secondary-subtitle-hover-color;
|
|
342
|
-
@if(mixin-exists(hook-nav-secondary-subtitle-hover)) {@include hook-nav-secondary-subtitle-hover();}
|
|
344
|
+
@if(meta.mixin-exists(hook-nav-secondary-subtitle-hover)) {@include hook-nav-secondary-subtitle-hover();}
|
|
343
345
|
}
|
|
344
346
|
|
|
345
347
|
/* Active */
|
|
346
348
|
.uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
|
|
347
349
|
color: $nav-secondary-subtitle-active-color;
|
|
348
|
-
@if(mixin-exists(hook-nav-secondary-subtitle-active)) {@include hook-nav-secondary-subtitle-active();}
|
|
350
|
+
@if(meta.mixin-exists(hook-nav-secondary-subtitle-active)) {@include hook-nav-secondary-subtitle-active();}
|
|
349
351
|
}
|
|
350
352
|
|
|
351
353
|
/*
|
|
@@ -354,7 +356,7 @@ ul.uk-nav-sub {
|
|
|
354
356
|
|
|
355
357
|
.uk-nav-secondary .uk-nav-header {
|
|
356
358
|
color: $nav-secondary-header-color;
|
|
357
|
-
@if(mixin-exists(hook-nav-secondary-header)) {@include hook-nav-secondary-header();}
|
|
359
|
+
@if(meta.mixin-exists(hook-nav-secondary-header)) {@include hook-nav-secondary-header();}
|
|
358
360
|
}
|
|
359
361
|
|
|
360
362
|
/*
|
|
@@ -363,7 +365,7 @@ ul.uk-nav-sub {
|
|
|
363
365
|
|
|
364
366
|
.uk-nav-secondary .uk-nav-divider {
|
|
365
367
|
border-top: $nav-secondary-divider-border-width solid $nav-secondary-divider-border;
|
|
366
|
-
@if(mixin-exists(hook-nav-secondary-divider)) {@include hook-nav-secondary-divider();}
|
|
368
|
+
@if(meta.mixin-exists(hook-nav-secondary-divider)) {@include hook-nav-secondary-divider();}
|
|
367
369
|
}
|
|
368
370
|
|
|
369
371
|
/*
|
|
@@ -392,19 +394,19 @@ ul.uk-nav-sub {
|
|
|
392
394
|
.uk-nav-medium {
|
|
393
395
|
font-size: $nav-medium-font-size;
|
|
394
396
|
line-height: $nav-medium-line-height;
|
|
395
|
-
@if(mixin-exists(hook-nav-medium)) {@include hook-nav-medium();}
|
|
397
|
+
@if(meta.mixin-exists(hook-nav-medium)) {@include hook-nav-medium();}
|
|
396
398
|
}
|
|
397
399
|
|
|
398
400
|
.uk-nav-large {
|
|
399
401
|
font-size: $nav-large-font-size;
|
|
400
402
|
line-height: $nav-large-line-height;
|
|
401
|
-
@if(mixin-exists(hook-nav-large)) {@include hook-nav-large();}
|
|
403
|
+
@if(meta.mixin-exists(hook-nav-large)) {@include hook-nav-large();}
|
|
402
404
|
}
|
|
403
405
|
|
|
404
406
|
.uk-nav-xlarge {
|
|
405
407
|
font-size: $nav-xlarge-font-size;
|
|
406
408
|
line-height: $nav-xlarge-line-height;
|
|
407
|
-
@if(mixin-exists(hook-nav-xlarge)) {@include hook-nav-xlarge();}
|
|
409
|
+
@if(meta.mixin-exists(hook-nav-xlarge)) {@include hook-nav-xlarge();}
|
|
408
410
|
}
|
|
409
411
|
|
|
410
412
|
/* Tablet Landscape and bigger */
|
|
@@ -459,14 +461,14 @@ ul.uk-nav-sub {
|
|
|
459
461
|
margin-top: $nav-dividers-margin-top;
|
|
460
462
|
padding-top: $nav-dividers-margin-top;
|
|
461
463
|
border-top: $nav-dividers-border-width solid $nav-dividers-border;
|
|
462
|
-
@if(mixin-exists(hook-nav-dividers)) {@include hook-nav-dividers();}
|
|
464
|
+
@if(meta.mixin-exists(hook-nav-dividers)) {@include hook-nav-dividers();}
|
|
463
465
|
}
|
|
464
466
|
|
|
465
467
|
|
|
466
468
|
// Hooks
|
|
467
469
|
// ========================================================================
|
|
468
470
|
|
|
469
|
-
@if(mixin-exists(hook-nav-misc)) {@include hook-nav-misc();}
|
|
471
|
+
@if(meta.mixin-exists(hook-nav-misc)) {@include hook-nav-misc();}
|
|
470
472
|
|
|
471
473
|
// @mixin hook-nav-sub(){}
|
|
472
474
|
// @mixin hook-nav-header(){}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
@use "sass:string";
|
|
3
|
+
|
|
1
4
|
// Name: Navbar
|
|
2
5
|
// Description: Component to create horizontal navigation bars
|
|
3
6
|
//
|
|
@@ -61,7 +64,7 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
61
64
|
display: flex;
|
|
62
65
|
/* 1 */
|
|
63
66
|
position: relative;
|
|
64
|
-
@if(mixin-exists(hook-navbar)) {@include hook-navbar();}
|
|
67
|
+
@if(meta.mixin-exists(hook-navbar)) {@include hook-navbar();}
|
|
65
68
|
}
|
|
66
69
|
|
|
67
70
|
|
|
@@ -70,7 +73,7 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
70
73
|
|
|
71
74
|
.uk-navbar-container:not(.uk-navbar-transparent) {
|
|
72
75
|
background: $navbar-background;
|
|
73
|
-
@if(mixin-exists(hook-navbar-container)) {@include hook-navbar-container();}
|
|
76
|
+
@if(meta.mixin-exists(hook-navbar-container)) {@include hook-navbar-container();}
|
|
74
77
|
}
|
|
75
78
|
|
|
76
79
|
// Color Mode
|
|
@@ -131,8 +134,8 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
131
134
|
top: 0;
|
|
132
135
|
}
|
|
133
136
|
|
|
134
|
-
.uk-navbar-center-left { right: unquote('calc(100% + #{$navbar-gap})'); }
|
|
135
|
-
.uk-navbar-center-right { left: unquote('calc(100% + #{$navbar-gap})'); }
|
|
137
|
+
.uk-navbar-center-left { right: string.unquote('calc(100% + #{$navbar-gap})'); }
|
|
138
|
+
.uk-navbar-center-right { left: string.unquote('calc(100% + #{$navbar-gap})'); }
|
|
136
139
|
|
|
137
140
|
[class*="uk-navbar-center-"] {
|
|
138
141
|
width: max-content;
|
|
@@ -200,7 +203,7 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
200
203
|
.uk-navbar-nav > li > a {
|
|
201
204
|
padding: 0 $navbar-nav-item-padding-horizontal;
|
|
202
205
|
color: $navbar-nav-item-color;
|
|
203
|
-
@if(mixin-exists(hook-navbar-nav-item)) {@include hook-navbar-nav-item();}
|
|
206
|
+
@if(meta.mixin-exists(hook-navbar-nav-item)) {@include hook-navbar-nav-item();}
|
|
204
207
|
}
|
|
205
208
|
|
|
206
209
|
/*
|
|
@@ -211,19 +214,19 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
211
214
|
.uk-navbar-nav > li:hover > a,
|
|
212
215
|
.uk-navbar-nav > li > a[aria-expanded="true"] {
|
|
213
216
|
color: $navbar-nav-item-hover-color;
|
|
214
|
-
@if(mixin-exists(hook-navbar-nav-item-hover)) {@include hook-navbar-nav-item-hover();}
|
|
217
|
+
@if(meta.mixin-exists(hook-navbar-nav-item-hover)) {@include hook-navbar-nav-item-hover();}
|
|
215
218
|
}
|
|
216
219
|
|
|
217
220
|
/* OnClick */
|
|
218
221
|
.uk-navbar-nav > li > a:active {
|
|
219
222
|
color: $navbar-nav-item-onclick-color;
|
|
220
|
-
@if(mixin-exists(hook-navbar-nav-item-onclick)) {@include hook-navbar-nav-item-onclick();}
|
|
223
|
+
@if(meta.mixin-exists(hook-navbar-nav-item-onclick)) {@include hook-navbar-nav-item-onclick();}
|
|
221
224
|
}
|
|
222
225
|
|
|
223
226
|
/* Active */
|
|
224
227
|
.uk-navbar-nav > li.uk-active > a {
|
|
225
228
|
color: $navbar-nav-item-active-color;
|
|
226
|
-
@if(mixin-exists(hook-navbar-nav-item-active)) {@include hook-navbar-nav-item-active();}
|
|
229
|
+
@if(meta.mixin-exists(hook-navbar-nav-item-active)) {@include hook-navbar-nav-item-active();}
|
|
227
230
|
}
|
|
228
231
|
|
|
229
232
|
|
|
@@ -244,7 +247,7 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
244
247
|
.uk-navbar-item {
|
|
245
248
|
padding: 0 $navbar-item-padding-horizontal;
|
|
246
249
|
color: $navbar-item-color;
|
|
247
|
-
@if(mixin-exists(hook-navbar-item)) {@include hook-navbar-item();}
|
|
250
|
+
@if(meta.mixin-exists(hook-navbar-item)) {@include hook-navbar-item();}
|
|
248
251
|
}
|
|
249
252
|
|
|
250
253
|
/*
|
|
@@ -260,14 +263,14 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
260
263
|
.uk-navbar-toggle {
|
|
261
264
|
padding: 0 $navbar-item-padding-horizontal;
|
|
262
265
|
color: $navbar-toggle-color;
|
|
263
|
-
@if(mixin-exists(hook-navbar-toggle)) {@include hook-navbar-toggle();}
|
|
266
|
+
@if(meta.mixin-exists(hook-navbar-toggle)) {@include hook-navbar-toggle();}
|
|
264
267
|
}
|
|
265
268
|
|
|
266
269
|
.uk-navbar-toggle:hover,
|
|
267
270
|
.uk-navbar-toggle[aria-expanded="true"] {
|
|
268
271
|
color: $navbar-toggle-hover-color;
|
|
269
272
|
text-decoration: none;
|
|
270
|
-
@if(mixin-exists(hook-navbar-toggle-hover)) {@include hook-navbar-toggle-hover();}
|
|
273
|
+
@if(meta.mixin-exists(hook-navbar-toggle-hover)) {@include hook-navbar-toggle-hover();}
|
|
271
274
|
}
|
|
272
275
|
|
|
273
276
|
/*
|
|
@@ -276,12 +279,12 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
276
279
|
*/
|
|
277
280
|
|
|
278
281
|
.uk-navbar-toggle-icon {
|
|
279
|
-
@if(mixin-exists(hook-navbar-toggle-icon)) {@include hook-navbar-toggle-icon();}
|
|
282
|
+
@if(meta.mixin-exists(hook-navbar-toggle-icon)) {@include hook-navbar-toggle-icon();}
|
|
280
283
|
}
|
|
281
284
|
|
|
282
285
|
/* Hover */
|
|
283
286
|
:hover > .uk-navbar-toggle-icon {
|
|
284
|
-
@if(mixin-exists(hook-navbar-toggle-icon-hover)) {@include hook-navbar-toggle-icon-hover();}
|
|
287
|
+
@if(meta.mixin-exists(hook-navbar-toggle-icon-hover)) {@include hook-navbar-toggle-icon-hover();}
|
|
285
288
|
}
|
|
286
289
|
|
|
287
290
|
|
|
@@ -290,7 +293,7 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
290
293
|
|
|
291
294
|
.uk-navbar-subtitle {
|
|
292
295
|
font-size: $navbar-subtitle-font-size;
|
|
293
|
-
@if(mixin-exists(hook-navbar-subtitle)) {@include hook-navbar-subtitle();}
|
|
296
|
+
@if(meta.mixin-exists(hook-navbar-subtitle)) {@include hook-navbar-subtitle();}
|
|
294
297
|
}
|
|
295
298
|
|
|
296
299
|
|
|
@@ -309,15 +312,15 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
309
312
|
========================================================================== */
|
|
310
313
|
|
|
311
314
|
.uk-navbar-primary {
|
|
312
|
-
@if(mixin-exists(hook-navbar-primary)) {@include hook-navbar-primary();}
|
|
315
|
+
@if(meta.mixin-exists(hook-navbar-primary)) {@include hook-navbar-primary();}
|
|
313
316
|
}
|
|
314
317
|
|
|
315
318
|
.uk-navbar-transparent {
|
|
316
|
-
@if(mixin-exists(hook-navbar-transparent)) {@include hook-navbar-transparent();}
|
|
319
|
+
@if(meta.mixin-exists(hook-navbar-transparent)) {@include hook-navbar-transparent();}
|
|
317
320
|
}
|
|
318
321
|
|
|
319
322
|
.uk-navbar-sticky {
|
|
320
|
-
@if(mixin-exists(hook-navbar-sticky)) {@include hook-navbar-sticky();}
|
|
323
|
+
@if(meta.mixin-exists(hook-navbar-sticky)) {@include hook-navbar-sticky();}
|
|
321
324
|
}
|
|
322
325
|
|
|
323
326
|
|
|
@@ -341,7 +344,7 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
341
344
|
padding: $navbar-dropdown-padding;
|
|
342
345
|
background: $navbar-dropdown-background;
|
|
343
346
|
color: $navbar-dropdown-color;
|
|
344
|
-
@if(mixin-exists(hook-navbar-dropdown)) {@include hook-navbar-dropdown();}
|
|
347
|
+
@if(meta.mixin-exists(hook-navbar-dropdown)) {@include hook-navbar-dropdown();}
|
|
345
348
|
}
|
|
346
349
|
|
|
347
350
|
/*
|
|
@@ -388,7 +391,7 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
388
391
|
.uk-navbar-dropdown-large {
|
|
389
392
|
--uk-position-shift-offset: #{$navbar-dropdown-large-shift-margin};
|
|
390
393
|
padding: $navbar-dropdown-large-padding;
|
|
391
|
-
@if(mixin-exists(hook-navbar-dropdown-large)) {@include hook-navbar-dropdown-large();}
|
|
394
|
+
@if(meta.mixin-exists(hook-navbar-dropdown-large)) {@include hook-navbar-dropdown-large();}
|
|
392
395
|
}
|
|
393
396
|
|
|
394
397
|
/*
|
|
@@ -408,7 +411,7 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
408
411
|
--uk-position-offset: #{$navbar-dropdown-dropbar-margin};
|
|
409
412
|
--uk-position-shift-offset: #{$navbar-dropdown-dropbar-shift-margin};
|
|
410
413
|
--uk-position-viewport-offset: #{$navbar-dropdown-dropbar-viewport-margin};
|
|
411
|
-
@if(mixin-exists(hook-navbar-dropdown-dropbar)) {@include hook-navbar-dropdown-dropbar();}
|
|
414
|
+
@if(meta.mixin-exists(hook-navbar-dropdown-dropbar)) {@include hook-navbar-dropdown-dropbar();}
|
|
412
415
|
}
|
|
413
416
|
|
|
414
417
|
/* Phone landscape and bigger */
|
|
@@ -429,7 +432,7 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
429
432
|
--uk-position-shift-offset: #{$navbar-dropdown-dropbar-large-shift-margin};
|
|
430
433
|
padding-top: $navbar-dropdown-dropbar-large-padding-top;
|
|
431
434
|
padding-bottom: $navbar-dropdown-dropbar-large-padding-bottom;
|
|
432
|
-
@if(mixin-exists(hook-navbar-dropdown-dropbar-large)) {@include hook-navbar-dropdown-dropbar-large();}
|
|
435
|
+
@if(meta.mixin-exists(hook-navbar-dropdown-dropbar-large)) {@include hook-navbar-dropdown-dropbar-large();}
|
|
433
436
|
}
|
|
434
437
|
|
|
435
438
|
|
|
@@ -438,7 +441,7 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
438
441
|
========================================================================== */
|
|
439
442
|
|
|
440
443
|
.uk-navbar-dropdown-nav {
|
|
441
|
-
@if(mixin-exists(hook-navbar-dropdown-nav)) {@include hook-navbar-dropdown-nav();}
|
|
444
|
+
@if(meta.mixin-exists(hook-navbar-dropdown-nav)) {@include hook-navbar-dropdown-nav();}
|
|
442
445
|
}
|
|
443
446
|
|
|
444
447
|
/*
|
|
@@ -447,19 +450,19 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
447
450
|
|
|
448
451
|
.uk-navbar-dropdown-nav > li > a {
|
|
449
452
|
color: $navbar-dropdown-nav-item-color;
|
|
450
|
-
@if(mixin-exists(hook-navbar-dropdown-nav-item)) {@include hook-navbar-dropdown-nav-item();}
|
|
453
|
+
@if(meta.mixin-exists(hook-navbar-dropdown-nav-item)) {@include hook-navbar-dropdown-nav-item();}
|
|
451
454
|
}
|
|
452
455
|
|
|
453
456
|
/* Hover */
|
|
454
457
|
.uk-navbar-dropdown-nav > li > a:hover {
|
|
455
458
|
color: $navbar-dropdown-nav-item-hover-color;
|
|
456
|
-
@if(mixin-exists(hook-navbar-dropdown-nav-item-hover)) {@include hook-navbar-dropdown-nav-item-hover();}
|
|
459
|
+
@if(meta.mixin-exists(hook-navbar-dropdown-nav-item-hover)) {@include hook-navbar-dropdown-nav-item-hover();}
|
|
457
460
|
}
|
|
458
461
|
|
|
459
462
|
/* Active */
|
|
460
463
|
.uk-navbar-dropdown-nav > li.uk-active > a {
|
|
461
464
|
color: $navbar-dropdown-nav-item-active-color;
|
|
462
|
-
@if(mixin-exists(hook-navbar-dropdown-nav-item-active)) {@include hook-navbar-dropdown-nav-item-active();}
|
|
465
|
+
@if(meta.mixin-exists(hook-navbar-dropdown-nav-item-active)) {@include hook-navbar-dropdown-nav-item-active();}
|
|
463
466
|
}
|
|
464
467
|
|
|
465
468
|
/*
|
|
@@ -468,7 +471,7 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
468
471
|
|
|
469
472
|
.uk-navbar-dropdown-nav .uk-nav-subtitle {
|
|
470
473
|
font-size: $navbar-dropdown-nav-subtitle-font-size;
|
|
471
|
-
@if(mixin-exists(hook-navbar-dropdown-nav-subtitle)) {@include hook-navbar-dropdown-nav-subtitle();}
|
|
474
|
+
@if(meta.mixin-exists(hook-navbar-dropdown-nav-subtitle)) {@include hook-navbar-dropdown-nav-subtitle();}
|
|
472
475
|
}
|
|
473
476
|
|
|
474
477
|
/*
|
|
@@ -477,7 +480,7 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
477
480
|
|
|
478
481
|
.uk-navbar-dropdown-nav .uk-nav-header {
|
|
479
482
|
color: $navbar-dropdown-nav-header-color;
|
|
480
|
-
@if(mixin-exists(hook-navbar-dropdown-nav-header)) {@include hook-navbar-dropdown-nav-header();}
|
|
483
|
+
@if(meta.mixin-exists(hook-navbar-dropdown-nav-header)) {@include hook-navbar-dropdown-nav-header();}
|
|
481
484
|
}
|
|
482
485
|
|
|
483
486
|
/*
|
|
@@ -486,7 +489,7 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
486
489
|
|
|
487
490
|
.uk-navbar-dropdown-nav .uk-nav-divider {
|
|
488
491
|
border-top: $navbar-dropdown-nav-divider-border-width solid $navbar-dropdown-nav-divider-border;
|
|
489
|
-
@if(mixin-exists(hook-navbar-dropdown-nav-divider)) {@include hook-navbar-dropdown-nav-divider();}
|
|
492
|
+
@if(meta.mixin-exists(hook-navbar-dropdown-nav-divider)) {@include hook-navbar-dropdown-nav-divider();}
|
|
490
493
|
}
|
|
491
494
|
|
|
492
495
|
/*
|
|
@@ -508,14 +511,14 @@ $navbar-nav-gap: 0px !default; // Must have a un
|
|
|
508
511
|
*/
|
|
509
512
|
|
|
510
513
|
.uk-navbar-dropbar {
|
|
511
|
-
@if(mixin-exists(hook-navbar-dropbar)) {@include hook-navbar-dropbar();}
|
|
514
|
+
@if(meta.mixin-exists(hook-navbar-dropbar)) {@include hook-navbar-dropbar();}
|
|
512
515
|
}
|
|
513
516
|
|
|
514
517
|
|
|
515
518
|
// Hooks
|
|
516
519
|
// ========================================================================
|
|
517
520
|
|
|
518
|
-
@if(mixin-exists(hook-navbar-misc)) {@include hook-navbar-misc();}
|
|
521
|
+
@if(meta.mixin-exists(hook-navbar-misc)) {@include hook-navbar-misc();}
|
|
519
522
|
|
|
520
523
|
// @mixin hook-navbar(){}
|
|
521
524
|
// @mixin hook-navbar-container(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Notification
|
|
2
4
|
// Description: Component to create notification messages
|
|
3
5
|
//
|
|
@@ -46,7 +48,7 @@
|
|
|
46
48
|
/* 2 */
|
|
47
49
|
box-sizing: border-box;
|
|
48
50
|
width: $notification-width;
|
|
49
|
-
@if(mixin-exists(hook-notification)) {@include hook-notification();}
|
|
51
|
+
@if(meta.mixin-exists(hook-notification)) {@include hook-notification();}
|
|
50
52
|
}
|
|
51
53
|
|
|
52
54
|
|
|
@@ -100,7 +102,7 @@
|
|
|
100
102
|
font-size: $notification-message-font-size;
|
|
101
103
|
line-height: $notification-message-line-height;
|
|
102
104
|
cursor: pointer;
|
|
103
|
-
@if(mixin-exists(hook-notification-message)) {@include hook-notification-message();}
|
|
105
|
+
@if(meta.mixin-exists(hook-notification-message)) {@include hook-notification-message();}
|
|
104
106
|
}
|
|
105
107
|
|
|
106
108
|
* + .uk-notification-message { margin-top: $notification-message-margin-top; }
|
|
@@ -115,7 +117,7 @@
|
|
|
115
117
|
position: absolute;
|
|
116
118
|
top: $notification-close-top;
|
|
117
119
|
right: $notification-close-right;
|
|
118
|
-
@if(mixin-exists(hook-notification-close)) {@include hook-notification-close();}
|
|
120
|
+
@if(meta.mixin-exists(hook-notification-close)) {@include hook-notification-close();}
|
|
119
121
|
}
|
|
120
122
|
|
|
121
123
|
.uk-notification-message:hover .uk-notification-close { display: block; }
|
|
@@ -130,7 +132,7 @@
|
|
|
130
132
|
|
|
131
133
|
.uk-notification-message-primary {
|
|
132
134
|
color: $notification-message-primary-color;
|
|
133
|
-
@if(mixin-exists(hook-notification-message-primary)) {@include hook-notification-message-primary();}
|
|
135
|
+
@if(meta.mixin-exists(hook-notification-message-primary)) {@include hook-notification-message-primary();}
|
|
134
136
|
}
|
|
135
137
|
|
|
136
138
|
/*
|
|
@@ -139,7 +141,7 @@
|
|
|
139
141
|
|
|
140
142
|
.uk-notification-message-success {
|
|
141
143
|
color: $notification-message-success-color;
|
|
142
|
-
@if(mixin-exists(hook-notification-message-success)) {@include hook-notification-message-success();}
|
|
144
|
+
@if(meta.mixin-exists(hook-notification-message-success)) {@include hook-notification-message-success();}
|
|
143
145
|
}
|
|
144
146
|
|
|
145
147
|
/*
|
|
@@ -148,7 +150,7 @@
|
|
|
148
150
|
|
|
149
151
|
.uk-notification-message-warning {
|
|
150
152
|
color: $notification-message-warning-color;
|
|
151
|
-
@if(mixin-exists(hook-notification-message-warning)) {@include hook-notification-message-warning();}
|
|
153
|
+
@if(meta.mixin-exists(hook-notification-message-warning)) {@include hook-notification-message-warning();}
|
|
152
154
|
}
|
|
153
155
|
|
|
154
156
|
/*
|
|
@@ -157,14 +159,14 @@
|
|
|
157
159
|
|
|
158
160
|
.uk-notification-message-danger {
|
|
159
161
|
color: $notification-message-danger-color;
|
|
160
|
-
@if(mixin-exists(hook-notification-message-danger)) {@include hook-notification-message-danger();}
|
|
162
|
+
@if(meta.mixin-exists(hook-notification-message-danger)) {@include hook-notification-message-danger();}
|
|
161
163
|
}
|
|
162
164
|
|
|
163
165
|
|
|
164
166
|
// Hooks
|
|
165
167
|
// ========================================================================
|
|
166
168
|
|
|
167
|
-
@if(mixin-exists(hook-notification-misc)) {@include hook-notification-misc();}
|
|
169
|
+
@if(meta.mixin-exists(hook-notification-misc)) {@include hook-notification-misc();}
|
|
168
170
|
|
|
169
171
|
// @mixin hook-notification(){}
|
|
170
172
|
// @mixin hook-notification-message(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Off-canvas
|
|
2
4
|
// Description: Component to create an off-canvas sidebar
|
|
3
5
|
//
|
|
@@ -83,7 +85,7 @@
|
|
|
83
85
|
background: $offcanvas-bar-background;
|
|
84
86
|
/* 3 */
|
|
85
87
|
overflow-y: auto;
|
|
86
|
-
@if(mixin-exists(hook-offcanvas-bar)) {@include hook-offcanvas-bar();}
|
|
88
|
+
@if(meta.mixin-exists(hook-offcanvas-bar)) {@include hook-offcanvas-bar();}
|
|
87
89
|
}
|
|
88
90
|
|
|
89
91
|
/* Phone landscape and bigger */
|
|
@@ -192,7 +194,7 @@
|
|
|
192
194
|
top: $offcanvas-close-position;
|
|
193
195
|
right: $offcanvas-close-position;
|
|
194
196
|
padding: $offcanvas-close-padding;
|
|
195
|
-
@if(mixin-exists(hook-offcanvas-close)) {@include hook-offcanvas-close();}
|
|
197
|
+
@if(meta.mixin-exists(hook-offcanvas-close)) {@include hook-offcanvas-close();}
|
|
196
198
|
}
|
|
197
199
|
|
|
198
200
|
/* Tablet landscape and bigger */
|
|
@@ -245,7 +247,7 @@
|
|
|
245
247
|
/* 2 */
|
|
246
248
|
opacity: 0;
|
|
247
249
|
transition: opacity 0.15s linear;
|
|
248
|
-
@if(mixin-exists(hook-offcanvas-overlay)) {@include hook-offcanvas-overlay();}
|
|
250
|
+
@if(meta.mixin-exists(hook-offcanvas-overlay)) {@include hook-offcanvas-overlay();}
|
|
249
251
|
}
|
|
250
252
|
|
|
251
253
|
.uk-offcanvas-overlay.uk-open::before { opacity: 1; }
|
|
@@ -308,7 +310,7 @@
|
|
|
308
310
|
// Hooks
|
|
309
311
|
// ========================================================================
|
|
310
312
|
|
|
311
|
-
@if(mixin-exists(hook-offcanvas-misc)) {@include hook-offcanvas-misc();}
|
|
313
|
+
@if(meta.mixin-exists(hook-offcanvas-misc)) {@include hook-offcanvas-misc();}
|
|
312
314
|
|
|
313
315
|
// @mixin hook-offcanvas-bar(){}
|
|
314
316
|
// @mixin hook-offcanvas-close(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Overlay
|
|
2
4
|
// Description: Component to create content areas overlaying an image
|
|
3
5
|
//
|
|
@@ -24,7 +26,7 @@
|
|
|
24
26
|
|
|
25
27
|
.uk-overlay {
|
|
26
28
|
padding: $overlay-padding-vertical $overlay-padding-horizontal;
|
|
27
|
-
@if(mixin-exists(hook-overlay)) {@include hook-overlay();}
|
|
29
|
+
@if(meta.mixin-exists(hook-overlay)) {@include hook-overlay();}
|
|
28
30
|
}
|
|
29
31
|
|
|
30
32
|
/*
|
|
@@ -38,7 +40,7 @@
|
|
|
38
40
|
========================================================================== */
|
|
39
41
|
|
|
40
42
|
.uk-overlay-icon {
|
|
41
|
-
@if(mixin-exists(hook-overlay-icon)) {@include hook-overlay-icon();}
|
|
43
|
+
@if(meta.mixin-exists(hook-overlay-icon)) {@include hook-overlay-icon();}
|
|
42
44
|
}
|
|
43
45
|
|
|
44
46
|
|
|
@@ -52,7 +54,7 @@
|
|
|
52
54
|
.uk-overlay-default {
|
|
53
55
|
--uk-inverse: #{$overlay-default-color-mode};
|
|
54
56
|
background: $overlay-default-background;
|
|
55
|
-
@if(mixin-exists(hook-overlay-default)) {@include hook-overlay-default();}
|
|
57
|
+
@if(meta.mixin-exists(hook-overlay-default)) {@include hook-overlay-default();}
|
|
56
58
|
}
|
|
57
59
|
|
|
58
60
|
// Color Mode
|
|
@@ -66,7 +68,7 @@
|
|
|
66
68
|
.uk-overlay-primary {
|
|
67
69
|
--uk-inverse: #{$overlay-primary-color-mode};
|
|
68
70
|
background: $overlay-primary-background;
|
|
69
|
-
@if(mixin-exists(hook-overlay-primary)) {@include hook-overlay-primary();}
|
|
71
|
+
@if(meta.mixin-exists(hook-overlay-primary)) {@include hook-overlay-primary();}
|
|
70
72
|
}
|
|
71
73
|
|
|
72
74
|
// Color Mode
|
|
@@ -77,7 +79,7 @@
|
|
|
77
79
|
// Hooks
|
|
78
80
|
// ========================================================================
|
|
79
81
|
|
|
80
|
-
@if(mixin-exists(hook-overlay-misc)) {@include hook-overlay-misc();}
|
|
82
|
+
@if(meta.mixin-exists(hook-overlay-misc)) {@include hook-overlay-misc();}
|
|
81
83
|
|
|
82
84
|
// @mixin hook-overlay(){}
|
|
83
85
|
// @mixin hook-overlay-icon(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Padding
|
|
2
4
|
// Description: Utilities for padding
|
|
3
5
|
//
|
|
@@ -71,6 +73,6 @@
|
|
|
71
73
|
// Hooks
|
|
72
74
|
// ========================================================================
|
|
73
75
|
|
|
74
|
-
@if(mixin-exists(hook-padding-misc)) {@include hook-padding-misc();}
|
|
76
|
+
@if(meta.mixin-exists(hook-padding-misc)) {@include hook-padding-misc();}
|
|
75
77
|
|
|
76
78
|
// @mixin hook-padding-misc(){}
|