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: SVG
|
|
2
4
|
// Description: Component to style SVGs
|
|
3
5
|
//
|
|
@@ -31,6 +33,6 @@
|
|
|
31
33
|
// Hooks
|
|
32
34
|
// ========================================================================
|
|
33
35
|
|
|
34
|
-
@if(mixin-exists(hook-svg-misc)) {@include hook-svg-misc();}
|
|
36
|
+
@if(meta.mixin-exists(hook-svg-misc)) {@include hook-svg-misc();}
|
|
35
37
|
|
|
36
38
|
// @mixin hook-svg-misc(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Switcher
|
|
2
4
|
// Description: Component to navigate through different content panes
|
|
3
5
|
//
|
|
@@ -42,6 +44,6 @@
|
|
|
42
44
|
// Hooks
|
|
43
45
|
// ========================================================================
|
|
44
46
|
|
|
45
|
-
@if(mixin-exists(hook-switcher-misc)) {@include hook-switcher-misc();}
|
|
47
|
+
@if(meta.mixin-exists(hook-switcher-misc)) {@include hook-switcher-misc();}
|
|
46
48
|
|
|
47
49
|
// @mixin hook-switcher-misc(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Tab
|
|
2
4
|
// Description: Component to create a tabbed navigation
|
|
3
5
|
//
|
|
@@ -38,7 +40,7 @@
|
|
|
38
40
|
/* 3 */
|
|
39
41
|
padding: 0;
|
|
40
42
|
list-style: none;
|
|
41
|
-
@if(mixin-exists(hook-tab)) {@include hook-tab();}
|
|
43
|
+
@if(meta.mixin-exists(hook-tab)) {@include hook-tab();}
|
|
42
44
|
}
|
|
43
45
|
|
|
44
46
|
/*
|
|
@@ -79,26 +81,26 @@
|
|
|
79
81
|
/* 4 */
|
|
80
82
|
padding: $tab-item-padding-vertical $tab-item-padding-horizontal;
|
|
81
83
|
color: $tab-item-color;
|
|
82
|
-
@if(mixin-exists(hook-tab-item)) {@include hook-tab-item();}
|
|
84
|
+
@if(meta.mixin-exists(hook-tab-item)) {@include hook-tab-item();}
|
|
83
85
|
}
|
|
84
86
|
|
|
85
87
|
/* Hover */
|
|
86
88
|
.uk-tab > * > a:hover {
|
|
87
89
|
color: $tab-item-hover-color;
|
|
88
90
|
text-decoration: $tab-item-hover-text-decoration;
|
|
89
|
-
@if(mixin-exists(hook-tab-item-hover)) {@include hook-tab-item-hover();}
|
|
91
|
+
@if(meta.mixin-exists(hook-tab-item-hover)) {@include hook-tab-item-hover();}
|
|
90
92
|
}
|
|
91
93
|
|
|
92
94
|
/* Active */
|
|
93
95
|
.uk-tab > .uk-active > a {
|
|
94
96
|
color: $tab-item-active-color;
|
|
95
|
-
@if(mixin-exists(hook-tab-item-active)) {@include hook-tab-item-active();}
|
|
97
|
+
@if(meta.mixin-exists(hook-tab-item-active)) {@include hook-tab-item-active();}
|
|
96
98
|
}
|
|
97
99
|
|
|
98
100
|
/* Disabled */
|
|
99
101
|
.uk-tab > .uk-disabled > a {
|
|
100
102
|
color: $tab-item-disabled-color;
|
|
101
|
-
@if(mixin-exists(hook-tab-item-disabled)) {@include hook-tab-item-disabled();}
|
|
103
|
+
@if(meta.mixin-exists(hook-tab-item-disabled)) {@include hook-tab-item-disabled();}
|
|
102
104
|
}
|
|
103
105
|
|
|
104
106
|
|
|
@@ -110,11 +112,11 @@
|
|
|
110
112
|
*/
|
|
111
113
|
|
|
112
114
|
.uk-tab-bottom {
|
|
113
|
-
@if(mixin-exists(hook-tab-bottom)) {@include hook-tab-bottom();}
|
|
115
|
+
@if(meta.mixin-exists(hook-tab-bottom)) {@include hook-tab-bottom();}
|
|
114
116
|
}
|
|
115
117
|
|
|
116
118
|
.uk-tab-bottom > * > a {
|
|
117
|
-
@if(mixin-exists(hook-tab-bottom-item)) {@include hook-tab-bottom-item();}
|
|
119
|
+
@if(meta.mixin-exists(hook-tab-bottom-item)) {@include hook-tab-bottom-item();}
|
|
118
120
|
}
|
|
119
121
|
|
|
120
122
|
/*
|
|
@@ -134,28 +136,28 @@
|
|
|
134
136
|
.uk-tab-right > * { padding-left: 0; }
|
|
135
137
|
|
|
136
138
|
.uk-tab-left {
|
|
137
|
-
@if(mixin-exists(hook-tab-left)) {@include hook-tab-left();}
|
|
139
|
+
@if(meta.mixin-exists(hook-tab-left)) {@include hook-tab-left();}
|
|
138
140
|
}
|
|
139
141
|
|
|
140
142
|
.uk-tab-right {
|
|
141
|
-
@if(mixin-exists(hook-tab-right)) {@include hook-tab-right();}
|
|
143
|
+
@if(meta.mixin-exists(hook-tab-right)) {@include hook-tab-right();}
|
|
142
144
|
}
|
|
143
145
|
|
|
144
146
|
.uk-tab-left > * > a {
|
|
145
147
|
justify-content: left;
|
|
146
|
-
@if(mixin-exists(hook-tab-left-item)) {@include hook-tab-left-item();}
|
|
148
|
+
@if(meta.mixin-exists(hook-tab-left-item)) {@include hook-tab-left-item();}
|
|
147
149
|
}
|
|
148
150
|
|
|
149
151
|
.uk-tab-right > * > a {
|
|
150
152
|
justify-content: left;
|
|
151
|
-
@if(mixin-exists(hook-tab-right-item)) {@include hook-tab-right-item();}
|
|
153
|
+
@if(meta.mixin-exists(hook-tab-right-item)) {@include hook-tab-right-item();}
|
|
152
154
|
}
|
|
153
155
|
|
|
154
156
|
|
|
155
157
|
// Hooks
|
|
156
158
|
// ========================================================================
|
|
157
159
|
|
|
158
|
-
@if(mixin-exists(hook-tab-misc)) {@include hook-tab-misc();}
|
|
160
|
+
@if(meta.mixin-exists(hook-tab-misc)) {@include hook-tab-misc();}
|
|
159
161
|
|
|
160
162
|
// @mixin hook-tab(){}
|
|
161
163
|
// @mixin hook-tab-item(){}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
@use "sass:math";
|
|
3
|
+
|
|
1
4
|
// Name: Table
|
|
2
5
|
// Description: Styles for tables
|
|
3
6
|
//
|
|
@@ -53,7 +56,7 @@
|
|
|
53
56
|
width: 100%;
|
|
54
57
|
/* 3 */
|
|
55
58
|
margin-bottom: $table-margin-vertical;
|
|
56
|
-
@if(mixin-exists(hook-table)) {@include hook-table();}
|
|
59
|
+
@if(meta.mixin-exists(hook-table)) {@include hook-table();}
|
|
57
60
|
}
|
|
58
61
|
|
|
59
62
|
/* Add margin if adjacent element */
|
|
@@ -75,7 +78,7 @@
|
|
|
75
78
|
font-size: $table-header-cell-font-size;
|
|
76
79
|
font-weight: $table-header-cell-font-weight;
|
|
77
80
|
color: $table-header-cell-color;
|
|
78
|
-
@if(mixin-exists(hook-table-header-cell)) {@include hook-table-header-cell();}
|
|
81
|
+
@if(meta.mixin-exists(hook-table-header-cell)) {@include hook-table-header-cell();}
|
|
79
82
|
}
|
|
80
83
|
|
|
81
84
|
|
|
@@ -85,7 +88,7 @@
|
|
|
85
88
|
.uk-table td {
|
|
86
89
|
padding: $table-cell-padding-vertical $table-cell-padding-horizontal;
|
|
87
90
|
vertical-align: top;
|
|
88
|
-
@if(mixin-exists(hook-table-cell)) {@include hook-table-cell();}
|
|
91
|
+
@if(meta.mixin-exists(hook-table-cell)) {@include hook-table-cell();}
|
|
89
92
|
}
|
|
90
93
|
|
|
91
94
|
/*
|
|
@@ -100,7 +103,7 @@
|
|
|
100
103
|
|
|
101
104
|
.uk-table tfoot {
|
|
102
105
|
font-size: $table-footer-font-size;
|
|
103
|
-
@if(mixin-exists(hook-table-footer)) {@include hook-table-footer();}
|
|
106
|
+
@if(meta.mixin-exists(hook-table-footer)) {@include hook-table-footer();}
|
|
104
107
|
}
|
|
105
108
|
|
|
106
109
|
|
|
@@ -111,7 +114,7 @@
|
|
|
111
114
|
font-size: $table-caption-font-size;
|
|
112
115
|
text-align: left;
|
|
113
116
|
color: $table-caption-color;
|
|
114
|
-
@if(mixin-exists(hook-table-caption)) {@include hook-table-caption();}
|
|
117
|
+
@if(meta.mixin-exists(hook-table-caption)) {@include hook-table-caption();}
|
|
115
118
|
}
|
|
116
119
|
|
|
117
120
|
|
|
@@ -133,7 +136,7 @@
|
|
|
133
136
|
.uk-table-divider > :not(:first-child) > tr,
|
|
134
137
|
.uk-table-divider > :first-child > tr:not(:first-child) {
|
|
135
138
|
border-top: $table-divider-border-width solid $table-divider-border;
|
|
136
|
-
@if(mixin-exists(hook-table-divider)) {@include hook-table-divider();}
|
|
139
|
+
@if(meta.mixin-exists(hook-table-divider)) {@include hook-table-divider();}
|
|
137
140
|
}
|
|
138
141
|
|
|
139
142
|
/*
|
|
@@ -143,7 +146,7 @@
|
|
|
143
146
|
.uk-table-striped > tr:nth-of-type(odd),
|
|
144
147
|
.uk-table-striped tbody tr:nth-of-type(odd) {
|
|
145
148
|
background: $table-striped-row-background;
|
|
146
|
-
@if(mixin-exists(hook-table-striped)) {@include hook-table-striped();}
|
|
149
|
+
@if(meta.mixin-exists(hook-table-striped)) {@include hook-table-striped();}
|
|
147
150
|
}
|
|
148
151
|
|
|
149
152
|
/*
|
|
@@ -153,7 +156,7 @@
|
|
|
153
156
|
.uk-table-hover > tr:hover,
|
|
154
157
|
.uk-table-hover tbody tr:hover {
|
|
155
158
|
background: $table-hover-row-background;
|
|
156
|
-
@if(mixin-exists(hook-table-hover)) {@include hook-table-hover();}
|
|
159
|
+
@if(meta.mixin-exists(hook-table-hover)) {@include hook-table-hover();}
|
|
157
160
|
}
|
|
158
161
|
|
|
159
162
|
|
|
@@ -163,7 +166,7 @@
|
|
|
163
166
|
.uk-table > tr.uk-active,
|
|
164
167
|
.uk-table tbody tr.uk-active {
|
|
165
168
|
background: $table-row-active-background;
|
|
166
|
-
@if(mixin-exists(hook-table-row-active)) {@include hook-table-row-active();}
|
|
169
|
+
@if(meta.mixin-exists(hook-table-row-active)) {@include hook-table-row-active();}
|
|
167
170
|
}
|
|
168
171
|
|
|
169
172
|
/* Size modifier
|
|
@@ -172,13 +175,13 @@
|
|
|
172
175
|
.uk-table-small th,
|
|
173
176
|
.uk-table-small td {
|
|
174
177
|
padding: $table-small-cell-padding-vertical $table-small-cell-padding-horizontal;
|
|
175
|
-
@if(mixin-exists(hook-table-small)) {@include hook-table-small();}
|
|
178
|
+
@if(meta.mixin-exists(hook-table-small)) {@include hook-table-small();}
|
|
176
179
|
}
|
|
177
180
|
|
|
178
181
|
.uk-table-large th,
|
|
179
182
|
.uk-table-large td {
|
|
180
183
|
padding: $table-large-cell-padding-vertical $table-large-cell-padding-horizontal;
|
|
181
|
-
@if(mixin-exists(hook-table-large)) {@include hook-table-large();}
|
|
184
|
+
@if(meta.mixin-exists(hook-table-large)) {@include hook-table-large();}
|
|
182
185
|
}
|
|
183
186
|
|
|
184
187
|
|
|
@@ -242,11 +245,11 @@
|
|
|
242
245
|
|
|
243
246
|
.uk-table-responsive th:not(:first-child):not(.uk-table-link),
|
|
244
247
|
.uk-table-responsive td:not(:first-child):not(.uk-table-link),
|
|
245
|
-
.uk-table-responsive .uk-table-link:not(:first-child) > a { padding-top: round(($table-cell-padding-vertical * 0.33333)) !important; }
|
|
248
|
+
.uk-table-responsive .uk-table-link:not(:first-child) > a { padding-top: math.round(($table-cell-padding-vertical * 0.33333)) !important; }
|
|
246
249
|
|
|
247
250
|
.uk-table-responsive th:not(:last-child):not(.uk-table-link),
|
|
248
251
|
.uk-table-responsive td:not(:last-child):not(.uk-table-link),
|
|
249
|
-
.uk-table-responsive .uk-table-link:not(:last-child) > a { padding-bottom: round(($table-cell-padding-vertical * 0.33333)) !important; }
|
|
252
|
+
.uk-table-responsive .uk-table-link:not(:last-child) > a { padding-bottom: math.round(($table-cell-padding-vertical * 0.33333)) !important; }
|
|
250
253
|
|
|
251
254
|
.uk-table-justify.uk-table-responsive th,
|
|
252
255
|
.uk-table-justify.uk-table-responsive td {
|
|
@@ -260,7 +263,7 @@
|
|
|
260
263
|
// Hooks
|
|
261
264
|
// ========================================================================
|
|
262
265
|
|
|
263
|
-
@if(mixin-exists(hook-table-misc)) {@include hook-table-misc();}
|
|
266
|
+
@if(meta.mixin-exists(hook-table-misc)) {@include hook-table-misc();}
|
|
264
267
|
|
|
265
268
|
// @mixin hook-table(){}
|
|
266
269
|
// @mixin hook-table-header-cell(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Text
|
|
2
4
|
// Description: Utilities for text
|
|
3
5
|
//
|
|
@@ -29,14 +31,14 @@
|
|
|
29
31
|
font-size: $text-lead-font-size;
|
|
30
32
|
line-height: $text-lead-line-height;
|
|
31
33
|
color: $text-lead-color;
|
|
32
|
-
@if(mixin-exists(hook-text-lead)) {@include hook-text-lead();}
|
|
34
|
+
@if(meta.mixin-exists(hook-text-lead)) {@include hook-text-lead();}
|
|
33
35
|
}
|
|
34
36
|
|
|
35
37
|
.uk-text-meta {
|
|
36
38
|
font-size: $text-meta-font-size;
|
|
37
39
|
line-height: $text-meta-line-height;
|
|
38
40
|
color: $text-meta-color;
|
|
39
|
-
@if(mixin-exists(hook-text-meta)) {@include hook-text-meta();}
|
|
41
|
+
@if(meta.mixin-exists(hook-text-meta)) {@include hook-text-meta();}
|
|
40
42
|
}
|
|
41
43
|
|
|
42
44
|
|
|
@@ -46,13 +48,13 @@
|
|
|
46
48
|
.uk-text-small {
|
|
47
49
|
font-size: $text-small-font-size;
|
|
48
50
|
line-height: $text-small-line-height;
|
|
49
|
-
@if(mixin-exists(hook-text-small)) {@include hook-text-small();}
|
|
51
|
+
@if(meta.mixin-exists(hook-text-small)) {@include hook-text-small();}
|
|
50
52
|
}
|
|
51
53
|
|
|
52
54
|
.uk-text-large {
|
|
53
55
|
font-size: $text-large-font-size;
|
|
54
56
|
line-height: $text-large-line-height;
|
|
55
|
-
@if(mixin-exists(hook-text-large)) {@include hook-text-large();}
|
|
57
|
+
@if(meta.mixin-exists(hook-text-large)) {@include hook-text-large();}
|
|
56
58
|
}
|
|
57
59
|
|
|
58
60
|
.uk-text-default {
|
|
@@ -123,7 +125,7 @@
|
|
|
123
125
|
display: inline-block;
|
|
124
126
|
/* 4 */
|
|
125
127
|
background-color: $text-background-color;
|
|
126
|
-
@if(mixin-exists(hook-text-background)) {@include hook-text-background();}
|
|
128
|
+
@if(meta.mixin-exists(hook-text-background)) {@include hook-text-background();}
|
|
127
129
|
}
|
|
128
130
|
|
|
129
131
|
|
|
@@ -234,7 +236,7 @@ td.uk-text-truncate { max-width: 0; }
|
|
|
234
236
|
// Hooks
|
|
235
237
|
// ========================================================================
|
|
236
238
|
|
|
237
|
-
@if(mixin-exists(hook-text-misc)) {@include hook-text-misc();}
|
|
239
|
+
@if(meta.mixin-exists(hook-text-misc)) {@include hook-text-misc();}
|
|
238
240
|
|
|
239
241
|
// @mixin hook-text-lead(){}
|
|
240
242
|
// @mixin hook-text-meta(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Thumbnav
|
|
2
4
|
// Description: Component to create thumbnail navigations
|
|
3
5
|
//
|
|
@@ -35,7 +37,7 @@
|
|
|
35
37
|
list-style: none;
|
|
36
38
|
/* 3 */
|
|
37
39
|
margin-left: (-$thumbnav-margin-horizontal);
|
|
38
|
-
@if(mixin-exists(hook-thumbnav)) {@include hook-thumbnav();}
|
|
40
|
+
@if(meta.mixin-exists(hook-thumbnav)) {@include hook-thumbnav();}
|
|
39
41
|
}
|
|
40
42
|
|
|
41
43
|
/*
|
|
@@ -58,17 +60,17 @@
|
|
|
58
60
|
|
|
59
61
|
.uk-thumbnav > * > * {
|
|
60
62
|
display: inline-block;
|
|
61
|
-
@if(mixin-exists(hook-thumbnav-item)) {@include hook-thumbnav-item();}
|
|
63
|
+
@if(meta.mixin-exists(hook-thumbnav-item)) {@include hook-thumbnav-item();}
|
|
62
64
|
}
|
|
63
65
|
|
|
64
66
|
/* Hover */
|
|
65
67
|
.uk-thumbnav > * > :hover {
|
|
66
|
-
@if(mixin-exists(hook-thumbnav-item-hover)) {@include hook-thumbnav-item-hover();}
|
|
68
|
+
@if(meta.mixin-exists(hook-thumbnav-item-hover)) {@include hook-thumbnav-item-hover();}
|
|
67
69
|
}
|
|
68
70
|
|
|
69
71
|
/* Active */
|
|
70
72
|
.uk-thumbnav > .uk-active > * {
|
|
71
|
-
@if(mixin-exists(hook-thumbnav-item-active)) {@include hook-thumbnav-item-active();}
|
|
73
|
+
@if(meta.mixin-exists(hook-thumbnav-item-active)) {@include hook-thumbnav-item-active();}
|
|
72
74
|
}
|
|
73
75
|
|
|
74
76
|
|
|
@@ -98,7 +100,7 @@
|
|
|
98
100
|
// Hooks
|
|
99
101
|
// ========================================================================
|
|
100
102
|
|
|
101
|
-
@if(mixin-exists(hook-thumbnav-misc)) {@include hook-thumbnav-misc();}
|
|
103
|
+
@if(meta.mixin-exists(hook-thumbnav-misc)) {@include hook-thumbnav-misc();}
|
|
102
104
|
|
|
103
105
|
// @mixin hook-thumbnav(){}
|
|
104
106
|
// @mixin hook-thumbnav-item(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Tile
|
|
2
4
|
// Description: Component to create tiled boxes
|
|
3
5
|
//
|
|
@@ -42,7 +44,7 @@
|
|
|
42
44
|
padding-right: $tile-padding-horizontal;
|
|
43
45
|
padding-top: $tile-padding-vertical;
|
|
44
46
|
padding-bottom: $tile-padding-vertical;
|
|
45
|
-
@if(mixin-exists(hook-tile)) {@include hook-tile();}
|
|
47
|
+
@if(meta.mixin-exists(hook-tile)) {@include hook-tile();}
|
|
46
48
|
}
|
|
47
49
|
|
|
48
50
|
/* Phone landscape and bigger */
|
|
@@ -145,11 +147,11 @@
|
|
|
145
147
|
.uk-tile-default {
|
|
146
148
|
--uk-inverse: #{$tile-default-color-mode};
|
|
147
149
|
background-color: $tile-default-background;
|
|
148
|
-
@if(mixin-exists(hook-tile-default)) {@include hook-tile-default();}
|
|
150
|
+
@if(meta.mixin-exists(hook-tile-default)) {@include hook-tile-default();}
|
|
149
151
|
}
|
|
150
152
|
|
|
151
153
|
.uk-tile-default.uk-tile-hover:hover {
|
|
152
|
-
@if(mixin-exists(hook-tile-default-hover)) {@include hook-tile-default-hover();}
|
|
154
|
+
@if(meta.mixin-exists(hook-tile-default-hover)) {@include hook-tile-default-hover();}
|
|
153
155
|
}
|
|
154
156
|
|
|
155
157
|
// Color Mode
|
|
@@ -163,11 +165,11 @@
|
|
|
163
165
|
.uk-tile-muted {
|
|
164
166
|
--uk-inverse: #{$tile-muted-color-mode};
|
|
165
167
|
background-color: $tile-muted-background;
|
|
166
|
-
@if(mixin-exists(hook-tile-muted)) {@include hook-tile-muted();}
|
|
168
|
+
@if(meta.mixin-exists(hook-tile-muted)) {@include hook-tile-muted();}
|
|
167
169
|
}
|
|
168
170
|
|
|
169
171
|
.uk-tile-muted.uk-tile-hover:hover {
|
|
170
|
-
@if(mixin-exists(hook-tile-muted-hover)) {@include hook-tile-muted-hover();}
|
|
172
|
+
@if(meta.mixin-exists(hook-tile-muted-hover)) {@include hook-tile-muted-hover();}
|
|
171
173
|
}
|
|
172
174
|
|
|
173
175
|
// Color Mode
|
|
@@ -181,11 +183,11 @@
|
|
|
181
183
|
.uk-tile-primary {
|
|
182
184
|
--uk-inverse: #{$tile-primary-color-mode};
|
|
183
185
|
background-color: $tile-primary-background;
|
|
184
|
-
@if(mixin-exists(hook-tile-primary)) {@include hook-tile-primary();}
|
|
186
|
+
@if(meta.mixin-exists(hook-tile-primary)) {@include hook-tile-primary();}
|
|
185
187
|
}
|
|
186
188
|
|
|
187
189
|
.uk-tile-primary.uk-tile-hover:hover {
|
|
188
|
-
@if(mixin-exists(hook-tile-primary-hover)) {@include hook-tile-primary-hover();}
|
|
190
|
+
@if(meta.mixin-exists(hook-tile-primary-hover)) {@include hook-tile-primary-hover();}
|
|
189
191
|
}
|
|
190
192
|
|
|
191
193
|
// Color Mode
|
|
@@ -199,11 +201,11 @@
|
|
|
199
201
|
.uk-tile-secondary {
|
|
200
202
|
--uk-inverse: #{$tile-secondary-color-mode};
|
|
201
203
|
background-color: $tile-secondary-background;
|
|
202
|
-
@if(mixin-exists(hook-tile-secondary)) {@include hook-tile-secondary();}
|
|
204
|
+
@if(meta.mixin-exists(hook-tile-secondary)) {@include hook-tile-secondary();}
|
|
203
205
|
}
|
|
204
206
|
|
|
205
207
|
.uk-tile-secondary.uk-tile-hover:hover {
|
|
206
|
-
@if(mixin-exists(hook-tile-secondary-hover)) {@include hook-tile-secondary-hover();}
|
|
208
|
+
@if(meta.mixin-exists(hook-tile-secondary-hover)) {@include hook-tile-secondary-hover();}
|
|
207
209
|
}
|
|
208
210
|
|
|
209
211
|
// Color Mode
|
|
@@ -214,7 +216,7 @@
|
|
|
214
216
|
// Hooks
|
|
215
217
|
// ========================================================================
|
|
216
218
|
|
|
217
|
-
@if(mixin-exists(hook-tile-misc)) {@include hook-tile-misc();}
|
|
219
|
+
@if(meta.mixin-exists(hook-tile-misc)) {@include hook-tile-misc();}
|
|
218
220
|
|
|
219
221
|
// @mixin hook-tile(){}
|
|
220
222
|
// @mixin hook-tile-default(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Tooltip
|
|
2
4
|
// Description: Component to create tooltips
|
|
3
5
|
//
|
|
@@ -54,7 +56,7 @@
|
|
|
54
56
|
border-radius: $tooltip-border-radius;
|
|
55
57
|
color: $tooltip-color;
|
|
56
58
|
font-size: $tooltip-font-size;
|
|
57
|
-
@if(mixin-exists(hook-tooltip)) {@include hook-tooltip();}
|
|
59
|
+
@if(meta.mixin-exists(hook-tooltip)) {@include hook-tooltip();}
|
|
58
60
|
}
|
|
59
61
|
|
|
60
62
|
/* Show */
|
|
@@ -64,7 +66,7 @@
|
|
|
64
66
|
// Hooks
|
|
65
67
|
// ========================================================================
|
|
66
68
|
|
|
67
|
-
@if(mixin-exists(hook-tooltip-misc)) {@include hook-tooltip-misc();}
|
|
69
|
+
@if(meta.mixin-exists(hook-tooltip-misc)) {@include hook-tooltip-misc();}
|
|
68
70
|
|
|
69
71
|
// @mixin hook-tooltip(){}
|
|
70
72
|
// @mixin hook-tooltip-misc(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Totop
|
|
2
4
|
// Description: Component to create an icon to scroll back to top
|
|
3
5
|
//
|
|
@@ -24,26 +26,26 @@
|
|
|
24
26
|
.uk-totop {
|
|
25
27
|
padding: $totop-padding;
|
|
26
28
|
color: $totop-color;
|
|
27
|
-
@if(mixin-exists(hook-totop)) {@include hook-totop();}
|
|
29
|
+
@if(meta.mixin-exists(hook-totop)) {@include hook-totop();}
|
|
28
30
|
}
|
|
29
31
|
|
|
30
32
|
/* Hover */
|
|
31
33
|
.uk-totop:hover {
|
|
32
34
|
color: $totop-hover-color;
|
|
33
|
-
@if(mixin-exists(hook-totop-hover)) {@include hook-totop-hover();}
|
|
35
|
+
@if(meta.mixin-exists(hook-totop-hover)) {@include hook-totop-hover();}
|
|
34
36
|
}
|
|
35
37
|
|
|
36
38
|
/* OnClick */
|
|
37
39
|
.uk-totop:active {
|
|
38
40
|
color: $totop-active-color;
|
|
39
|
-
@if(mixin-exists(hook-totop-active)) {@include hook-totop-active();}
|
|
41
|
+
@if(meta.mixin-exists(hook-totop-active)) {@include hook-totop-active();}
|
|
40
42
|
}
|
|
41
43
|
|
|
42
44
|
|
|
43
45
|
// Hooks
|
|
44
46
|
// ========================================================================
|
|
45
47
|
|
|
46
|
-
@if(mixin-exists(hook-totop-misc)) {@include hook-totop-misc();}
|
|
48
|
+
@if(meta.mixin-exists(hook-totop-misc)) {@include hook-totop-misc();}
|
|
47
49
|
|
|
48
50
|
// @mixin hook-totop(){}
|
|
49
51
|
// @mixin hook-totop-hover(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Transition
|
|
2
4
|
// Description: Utilities for transitions
|
|
3
5
|
//
|
|
@@ -162,6 +164,6 @@
|
|
|
162
164
|
// Hooks
|
|
163
165
|
// ========================================================================
|
|
164
166
|
|
|
165
|
-
@if(mixin-exists(hook-transition-misc)) {@include hook-transition-misc();}
|
|
167
|
+
@if(meta.mixin-exists(hook-transition-misc)) {@include hook-transition-misc();}
|
|
166
168
|
|
|
167
169
|
// @mixin hook-transition-misc(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Utility
|
|
2
4
|
// Description: Utilities collection
|
|
3
5
|
//
|
|
@@ -70,7 +72,7 @@
|
|
|
70
72
|
border: $panel-scrollable-border-width solid $panel-scrollable-border;
|
|
71
73
|
overflow: auto;
|
|
72
74
|
resize: both;
|
|
73
|
-
@if(mixin-exists(hook-panel-scrollable)) {@include hook-panel-scrollable();}
|
|
75
|
+
@if(meta.mixin-exists(hook-panel-scrollable)) {@include hook-panel-scrollable();}
|
|
74
76
|
}
|
|
75
77
|
|
|
76
78
|
|
|
@@ -329,7 +331,7 @@
|
|
|
329
331
|
filter: blur($box-shadow-bottom-blur);
|
|
330
332
|
/* 3 */
|
|
331
333
|
will-change: filter;
|
|
332
|
-
@if(mixin-exists(hook-box-shadow-bottom)) {@include hook-box-shadow-bottom();}
|
|
334
|
+
@if(meta.mixin-exists(hook-box-shadow-bottom)) {@include hook-box-shadow-bottom();}
|
|
333
335
|
}
|
|
334
336
|
|
|
335
337
|
}
|
|
@@ -353,7 +355,7 @@
|
|
|
353
355
|
float: left;
|
|
354
356
|
font-size: $dropcap-font-size;
|
|
355
357
|
line-height: $dropcap-line-height;
|
|
356
|
-
@if(mixin-exists(hook-dropcap)) {@include hook-dropcap();}
|
|
358
|
+
@if(meta.mixin-exists(hook-dropcap)) {@include hook-dropcap();}
|
|
357
359
|
}
|
|
358
360
|
|
|
359
361
|
/* 2 */
|
|
@@ -381,7 +383,7 @@
|
|
|
381
383
|
color: $logo-color;
|
|
382
384
|
/* 2 */
|
|
383
385
|
text-decoration: none;
|
|
384
|
-
@if(mixin-exists(hook-logo)) {@include hook-logo();}
|
|
386
|
+
@if(meta.mixin-exists(hook-logo)) {@include hook-logo();}
|
|
385
387
|
}
|
|
386
388
|
|
|
387
389
|
/* 3 */
|
|
@@ -395,7 +397,7 @@
|
|
|
395
397
|
color: $logo-hover-color;
|
|
396
398
|
/* 1 */
|
|
397
399
|
text-decoration: none;
|
|
398
|
-
@if(mixin-exists(hook-logo-hover)) {@include hook-logo-hover();}
|
|
400
|
+
@if(meta.mixin-exists(hook-logo-hover)) {@include hook-logo-hover();}
|
|
399
401
|
}
|
|
400
402
|
|
|
401
403
|
.uk-logo :where(img, svg, video) { display: block; }
|
|
@@ -477,7 +479,7 @@
|
|
|
477
479
|
// Hooks
|
|
478
480
|
// ========================================================================
|
|
479
481
|
|
|
480
|
-
@if(mixin-exists(hook-utility-misc)) {@include hook-utility-misc();}
|
|
482
|
+
@if(meta.mixin-exists(hook-utility-misc)) {@include hook-utility-misc();}
|
|
481
483
|
|
|
482
484
|
// @mixin hook-panel-scrollable(){}
|
|
483
485
|
// @mixin hook-box-shadow-bottom(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Visibility
|
|
2
4
|
// Description: Utilities to show or hide content on breakpoints, hover or touch
|
|
3
5
|
//
|
|
@@ -159,6 +161,6 @@
|
|
|
159
161
|
// Hooks
|
|
160
162
|
// ========================================================================
|
|
161
163
|
|
|
162
|
-
@if(mixin-exists(hook-visibility-misc)) {@include hook-visibility-misc();}
|
|
164
|
+
@if(meta.mixin-exists(hook-visibility-misc)) {@include hook-visibility-misc();}
|
|
163
165
|
|
|
164
166
|
// @mixin hook-visibility-misc(){}
|