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
package/src/scss/mixins.scss
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
@mixin hook-accordion(){}
|
|
2
4
|
@mixin hook-accordion-item(){}
|
|
3
5
|
@mixin hook-accordion-title(){}
|
|
@@ -10,17 +12,17 @@
|
|
|
10
12
|
@mixin hook-inverse-component-accordion(){
|
|
11
13
|
|
|
12
14
|
.uk-accordion > * {
|
|
13
|
-
@if(mixin-exists(hook-inverse-accordion-item)) {@include hook-inverse-accordion-item();}
|
|
15
|
+
@if(meta.mixin-exists(hook-inverse-accordion-item)) {@include hook-inverse-accordion-item();}
|
|
14
16
|
}
|
|
15
17
|
|
|
16
18
|
.uk-accordion-title {
|
|
17
19
|
color: $inverse-accordion-title-color;
|
|
18
|
-
@if(mixin-exists(hook-inverse-accordion-title)) {@include hook-inverse-accordion-title();}
|
|
20
|
+
@if(meta.mixin-exists(hook-inverse-accordion-title)) {@include hook-inverse-accordion-title();}
|
|
19
21
|
}
|
|
20
22
|
|
|
21
23
|
.uk-accordion-title:hover {
|
|
22
24
|
color: $inverse-accordion-title-hover-color;
|
|
23
|
-
@if(mixin-exists(hook-inverse-accordion-title-hover)) {@include hook-inverse-accordion-title-hover();}
|
|
25
|
+
@if(meta.mixin-exists(hook-inverse-accordion-title-hover)) {@include hook-inverse-accordion-title-hover();}
|
|
24
26
|
}
|
|
25
27
|
|
|
26
28
|
}
|
|
@@ -44,12 +46,12 @@
|
|
|
44
46
|
@mixin hook-inverse-component-article(){
|
|
45
47
|
|
|
46
48
|
.uk-article-title {
|
|
47
|
-
@if(mixin-exists(hook-inverse-article-title)) {@include hook-inverse-article-title();}
|
|
49
|
+
@if(meta.mixin-exists(hook-inverse-article-title)) {@include hook-inverse-article-title();}
|
|
48
50
|
}
|
|
49
51
|
|
|
50
52
|
.uk-article-meta {
|
|
51
53
|
color: $inverse-article-meta-color;
|
|
52
|
-
@if(mixin-exists(hook-inverse-article-meta)) {@include hook-inverse-article-meta();}
|
|
54
|
+
@if(meta.mixin-exists(hook-inverse-article-meta)) {@include hook-inverse-article-meta();}
|
|
53
55
|
}
|
|
54
56
|
|
|
55
57
|
}
|
|
@@ -64,11 +66,11 @@
|
|
|
64
66
|
.uk-badge {
|
|
65
67
|
background-color: $inverse-badge-background;
|
|
66
68
|
color: $inverse-badge-color !important;
|
|
67
|
-
@if(mixin-exists(hook-inverse-badge)) {@include hook-inverse-badge();}
|
|
69
|
+
@if(meta.mixin-exists(hook-inverse-badge)) {@include hook-inverse-badge();}
|
|
68
70
|
}
|
|
69
71
|
|
|
70
72
|
.uk-badge:hover {
|
|
71
|
-
@if(mixin-exists(hook-inverse-badge-hover)) {@include hook-inverse-badge-hover();}
|
|
73
|
+
@if(meta.mixin-exists(hook-inverse-badge-hover)) {@include hook-inverse-badge-hover();}
|
|
72
74
|
}
|
|
73
75
|
|
|
74
76
|
}
|
|
@@ -115,14 +117,14 @@
|
|
|
115
117
|
a,
|
|
116
118
|
.uk-link {
|
|
117
119
|
color: $inverse-base-link-color;
|
|
118
|
-
@if(mixin-exists(hook-inverse-base-link)) {@include hook-inverse-base-link();}
|
|
120
|
+
@if(meta.mixin-exists(hook-inverse-base-link)) {@include hook-inverse-base-link();}
|
|
119
121
|
}
|
|
120
122
|
|
|
121
123
|
a:hover,
|
|
122
124
|
.uk-link:hover,
|
|
123
125
|
.uk-link-toggle:hover .uk-link {
|
|
124
126
|
color: $inverse-base-link-hover-color;
|
|
125
|
-
@if(mixin-exists(hook-inverse-base-link-hover)) {@include hook-inverse-base-link-hover();}
|
|
127
|
+
@if(meta.mixin-exists(hook-inverse-base-link-hover)) {@include hook-inverse-base-link-hover();}
|
|
126
128
|
}
|
|
127
129
|
|
|
128
130
|
//
|
|
@@ -133,7 +135,7 @@
|
|
|
133
135
|
:not(pre) > kbd,
|
|
134
136
|
:not(pre) > samp {
|
|
135
137
|
color: $inverse-base-code-color;
|
|
136
|
-
@if(mixin-exists(hook-inverse-base-code)) {@include hook-inverse-base-code();}
|
|
138
|
+
@if(meta.mixin-exists(hook-inverse-base-code)) {@include hook-inverse-base-code();}
|
|
137
139
|
}
|
|
138
140
|
|
|
139
141
|
//
|
|
@@ -159,31 +161,31 @@
|
|
|
159
161
|
.uk-heading-2xlarge,
|
|
160
162
|
.uk-heading-3xlarge {
|
|
161
163
|
color: $inverse-base-heading-color;
|
|
162
|
-
@if(mixin-exists(hook-inverse-base-heading)) {@include hook-inverse-base-heading();}
|
|
164
|
+
@if(meta.mixin-exists(hook-inverse-base-heading)) {@include hook-inverse-base-heading();}
|
|
163
165
|
}
|
|
164
166
|
|
|
165
167
|
h1, .uk-h1 {
|
|
166
|
-
@if(mixin-exists(hook-inverse-base-h1)) {@include hook-inverse-base-h1();}
|
|
168
|
+
@if(meta.mixin-exists(hook-inverse-base-h1)) {@include hook-inverse-base-h1();}
|
|
167
169
|
}
|
|
168
170
|
|
|
169
171
|
h2, .uk-h2 {
|
|
170
|
-
@if(mixin-exists(hook-inverse-base-h2)) {@include hook-inverse-base-h2();}
|
|
172
|
+
@if(meta.mixin-exists(hook-inverse-base-h2)) {@include hook-inverse-base-h2();}
|
|
171
173
|
}
|
|
172
174
|
|
|
173
175
|
h3, .uk-h3 {
|
|
174
|
-
@if(mixin-exists(hook-inverse-base-h3)) {@include hook-inverse-base-h3();}
|
|
176
|
+
@if(meta.mixin-exists(hook-inverse-base-h3)) {@include hook-inverse-base-h3();}
|
|
175
177
|
}
|
|
176
178
|
|
|
177
179
|
h4, .uk-h4 {
|
|
178
|
-
@if(mixin-exists(hook-inverse-base-h4)) {@include hook-inverse-base-h4();}
|
|
180
|
+
@if(meta.mixin-exists(hook-inverse-base-h4)) {@include hook-inverse-base-h4();}
|
|
179
181
|
}
|
|
180
182
|
|
|
181
183
|
h5, .uk-h5 {
|
|
182
|
-
@if(mixin-exists(hook-inverse-base-h5)) {@include hook-inverse-base-h5();}
|
|
184
|
+
@if(meta.mixin-exists(hook-inverse-base-h5)) {@include hook-inverse-base-h5();}
|
|
183
185
|
}
|
|
184
186
|
|
|
185
187
|
h6, .uk-h6 {
|
|
186
|
-
@if(mixin-exists(hook-inverse-base-h6)) {@include hook-inverse-base-h6();}
|
|
188
|
+
@if(meta.mixin-exists(hook-inverse-base-h6)) {@include hook-inverse-base-h6();}
|
|
187
189
|
}
|
|
188
190
|
|
|
189
191
|
//
|
|
@@ -191,11 +193,11 @@
|
|
|
191
193
|
//
|
|
192
194
|
|
|
193
195
|
blockquote {
|
|
194
|
-
@if(mixin-exists(hook-inverse-base-blockquote)) {@include hook-inverse-base-blockquote();}
|
|
196
|
+
@if(meta.mixin-exists(hook-inverse-base-blockquote)) {@include hook-inverse-base-blockquote();}
|
|
195
197
|
}
|
|
196
198
|
|
|
197
199
|
blockquote footer {
|
|
198
|
-
@if(mixin-exists(hook-inverse-base-blockquote-footer)) {@include hook-inverse-base-blockquote-footer();}
|
|
200
|
+
@if(meta.mixin-exists(hook-inverse-base-blockquote-footer)) {@include hook-inverse-base-blockquote-footer();}
|
|
199
201
|
}
|
|
200
202
|
|
|
201
203
|
//
|
|
@@ -204,7 +206,7 @@
|
|
|
204
206
|
|
|
205
207
|
hr, .uk-hr {
|
|
206
208
|
border-top-color: $inverse-base-hr-border;
|
|
207
|
-
@if(mixin-exists(hook-inverse-base-hr)) {@include hook-inverse-base-hr();}
|
|
209
|
+
@if(meta.mixin-exists(hook-inverse-base-hr)) {@include hook-inverse-base-hr();}
|
|
208
210
|
}
|
|
209
211
|
|
|
210
212
|
//
|
|
@@ -230,22 +232,22 @@
|
|
|
230
232
|
|
|
231
233
|
.uk-breadcrumb > * > * {
|
|
232
234
|
color: $inverse-breadcrumb-item-color;
|
|
233
|
-
@if(mixin-exists(hook-inverse-breadcrumb-item)) {@include hook-inverse-breadcrumb-item();}
|
|
235
|
+
@if(meta.mixin-exists(hook-inverse-breadcrumb-item)) {@include hook-inverse-breadcrumb-item();}
|
|
234
236
|
}
|
|
235
237
|
|
|
236
238
|
.uk-breadcrumb > * > :hover {
|
|
237
239
|
color: $inverse-breadcrumb-item-hover-color;
|
|
238
|
-
@if(mixin-exists(hook-inverse-breadcrumb-item-hover)) {@include hook-inverse-breadcrumb-item-hover();}
|
|
240
|
+
@if(meta.mixin-exists(hook-inverse-breadcrumb-item-hover)) {@include hook-inverse-breadcrumb-item-hover();}
|
|
239
241
|
}
|
|
240
242
|
|
|
241
243
|
|
|
242
244
|
.uk-breadcrumb > .uk-disabled > * {
|
|
243
|
-
@if(mixin-exists(hook-inverse-breadcrumb-item-disabled)) {@include hook-inverse-breadcrumb-item-disabled();}
|
|
245
|
+
@if(meta.mixin-exists(hook-inverse-breadcrumb-item-disabled)) {@include hook-inverse-breadcrumb-item-disabled();}
|
|
244
246
|
}
|
|
245
247
|
|
|
246
248
|
.uk-breadcrumb > :last-child > * {
|
|
247
249
|
color: $inverse-breadcrumb-item-active-color;
|
|
248
|
-
@if(mixin-exists(hook-inverse-breadcrumb-item-active)) {@include hook-inverse-breadcrumb-item-active();}
|
|
250
|
+
@if(meta.mixin-exists(hook-inverse-breadcrumb-item-active)) {@include hook-inverse-breadcrumb-item-active();}
|
|
249
251
|
}
|
|
250
252
|
|
|
251
253
|
//
|
|
@@ -254,7 +256,7 @@
|
|
|
254
256
|
|
|
255
257
|
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
|
|
256
258
|
color: $inverse-breadcrumb-divider-color;
|
|
257
|
-
@if(mixin-exists(hook-inverse-breadcrumb-divider)) {@include hook-inverse-breadcrumb-divider();}
|
|
259
|
+
@if(meta.mixin-exists(hook-inverse-breadcrumb-divider)) {@include hook-inverse-breadcrumb-divider();}
|
|
258
260
|
}
|
|
259
261
|
|
|
260
262
|
}
|
|
@@ -303,20 +305,20 @@
|
|
|
303
305
|
.uk-button-default {
|
|
304
306
|
background-color: $inverse-button-default-background;
|
|
305
307
|
color: $inverse-button-default-color;
|
|
306
|
-
@if(mixin-exists(hook-inverse-button-default)) {@include hook-inverse-button-default();}
|
|
308
|
+
@if(meta.mixin-exists(hook-inverse-button-default)) {@include hook-inverse-button-default();}
|
|
307
309
|
}
|
|
308
310
|
|
|
309
311
|
.uk-button-default:hover {
|
|
310
312
|
background-color: $inverse-button-default-hover-background;
|
|
311
313
|
color: $inverse-button-default-hover-color;
|
|
312
|
-
@if(mixin-exists(hook-inverse-button-default-hover)) {@include hook-inverse-button-default-hover();}
|
|
314
|
+
@if(meta.mixin-exists(hook-inverse-button-default-hover)) {@include hook-inverse-button-default-hover();}
|
|
313
315
|
}
|
|
314
316
|
|
|
315
317
|
.uk-button-default:active,
|
|
316
318
|
.uk-button-default.uk-active {
|
|
317
319
|
background-color: $inverse-button-default-active-background;
|
|
318
320
|
color: $inverse-button-default-active-color;
|
|
319
|
-
@if(mixin-exists(hook-inverse-button-default-active)) {@include hook-inverse-button-default-active();}
|
|
321
|
+
@if(meta.mixin-exists(hook-inverse-button-default-active)) {@include hook-inverse-button-default-active();}
|
|
320
322
|
}
|
|
321
323
|
|
|
322
324
|
//
|
|
@@ -326,20 +328,20 @@
|
|
|
326
328
|
.uk-button-primary {
|
|
327
329
|
background-color: $inverse-button-primary-background;
|
|
328
330
|
color: $inverse-button-primary-color;
|
|
329
|
-
@if(mixin-exists(hook-inverse-button-primary)) {@include hook-inverse-button-primary();}
|
|
331
|
+
@if(meta.mixin-exists(hook-inverse-button-primary)) {@include hook-inverse-button-primary();}
|
|
330
332
|
}
|
|
331
333
|
|
|
332
334
|
.uk-button-primary:hover {
|
|
333
335
|
background-color: $inverse-button-primary-hover-background;
|
|
334
336
|
color: $inverse-button-primary-hover-color;
|
|
335
|
-
@if(mixin-exists(hook-inverse-button-primary-hover)) {@include hook-inverse-button-primary-hover();}
|
|
337
|
+
@if(meta.mixin-exists(hook-inverse-button-primary-hover)) {@include hook-inverse-button-primary-hover();}
|
|
336
338
|
}
|
|
337
339
|
|
|
338
340
|
.uk-button-primary:active,
|
|
339
341
|
.uk-button-primary.uk-active {
|
|
340
342
|
background-color: $inverse-button-primary-active-background;
|
|
341
343
|
color: $inverse-button-primary-active-color;
|
|
342
|
-
@if(mixin-exists(hook-inverse-button-primary-active)) {@include hook-inverse-button-primary-active();}
|
|
344
|
+
@if(meta.mixin-exists(hook-inverse-button-primary-active)) {@include hook-inverse-button-primary-active();}
|
|
343
345
|
}
|
|
344
346
|
|
|
345
347
|
//
|
|
@@ -349,20 +351,20 @@
|
|
|
349
351
|
.uk-button-secondary {
|
|
350
352
|
background-color: $inverse-button-secondary-background;
|
|
351
353
|
color: $inverse-button-secondary-color;
|
|
352
|
-
@if(mixin-exists(hook-inverse-button-secondary)) {@include hook-inverse-button-secondary();}
|
|
354
|
+
@if(meta.mixin-exists(hook-inverse-button-secondary)) {@include hook-inverse-button-secondary();}
|
|
353
355
|
}
|
|
354
356
|
|
|
355
357
|
.uk-button-secondary:hover {
|
|
356
358
|
background-color: $inverse-button-secondary-hover-background;
|
|
357
359
|
color: $inverse-button-secondary-hover-color;
|
|
358
|
-
@if(mixin-exists(hook-inverse-button-secondary-hover)) {@include hook-inverse-button-secondary-hover();}
|
|
360
|
+
@if(meta.mixin-exists(hook-inverse-button-secondary-hover)) {@include hook-inverse-button-secondary-hover();}
|
|
359
361
|
}
|
|
360
362
|
|
|
361
363
|
.uk-button-secondary:active,
|
|
362
364
|
.uk-button-secondary.uk-active {
|
|
363
365
|
background-color: $inverse-button-secondary-active-background;
|
|
364
366
|
color: $inverse-button-secondary-active-color;
|
|
365
|
-
@if(mixin-exists(hook-inverse-button-secondary-active)) {@include hook-inverse-button-secondary-active();}
|
|
367
|
+
@if(meta.mixin-exists(hook-inverse-button-secondary-active)) {@include hook-inverse-button-secondary-active();}
|
|
366
368
|
}
|
|
367
369
|
|
|
368
370
|
//
|
|
@@ -371,17 +373,17 @@
|
|
|
371
373
|
|
|
372
374
|
.uk-button-text {
|
|
373
375
|
color: $inverse-button-text-color;
|
|
374
|
-
@if(mixin-exists(hook-inverse-button-text)) {@include hook-inverse-button-text();}
|
|
376
|
+
@if(meta.mixin-exists(hook-inverse-button-text)) {@include hook-inverse-button-text();}
|
|
375
377
|
}
|
|
376
378
|
|
|
377
379
|
.uk-button-text:hover {
|
|
378
380
|
color: $inverse-button-text-hover-color;
|
|
379
|
-
@if(mixin-exists(hook-inverse-button-text-hover)) {@include hook-inverse-button-text-hover();}
|
|
381
|
+
@if(meta.mixin-exists(hook-inverse-button-text-hover)) {@include hook-inverse-button-text-hover();}
|
|
380
382
|
}
|
|
381
383
|
|
|
382
384
|
.uk-button-text:disabled {
|
|
383
385
|
color: $inverse-button-text-disabled-color;
|
|
384
|
-
@if(mixin-exists(hook-inverse-button-text-disabled)) {@include hook-inverse-button-text-disabled();}
|
|
386
|
+
@if(meta.mixin-exists(hook-inverse-button-text-disabled)) {@include hook-inverse-button-text-disabled();}
|
|
385
387
|
}
|
|
386
388
|
|
|
387
389
|
//
|
|
@@ -390,7 +392,7 @@
|
|
|
390
392
|
|
|
391
393
|
.uk-button-link {
|
|
392
394
|
color: $inverse-button-link-color;
|
|
393
|
-
@if(mixin-exists(hook-inverse-button-link)) {@include hook-inverse-button-link();}
|
|
395
|
+
@if(meta.mixin-exists(hook-inverse-button-link)) {@include hook-inverse-button-link();}
|
|
394
396
|
}
|
|
395
397
|
|
|
396
398
|
.uk-button-link:hover { color: $inverse-button-link-hover-color; }
|
|
@@ -426,7 +428,7 @@
|
|
|
426
428
|
&.uk-card-badge {
|
|
427
429
|
background-color: $inverse-card-badge-background;
|
|
428
430
|
color: $inverse-card-badge-color;
|
|
429
|
-
@if(mixin-exists(hook-inverse-card-badge)) {@include hook-inverse-card-badge();}
|
|
431
|
+
@if(meta.mixin-exists(hook-inverse-card-badge)) {@include hook-inverse-card-badge();}
|
|
430
432
|
}
|
|
431
433
|
|
|
432
434
|
}
|
|
@@ -439,12 +441,12 @@
|
|
|
439
441
|
|
|
440
442
|
.uk-close {
|
|
441
443
|
color: $inverse-close-color;
|
|
442
|
-
@if(mixin-exists(hook-inverse-close)) {@include hook-inverse-close();}
|
|
444
|
+
@if(meta.mixin-exists(hook-inverse-close)) {@include hook-inverse-close();}
|
|
443
445
|
}
|
|
444
446
|
|
|
445
447
|
.uk-close:hover {
|
|
446
448
|
color: $inverse-close-hover-color;
|
|
447
|
-
@if(mixin-exists(hook-inverse-close-hover)) {@include hook-inverse-close-hover();}
|
|
449
|
+
@if(meta.mixin-exists(hook-inverse-close-hover)) {@include hook-inverse-close-hover();}
|
|
448
450
|
}
|
|
449
451
|
|
|
450
452
|
}
|
|
@@ -480,19 +482,19 @@
|
|
|
480
482
|
|
|
481
483
|
.uk-countdown-number,
|
|
482
484
|
.uk-countdown-separator {
|
|
483
|
-
@if(mixin-exists(hook-inverse-countdown-item)) {@include hook-inverse-countdown-item();}
|
|
485
|
+
@if(meta.mixin-exists(hook-inverse-countdown-item)) {@include hook-inverse-countdown-item();}
|
|
484
486
|
}
|
|
485
487
|
|
|
486
488
|
.uk-countdown-number {
|
|
487
|
-
@if(mixin-exists(hook-inverse-countdown-number)) {@include hook-inverse-countdown-number();}
|
|
489
|
+
@if(meta.mixin-exists(hook-inverse-countdown-number)) {@include hook-inverse-countdown-number();}
|
|
488
490
|
}
|
|
489
491
|
|
|
490
492
|
.uk-countdown-separator {
|
|
491
|
-
@if(mixin-exists(hook-inverse-countdown-separator)) {@include hook-inverse-countdown-separator();}
|
|
493
|
+
@if(meta.mixin-exists(hook-inverse-countdown-separator)) {@include hook-inverse-countdown-separator();}
|
|
492
494
|
}
|
|
493
495
|
|
|
494
496
|
.uk-countdown-label {
|
|
495
|
-
@if(mixin-exists(hook-inverse-countdown-label)) {@include hook-inverse-countdown-label();}
|
|
497
|
+
@if(meta.mixin-exists(hook-inverse-countdown-label)) {@include hook-inverse-countdown-label();}
|
|
496
498
|
}
|
|
497
499
|
|
|
498
500
|
}
|
|
@@ -516,23 +518,23 @@
|
|
|
516
518
|
|
|
517
519
|
.uk-divider-icon {
|
|
518
520
|
@include svg-fill($internal-divider-icon-image, "#000", $inverse-divider-icon-color);
|
|
519
|
-
@if(mixin-exists(hook-inverse-divider-icon)) {@include hook-inverse-divider-icon();}
|
|
521
|
+
@if(meta.mixin-exists(hook-inverse-divider-icon)) {@include hook-inverse-divider-icon();}
|
|
520
522
|
}
|
|
521
523
|
|
|
522
524
|
.uk-divider-icon::before,
|
|
523
525
|
.uk-divider-icon::after {
|
|
524
526
|
border-bottom-color: $inverse-divider-icon-line-border;
|
|
525
|
-
@if(mixin-exists(hook-inverse-divider-icon-line)) {@include hook-inverse-divider-icon-line();}
|
|
527
|
+
@if(meta.mixin-exists(hook-inverse-divider-icon-line)) {@include hook-inverse-divider-icon-line();}
|
|
526
528
|
}
|
|
527
529
|
|
|
528
530
|
.uk-divider-small::after {
|
|
529
531
|
border-top-color: $inverse-divider-small-border;
|
|
530
|
-
@if(mixin-exists(hook-inverse-divider-small)) {@include hook-inverse-divider-small();}
|
|
532
|
+
@if(meta.mixin-exists(hook-inverse-divider-small)) {@include hook-inverse-divider-small();}
|
|
531
533
|
}
|
|
532
534
|
|
|
533
535
|
.uk-divider-vertical {
|
|
534
536
|
border-left-color: $inverse-divider-vertical-border;
|
|
535
|
-
@if(mixin-exists(hook-inverse-divider-vertical)) {@include hook-inverse-divider-vertical();}
|
|
537
|
+
@if(meta.mixin-exists(hook-inverse-divider-vertical)) {@include hook-inverse-divider-vertical();}
|
|
536
538
|
}
|
|
537
539
|
|
|
538
540
|
}
|
|
@@ -550,22 +552,22 @@
|
|
|
550
552
|
|
|
551
553
|
.uk-dotnav > * > * {
|
|
552
554
|
background-color: $inverse-dotnav-item-background;
|
|
553
|
-
@if(mixin-exists(hook-inverse-dotnav-item)) {@include hook-inverse-dotnav-item();}
|
|
555
|
+
@if(meta.mixin-exists(hook-inverse-dotnav-item)) {@include hook-inverse-dotnav-item();}
|
|
554
556
|
}
|
|
555
557
|
|
|
556
558
|
.uk-dotnav > * > :hover {
|
|
557
559
|
background-color: $inverse-dotnav-item-hover-background;
|
|
558
|
-
@if(mixin-exists(hook-inverse-dotnav-item-hover)) {@include hook-inverse-dotnav-item-hover();}
|
|
560
|
+
@if(meta.mixin-exists(hook-inverse-dotnav-item-hover)) {@include hook-inverse-dotnav-item-hover();}
|
|
559
561
|
}
|
|
560
562
|
|
|
561
563
|
.uk-dotnav > * > :active {
|
|
562
564
|
background-color: $inverse-dotnav-item-onclick-background;
|
|
563
|
-
@if(mixin-exists(hook-inverse-dotnav-item-onclick)) {@include hook-inverse-dotnav-item-onclick();}
|
|
565
|
+
@if(meta.mixin-exists(hook-inverse-dotnav-item-onclick)) {@include hook-inverse-dotnav-item-onclick();}
|
|
564
566
|
}
|
|
565
567
|
|
|
566
568
|
.uk-dotnav > .uk-active > * {
|
|
567
569
|
background-color: $inverse-dotnav-item-active-background;
|
|
568
|
-
@if(mixin-exists(hook-inverse-dotnav-item-active)) {@include hook-inverse-dotnav-item-active();}
|
|
570
|
+
@if(meta.mixin-exists(hook-inverse-dotnav-item-active)) {@include hook-inverse-dotnav-item-active();}
|
|
569
571
|
}
|
|
570
572
|
|
|
571
573
|
}
|
|
@@ -601,36 +603,36 @@
|
|
|
601
603
|
/* Webkit */
|
|
602
604
|
.uk-range::-webkit-slider-runnable-track {
|
|
603
605
|
background: $inverse-form-range-track-background;
|
|
604
|
-
@if(mixin-exists(hook-inverse-form-range-track)) {@include hook-inverse-form-range-track();}
|
|
606
|
+
@if(meta.mixin-exists(hook-inverse-form-range-track)) {@include hook-inverse-form-range-track();}
|
|
605
607
|
}
|
|
606
608
|
|
|
607
609
|
.uk-range:focus::-webkit-slider-runnable-track,
|
|
608
610
|
.uk-range:active::-webkit-slider-runnable-track {
|
|
609
611
|
background: $inverse-form-range-track-focus-background;
|
|
610
|
-
@if(mixin-exists(hook-inverse-form-range-track-focus)) {@include hook-inverse-form-range-track-focus();}
|
|
612
|
+
@if(meta.mixin-exists(hook-inverse-form-range-track-focus)) {@include hook-inverse-form-range-track-focus();}
|
|
611
613
|
}
|
|
612
614
|
|
|
613
615
|
/* Firefox */
|
|
614
616
|
.uk-range::-moz-range-track {
|
|
615
617
|
background: $inverse-form-range-track-background;
|
|
616
|
-
@if(mixin-exists(hook-inverse-form-range-track)) {@include hook-inverse-form-range-track();}
|
|
618
|
+
@if(meta.mixin-exists(hook-inverse-form-range-track)) {@include hook-inverse-form-range-track();}
|
|
617
619
|
}
|
|
618
620
|
|
|
619
621
|
.uk-range:focus::-moz-range-track {
|
|
620
622
|
background: $inverse-form-range-track-focus-background;
|
|
621
|
-
@if(mixin-exists(hook-inverse-form-range-track-focus)) {@include hook-inverse-form-range-track-focus();}
|
|
623
|
+
@if(meta.mixin-exists(hook-inverse-form-range-track-focus)) {@include hook-inverse-form-range-track-focus();}
|
|
622
624
|
}
|
|
623
625
|
|
|
624
626
|
/* Webkit */
|
|
625
627
|
.uk-range::-webkit-slider-thumb {
|
|
626
628
|
background: $inverse-form-range-thumb-background;
|
|
627
|
-
@if(mixin-exists(hook-inverse-form-range-thumb)) {@include hook-inverse-form-range-thumb();}
|
|
629
|
+
@if(meta.mixin-exists(hook-inverse-form-range-thumb)) {@include hook-inverse-form-range-thumb();}
|
|
628
630
|
}
|
|
629
631
|
|
|
630
632
|
/* Firefox */
|
|
631
633
|
.uk-range::-moz-range-thumb {
|
|
632
634
|
background: $inverse-form-range-thumb-background;
|
|
633
|
-
@if(mixin-exists(hook-inverse-form-range-thumb)) {@include hook-inverse-form-range-thumb();}
|
|
635
|
+
@if(meta.mixin-exists(hook-inverse-form-range-thumb)) {@include hook-inverse-form-range-thumb();}
|
|
634
636
|
}
|
|
635
637
|
|
|
636
638
|
}
|
|
@@ -670,12 +672,12 @@
|
|
|
670
672
|
background-color: $inverse-form-background;
|
|
671
673
|
color: $inverse-form-color;
|
|
672
674
|
background-clip: padding-box;
|
|
673
|
-
@if(mixin-exists(hook-inverse-form)) {@include hook-inverse-form();}
|
|
675
|
+
@if(meta.mixin-exists(hook-inverse-form)) {@include hook-inverse-form();}
|
|
674
676
|
|
|
675
677
|
&:focus {
|
|
676
678
|
background-color: $inverse-form-focus-background;
|
|
677
679
|
color: $inverse-form-focus-color;
|
|
678
|
-
@if(mixin-exists(hook-inverse-form-focus)) {@include hook-inverse-form-focus();}
|
|
680
|
+
@if(meta.mixin-exists(hook-inverse-form-focus)) {@include hook-inverse-form-focus();}
|
|
679
681
|
}
|
|
680
682
|
}
|
|
681
683
|
|
|
@@ -707,14 +709,14 @@
|
|
|
707
709
|
.uk-radio,
|
|
708
710
|
.uk-checkbox {
|
|
709
711
|
background-color: $inverse-form-radio-background;
|
|
710
|
-
@if(mixin-exists(hook-inverse-form-radio)) {@include hook-inverse-form-radio();}
|
|
712
|
+
@if(meta.mixin-exists(hook-inverse-form-radio)) {@include hook-inverse-form-radio();}
|
|
711
713
|
}
|
|
712
714
|
|
|
713
715
|
// Focus
|
|
714
716
|
.uk-radio:focus,
|
|
715
717
|
.uk-checkbox:focus {
|
|
716
718
|
background-color: $inverse-form-radio-focus-background;
|
|
717
|
-
@if(mixin-exists(hook-inverse-form-radio-focus)) {@include hook-inverse-form-radio-focus();}
|
|
719
|
+
@if(meta.mixin-exists(hook-inverse-form-radio-focus)) {@include hook-inverse-form-radio-focus();}
|
|
718
720
|
}
|
|
719
721
|
|
|
720
722
|
// Checked
|
|
@@ -722,7 +724,7 @@
|
|
|
722
724
|
.uk-checkbox:checked,
|
|
723
725
|
.uk-checkbox:indeterminate {
|
|
724
726
|
background-color: $inverse-form-radio-checked-background;
|
|
725
|
-
@if(mixin-exists(hook-inverse-form-radio-checked)) {@include hook-inverse-form-radio-checked();}
|
|
727
|
+
@if(meta.mixin-exists(hook-inverse-form-radio-checked)) {@include hook-inverse-form-radio-checked();}
|
|
726
728
|
}
|
|
727
729
|
|
|
728
730
|
// Focus
|
|
@@ -730,7 +732,7 @@
|
|
|
730
732
|
.uk-checkbox:checked:focus,
|
|
731
733
|
.uk-checkbox:indeterminate:focus {
|
|
732
734
|
background-color: $inverse-form-radio-checked-focus-background;
|
|
733
|
-
@if(mixin-exists(hook-inverse-form-radio-checked-focus)) {@include hook-inverse-form-radio-checked-focus();}
|
|
735
|
+
@if(meta.mixin-exists(hook-inverse-form-radio-checked-focus)) {@include hook-inverse-form-radio-checked-focus();}
|
|
734
736
|
}
|
|
735
737
|
|
|
736
738
|
// Icon
|
|
@@ -740,13 +742,13 @@
|
|
|
740
742
|
|
|
741
743
|
// Label
|
|
742
744
|
.uk-form-label {
|
|
743
|
-
@if(mixin-exists(hook-inverse-form-label)) {@include hook-inverse-form-label();}
|
|
745
|
+
@if(meta.mixin-exists(hook-inverse-form-label)) {@include hook-inverse-form-label();}
|
|
744
746
|
}
|
|
745
747
|
|
|
746
748
|
// Icon
|
|
747
749
|
.uk-form-icon {
|
|
748
750
|
color: $inverse-form-icon-color;
|
|
749
|
-
@if(mixin-exists(hook-inverse-form-icon)) {@include hook-inverse-form-icon();}
|
|
751
|
+
@if(meta.mixin-exists(hook-inverse-form-icon)) {@include hook-inverse-form-icon();}
|
|
750
752
|
}
|
|
751
753
|
.uk-form-icon:hover { color: $inverse-form-icon-hover-color; }
|
|
752
754
|
|
|
@@ -760,12 +762,12 @@
|
|
|
760
762
|
|
|
761
763
|
.uk-grid-divider > :not(.uk-first-column)::before {
|
|
762
764
|
border-left-color: $inverse-grid-divider-border;
|
|
763
|
-
@if(mixin-exists(hook-inverse-grid-divider-horizontal)) {@include hook-inverse-grid-divider-horizontal();}
|
|
765
|
+
@if(meta.mixin-exists(hook-inverse-grid-divider-horizontal)) {@include hook-inverse-grid-divider-horizontal();}
|
|
764
766
|
}
|
|
765
767
|
|
|
766
768
|
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
|
|
767
769
|
border-top-color: $inverse-grid-divider-border;
|
|
768
|
-
@if(mixin-exists(hook-inverse-grid-divider-vertical)) {@include hook-inverse-grid-divider-vertical();}
|
|
770
|
+
@if(meta.mixin-exists(hook-inverse-grid-divider-vertical)) {@include hook-inverse-grid-divider-vertical();}
|
|
769
771
|
}
|
|
770
772
|
|
|
771
773
|
}
|
|
@@ -795,47 +797,47 @@
|
|
|
795
797
|
@mixin hook-inverse-component-heading(){
|
|
796
798
|
|
|
797
799
|
.uk-heading-small {
|
|
798
|
-
@if(mixin-exists(hook-inverse-heading-small)) {@include hook-inverse-heading-small();}
|
|
800
|
+
@if(meta.mixin-exists(hook-inverse-heading-small)) {@include hook-inverse-heading-small();}
|
|
799
801
|
}
|
|
800
802
|
|
|
801
803
|
.uk-heading-medium {
|
|
802
|
-
@if(mixin-exists(hook-inverse-heading-medium)) {@include hook-inverse-heading-medium();}
|
|
804
|
+
@if(meta.mixin-exists(hook-inverse-heading-medium)) {@include hook-inverse-heading-medium();}
|
|
803
805
|
}
|
|
804
806
|
|
|
805
807
|
.uk-heading-large {
|
|
806
|
-
@if(mixin-exists(hook-inverse-heading-large)) {@include hook-inverse-heading-large();}
|
|
808
|
+
@if(meta.mixin-exists(hook-inverse-heading-large)) {@include hook-inverse-heading-large();}
|
|
807
809
|
}
|
|
808
810
|
|
|
809
811
|
.uk-heading-xlarge {
|
|
810
|
-
@if(mixin-exists(hook-inverse-heading-xlarge)) {@include hook-inverse-heading-xlarge();}
|
|
812
|
+
@if(meta.mixin-exists(hook-inverse-heading-xlarge)) {@include hook-inverse-heading-xlarge();}
|
|
811
813
|
}
|
|
812
814
|
|
|
813
815
|
.uk-heading-2xlarge {
|
|
814
|
-
@if(mixin-exists(hook-inverse-heading-2xlarge)) {@include hook-inverse-heading-2xlarge();}
|
|
816
|
+
@if(meta.mixin-exists(hook-inverse-heading-2xlarge)) {@include hook-inverse-heading-2xlarge();}
|
|
815
817
|
}
|
|
816
818
|
|
|
817
819
|
.uk-heading-3xlarge {
|
|
818
|
-
@if(mixin-exists(hook-inverse-heading-3xlarge)) {@include hook-inverse-heading-3xlarge();}
|
|
820
|
+
@if(meta.mixin-exists(hook-inverse-heading-3xlarge)) {@include hook-inverse-heading-3xlarge();}
|
|
819
821
|
}
|
|
820
822
|
|
|
821
|
-
@if ($deprecated == true) { .uk-heading-primary { @if (mixin-exists(hook-inverse-heading-primary)) {@include hook-inverse-heading-primary();}}}
|
|
823
|
+
@if ($deprecated == true) { .uk-heading-primary { @if (meta.mixin-exists(hook-inverse-heading-primary)) {@include hook-inverse-heading-primary();}}}
|
|
822
824
|
|
|
823
|
-
@if ($deprecated == true) { .uk-heading-hero { @if (mixin-exists(hook-inverse-heading-hero)) {@include hook-inverse-heading-hero();}}}
|
|
825
|
+
@if ($deprecated == true) { .uk-heading-hero { @if (meta.mixin-exists(hook-inverse-heading-hero)) {@include hook-inverse-heading-hero();}}}
|
|
824
826
|
|
|
825
827
|
.uk-heading-divider {
|
|
826
828
|
border-bottom-color: $inverse-heading-divider-border;
|
|
827
|
-
@if(mixin-exists(hook-inverse-heading-divider)) {@include hook-inverse-heading-divider();}
|
|
829
|
+
@if(meta.mixin-exists(hook-inverse-heading-divider)) {@include hook-inverse-heading-divider();}
|
|
828
830
|
}
|
|
829
831
|
|
|
830
832
|
.uk-heading-bullet::before {
|
|
831
833
|
border-left-color: $inverse-heading-bullet-border;
|
|
832
|
-
@if(mixin-exists(hook-inverse-heading-bullet)) {@include hook-inverse-heading-bullet();}
|
|
834
|
+
@if(meta.mixin-exists(hook-inverse-heading-bullet)) {@include hook-inverse-heading-bullet();}
|
|
833
835
|
}
|
|
834
836
|
|
|
835
837
|
.uk-heading-line > ::before,
|
|
836
838
|
.uk-heading-line > ::after {
|
|
837
839
|
border-bottom-color: $inverse-heading-line-border;
|
|
838
|
-
@if(mixin-exists(hook-inverse-heading-line)) {@include hook-inverse-heading-line();}
|
|
840
|
+
@if(meta.mixin-exists(hook-inverse-heading-line)) {@include hook-inverse-heading-line();}
|
|
839
841
|
}
|
|
840
842
|
|
|
841
843
|
}
|
|
@@ -861,18 +863,18 @@
|
|
|
861
863
|
|
|
862
864
|
.uk-icon-link {
|
|
863
865
|
color: $inverse-icon-link-color;
|
|
864
|
-
@if(mixin-exists(hook-inverse-icon-link)) {@include hook-inverse-icon-link();}
|
|
866
|
+
@if(meta.mixin-exists(hook-inverse-icon-link)) {@include hook-inverse-icon-link();}
|
|
865
867
|
}
|
|
866
868
|
|
|
867
869
|
.uk-icon-link:hover {
|
|
868
870
|
color: $inverse-icon-link-hover-color;
|
|
869
|
-
@if(mixin-exists(hook-inverse-icon-link-hover)) {@include hook-inverse-icon-link-hover();}
|
|
871
|
+
@if(meta.mixin-exists(hook-inverse-icon-link-hover)) {@include hook-inverse-icon-link-hover();}
|
|
870
872
|
}
|
|
871
873
|
|
|
872
874
|
.uk-icon-link:active,
|
|
873
875
|
.uk-active > .uk-icon-link {
|
|
874
876
|
color: $inverse-icon-link-active-color;
|
|
875
|
-
@if(mixin-exists(hook-inverse-icon-link-active)) {@include hook-inverse-icon-link-active();}
|
|
877
|
+
@if(meta.mixin-exists(hook-inverse-icon-link-active)) {@include hook-inverse-icon-link-active();}
|
|
876
878
|
}
|
|
877
879
|
|
|
878
880
|
//
|
|
@@ -882,19 +884,19 @@
|
|
|
882
884
|
.uk-icon-button {
|
|
883
885
|
background-color: $inverse-icon-button-background;
|
|
884
886
|
color: $inverse-icon-button-color;
|
|
885
|
-
@if(mixin-exists(hook-inverse-icon-button)) {@include hook-inverse-icon-button();}
|
|
887
|
+
@if(meta.mixin-exists(hook-inverse-icon-button)) {@include hook-inverse-icon-button();}
|
|
886
888
|
}
|
|
887
889
|
|
|
888
890
|
.uk-icon-button:hover {
|
|
889
891
|
background-color: $inverse-icon-button-hover-background;
|
|
890
892
|
color: $inverse-icon-button-hover-color;
|
|
891
|
-
@if(mixin-exists(hook-inverse-icon-button-hover)) {@include hook-inverse-icon-button-hover();}
|
|
893
|
+
@if(meta.mixin-exists(hook-inverse-icon-button-hover)) {@include hook-inverse-icon-button-hover();}
|
|
892
894
|
}
|
|
893
895
|
|
|
894
896
|
.uk-icon-button:active {
|
|
895
897
|
background-color: $inverse-icon-button-active-background;
|
|
896
898
|
color: $inverse-icon-button-active-color;
|
|
897
|
-
@if(mixin-exists(hook-inverse-icon-button-active)) {@include hook-inverse-icon-button-active();}
|
|
899
|
+
@if(meta.mixin-exists(hook-inverse-icon-button-active)) {@include hook-inverse-icon-button-active();}
|
|
898
900
|
}
|
|
899
901
|
|
|
900
902
|
}
|
|
@@ -910,17 +912,17 @@
|
|
|
910
912
|
|
|
911
913
|
.uk-iconnav > * > a {
|
|
912
914
|
color: $inverse-iconnav-item-color;
|
|
913
|
-
@if(mixin-exists(hook-inverse-iconnav-item)) {@include hook-inverse-iconnav-item();}
|
|
915
|
+
@if(meta.mixin-exists(hook-inverse-iconnav-item)) {@include hook-inverse-iconnav-item();}
|
|
914
916
|
}
|
|
915
917
|
|
|
916
918
|
.uk-iconnav > * > a:hover {
|
|
917
919
|
color: $inverse-iconnav-item-hover-color;
|
|
918
|
-
@if(mixin-exists(hook-inverse-iconnav-item-hover)) {@include hook-inverse-iconnav-item-hover();}
|
|
920
|
+
@if(meta.mixin-exists(hook-inverse-iconnav-item-hover)) {@include hook-inverse-iconnav-item-hover();}
|
|
919
921
|
}
|
|
920
922
|
|
|
921
923
|
.uk-iconnav > .uk-active > a {
|
|
922
924
|
color: $inverse-iconnav-item-active-color;
|
|
923
|
-
@if(mixin-exists(hook-inverse-iconnav-item-active)) {@include hook-inverse-iconnav-item-active();}
|
|
925
|
+
@if(meta.mixin-exists(hook-inverse-iconnav-item-active)) {@include hook-inverse-iconnav-item-active();}
|
|
924
926
|
}
|
|
925
927
|
|
|
926
928
|
}
|
|
@@ -935,7 +937,7 @@
|
|
|
935
937
|
.uk-label {
|
|
936
938
|
background-color: $inverse-label-background;
|
|
937
939
|
color: $inverse-label-color;
|
|
938
|
-
@if(mixin-exists(hook-inverse-label)) {@include hook-inverse-label();}
|
|
940
|
+
@if(meta.mixin-exists(hook-inverse-label)) {@include hook-inverse-label();}
|
|
939
941
|
}
|
|
940
942
|
|
|
941
943
|
}
|
|
@@ -945,7 +947,7 @@
|
|
|
945
947
|
@mixin hook-inverse-component-leader(){
|
|
946
948
|
|
|
947
949
|
.uk-leader-fill::after {
|
|
948
|
-
@if(mixin-exists(hook-inverse-leader)) {@include hook-inverse-leader();}
|
|
950
|
+
@if(meta.mixin-exists(hook-inverse-leader)) {@include hook-inverse-leader();}
|
|
949
951
|
}
|
|
950
952
|
|
|
951
953
|
}
|
|
@@ -970,28 +972,28 @@
|
|
|
970
972
|
a.uk-link-muted,
|
|
971
973
|
.uk-link-muted a {
|
|
972
974
|
color: $inverse-link-muted-color;
|
|
973
|
-
@if(mixin-exists(hook-inverse-link-muted)) {@include hook-inverse-link-muted();}
|
|
975
|
+
@if(meta.mixin-exists(hook-inverse-link-muted)) {@include hook-inverse-link-muted();}
|
|
974
976
|
}
|
|
975
977
|
|
|
976
978
|
a.uk-link-muted:hover,
|
|
977
979
|
.uk-link-muted a:hover,
|
|
978
980
|
.uk-link-toggle:hover .uk-link-muted {
|
|
979
981
|
color: $inverse-link-muted-hover-color;
|
|
980
|
-
@if(mixin-exists(hook-inverse-link-muted-hover)) {@include hook-inverse-link-muted-hover();}
|
|
982
|
+
@if(meta.mixin-exists(hook-inverse-link-muted-hover)) {@include hook-inverse-link-muted-hover();}
|
|
981
983
|
}
|
|
982
984
|
|
|
983
985
|
a.uk-link-text:hover,
|
|
984
986
|
.uk-link-text a:hover,
|
|
985
987
|
.uk-link-toggle:hover .uk-link-text {
|
|
986
988
|
color: $inverse-link-text-hover-color;
|
|
987
|
-
@if(mixin-exists(hook-inverse-link-text-hover)) {@include hook-inverse-link-text-hover();}
|
|
989
|
+
@if(meta.mixin-exists(hook-inverse-link-text-hover)) {@include hook-inverse-link-text-hover();}
|
|
988
990
|
}
|
|
989
991
|
|
|
990
992
|
a.uk-link-heading:hover,
|
|
991
993
|
.uk-link-heading a:hover,
|
|
992
994
|
.uk-link-toggle:hover .uk-link-heading {
|
|
993
995
|
color: $inverse-link-heading-hover-color;
|
|
994
|
-
@if(mixin-exists(hook-inverse-link-heading-hover)) {@include hook-inverse-link-heading-hover();}
|
|
996
|
+
@if(meta.mixin-exists(hook-inverse-link-heading-hover)) {@include hook-inverse-link-heading-hover();}
|
|
995
997
|
}
|
|
996
998
|
|
|
997
999
|
}
|
|
@@ -1013,11 +1015,11 @@
|
|
|
1013
1015
|
|
|
1014
1016
|
.uk-list-divider > :nth-child(n+2) {
|
|
1015
1017
|
border-top-color: $inverse-list-divider-border;
|
|
1016
|
-
@if(mixin-exists(hook-inverse-list-divider)) {@include hook-inverse-list-divider();}
|
|
1018
|
+
@if(meta.mixin-exists(hook-inverse-list-divider)) {@include hook-inverse-list-divider();}
|
|
1017
1019
|
}
|
|
1018
1020
|
|
|
1019
1021
|
.uk-list-striped > * {
|
|
1020
|
-
@if(mixin-exists(hook-inverse-list-striped)) {@include hook-inverse-list-striped();}
|
|
1022
|
+
@if(meta.mixin-exists(hook-inverse-list-striped)) {@include hook-inverse-list-striped();}
|
|
1021
1023
|
}
|
|
1022
1024
|
|
|
1023
1025
|
.uk-list-striped > :nth-of-type(odd) { background-color: $inverse-list-striped-background; }
|
|
@@ -1034,12 +1036,12 @@
|
|
|
1034
1036
|
.uk-marker {
|
|
1035
1037
|
background: $inverse-marker-background;
|
|
1036
1038
|
color: $inverse-marker-color;
|
|
1037
|
-
@if(mixin-exists(hook-inverse-marker)) {@include hook-inverse-marker();}
|
|
1039
|
+
@if(meta.mixin-exists(hook-inverse-marker)) {@include hook-inverse-marker();}
|
|
1038
1040
|
}
|
|
1039
1041
|
|
|
1040
1042
|
.uk-marker:hover {
|
|
1041
1043
|
color: $inverse-marker-hover-color;
|
|
1042
|
-
@if(mixin-exists(hook-inverse-marker-hover)) {@include hook-inverse-marker-hover();}
|
|
1044
|
+
@if(meta.mixin-exists(hook-inverse-marker-hover)) {@include hook-inverse-marker-hover();}
|
|
1043
1045
|
}
|
|
1044
1046
|
|
|
1045
1047
|
}
|
|
@@ -1117,27 +1119,27 @@
|
|
|
1117
1119
|
|
|
1118
1120
|
.uk-nav-default > li > a {
|
|
1119
1121
|
color: $inverse-nav-default-item-color;
|
|
1120
|
-
@if(mixin-exists(hook-inverse-nav-default-item)) {@include hook-inverse-nav-default-item();}
|
|
1122
|
+
@if(meta.mixin-exists(hook-inverse-nav-default-item)) {@include hook-inverse-nav-default-item();}
|
|
1121
1123
|
}
|
|
1122
1124
|
|
|
1123
1125
|
.uk-nav-default > li > a:hover {
|
|
1124
1126
|
color: $inverse-nav-default-item-hover-color;
|
|
1125
|
-
@if(mixin-exists(hook-inverse-nav-default-item-hover)) {@include hook-inverse-nav-default-item-hover();}
|
|
1127
|
+
@if(meta.mixin-exists(hook-inverse-nav-default-item-hover)) {@include hook-inverse-nav-default-item-hover();}
|
|
1126
1128
|
}
|
|
1127
1129
|
|
|
1128
1130
|
.uk-nav-default > li.uk-active > a {
|
|
1129
1131
|
color: $inverse-nav-default-item-active-color;
|
|
1130
|
-
@if(mixin-exists(hook-inverse-nav-default-item-active)) {@include hook-inverse-nav-default-item-active();}
|
|
1132
|
+
@if(meta.mixin-exists(hook-inverse-nav-default-item-active)) {@include hook-inverse-nav-default-item-active();}
|
|
1131
1133
|
}
|
|
1132
1134
|
|
|
1133
1135
|
.uk-nav-default .uk-nav-header {
|
|
1134
1136
|
color: $inverse-nav-default-header-color;
|
|
1135
|
-
@if(mixin-exists(hook-inverse-nav-default-header)) {@include hook-inverse-nav-default-header();}
|
|
1137
|
+
@if(meta.mixin-exists(hook-inverse-nav-default-header)) {@include hook-inverse-nav-default-header();}
|
|
1136
1138
|
}
|
|
1137
1139
|
|
|
1138
1140
|
.uk-nav-default .uk-nav-divider {
|
|
1139
1141
|
border-top-color: $inverse-nav-default-divider-border;
|
|
1140
|
-
@if(mixin-exists(hook-inverse-nav-default-divider)) {@include hook-inverse-nav-default-divider();}
|
|
1142
|
+
@if(meta.mixin-exists(hook-inverse-nav-default-divider)) {@include hook-inverse-nav-default-divider();}
|
|
1141
1143
|
}
|
|
1142
1144
|
|
|
1143
1145
|
.uk-nav-default .uk-nav-sub a { color: $inverse-nav-default-sublist-item-color; }
|
|
@@ -1152,27 +1154,27 @@
|
|
|
1152
1154
|
|
|
1153
1155
|
.uk-nav-primary > li > a {
|
|
1154
1156
|
color: $inverse-nav-primary-item-color;
|
|
1155
|
-
@if(mixin-exists(hook-inverse-nav-primary-item)) {@include hook-inverse-nav-primary-item();}
|
|
1157
|
+
@if(meta.mixin-exists(hook-inverse-nav-primary-item)) {@include hook-inverse-nav-primary-item();}
|
|
1156
1158
|
}
|
|
1157
1159
|
|
|
1158
1160
|
.uk-nav-primary > li > a:hover {
|
|
1159
1161
|
color: $inverse-nav-primary-item-hover-color;
|
|
1160
|
-
@if(mixin-exists(hook-inverse-nav-primary-item-hover)) {@include hook-inverse-nav-primary-item-hover();}
|
|
1162
|
+
@if(meta.mixin-exists(hook-inverse-nav-primary-item-hover)) {@include hook-inverse-nav-primary-item-hover();}
|
|
1161
1163
|
}
|
|
1162
1164
|
|
|
1163
1165
|
.uk-nav-primary > li.uk-active > a {
|
|
1164
1166
|
color: $inverse-nav-primary-item-active-color;
|
|
1165
|
-
@if(mixin-exists(hook-inverse-nav-primary-item-active)) {@include hook-inverse-nav-primary-item-active();}
|
|
1167
|
+
@if(meta.mixin-exists(hook-inverse-nav-primary-item-active)) {@include hook-inverse-nav-primary-item-active();}
|
|
1166
1168
|
}
|
|
1167
1169
|
|
|
1168
1170
|
.uk-nav-primary .uk-nav-header {
|
|
1169
1171
|
color: $inverse-nav-primary-header-color;
|
|
1170
|
-
@if(mixin-exists(hook-inverse-nav-primary-header)) {@include hook-inverse-nav-primary-header();}
|
|
1172
|
+
@if(meta.mixin-exists(hook-inverse-nav-primary-header)) {@include hook-inverse-nav-primary-header();}
|
|
1171
1173
|
}
|
|
1172
1174
|
|
|
1173
1175
|
.uk-nav-primary .uk-nav-divider {
|
|
1174
1176
|
border-top-color: $inverse-nav-primary-divider-border;
|
|
1175
|
-
@if(mixin-exists(hook-inverse-nav-primary-divider)) {@include hook-inverse-nav-primary-divider();}
|
|
1177
|
+
@if(meta.mixin-exists(hook-inverse-nav-primary-divider)) {@include hook-inverse-nav-primary-divider();}
|
|
1176
1178
|
}
|
|
1177
1179
|
|
|
1178
1180
|
.uk-nav-primary .uk-nav-sub a { color: $inverse-nav-primary-sublist-item-color; }
|
|
@@ -1187,42 +1189,42 @@
|
|
|
1187
1189
|
|
|
1188
1190
|
.uk-nav-secondary > li > a {
|
|
1189
1191
|
color: $inverse-nav-secondary-item-color;
|
|
1190
|
-
@if(mixin-exists(hook-inverse-nav-secondary-item)) {@include hook-inverse-nav-secondary-item();}
|
|
1192
|
+
@if(meta.mixin-exists(hook-inverse-nav-secondary-item)) {@include hook-inverse-nav-secondary-item();}
|
|
1191
1193
|
}
|
|
1192
1194
|
|
|
1193
1195
|
.uk-nav-secondary > li > a:hover {
|
|
1194
1196
|
color: $inverse-nav-secondary-item-hover-color;
|
|
1195
|
-
@if(mixin-exists(hook-inverse-nav-secondary-item-hover)) {@include hook-inverse-nav-secondary-item-hover();}
|
|
1197
|
+
@if(meta.mixin-exists(hook-inverse-nav-secondary-item-hover)) {@include hook-inverse-nav-secondary-item-hover();}
|
|
1196
1198
|
}
|
|
1197
1199
|
|
|
1198
1200
|
.uk-nav-secondary > li.uk-active > a {
|
|
1199
1201
|
color: $inverse-nav-secondary-item-active-color;
|
|
1200
|
-
@if(mixin-exists(hook-inverse-nav-secondary-item-active)) {@include hook-inverse-nav-secondary-item-active();}
|
|
1202
|
+
@if(meta.mixin-exists(hook-inverse-nav-secondary-item-active)) {@include hook-inverse-nav-secondary-item-active();}
|
|
1201
1203
|
}
|
|
1202
1204
|
|
|
1203
1205
|
.uk-nav-secondary .uk-nav-subtitle {
|
|
1204
1206
|
color: $inverse-nav-secondary-subtitle-color;
|
|
1205
|
-
@if(mixin-exists(hook-inverse-nav-secondary-subtitle)) {@include hook-inverse-nav-secondary-subtitle();}
|
|
1207
|
+
@if(meta.mixin-exists(hook-inverse-nav-secondary-subtitle)) {@include hook-inverse-nav-secondary-subtitle();}
|
|
1206
1208
|
}
|
|
1207
1209
|
|
|
1208
1210
|
.uk-nav-secondary > li > a:hover .uk-nav-subtitle {
|
|
1209
1211
|
color: $inverse-nav-secondary-subtitle-hover-color;
|
|
1210
|
-
@if(mixin-exists(hook-inverse-nav-secondary-subtitle-hover)) {@include hook-inverse-nav-secondary-subtitle-hover();}
|
|
1212
|
+
@if(meta.mixin-exists(hook-inverse-nav-secondary-subtitle-hover)) {@include hook-inverse-nav-secondary-subtitle-hover();}
|
|
1211
1213
|
}
|
|
1212
1214
|
|
|
1213
1215
|
.uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
|
|
1214
1216
|
color: $inverse-nav-secondary-subtitle-active-color;
|
|
1215
|
-
@if(mixin-exists(hook-inverse-nav-secondary-subtitle-active)) {@include hook-inverse-nav-secondary-subtitle-active();}
|
|
1217
|
+
@if(meta.mixin-exists(hook-inverse-nav-secondary-subtitle-active)) {@include hook-inverse-nav-secondary-subtitle-active();}
|
|
1216
1218
|
}
|
|
1217
1219
|
|
|
1218
1220
|
.uk-nav-secondary .uk-nav-header {
|
|
1219
1221
|
color: $inverse-nav-secondary-header-color;
|
|
1220
|
-
@if(mixin-exists(hook-inverse-nav-secondary-header)) {@include hook-inverse-nav-secondary-header();}
|
|
1222
|
+
@if(meta.mixin-exists(hook-inverse-nav-secondary-header)) {@include hook-inverse-nav-secondary-header();}
|
|
1221
1223
|
}
|
|
1222
1224
|
|
|
1223
1225
|
.uk-nav-secondary .uk-nav-divider {
|
|
1224
1226
|
border-top-color: $inverse-nav-secondary-divider-border;
|
|
1225
|
-
@if(mixin-exists(hook-inverse-nav-secondary-divider)) {@include hook-inverse-nav-secondary-divider();}
|
|
1227
|
+
@if(meta.mixin-exists(hook-inverse-nav-secondary-divider)) {@include hook-inverse-nav-secondary-divider();}
|
|
1226
1228
|
}
|
|
1227
1229
|
|
|
1228
1230
|
.uk-nav-secondary .uk-nav-sub a { color: $inverse-nav-secondary-sublist-item-color; }
|
|
@@ -1237,7 +1239,7 @@
|
|
|
1237
1239
|
|
|
1238
1240
|
.uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
|
|
1239
1241
|
border-top-color: $inverse-nav-dividers-border;
|
|
1240
|
-
@if(mixin-exists(hook-inverse-nav-dividers)) {@include hook-inverse-nav-dividers();}
|
|
1242
|
+
@if(meta.mixin-exists(hook-inverse-nav-dividers)) {@include hook-inverse-nav-dividers();}
|
|
1241
1243
|
}
|
|
1242
1244
|
|
|
1243
1245
|
}
|
|
@@ -1284,23 +1286,23 @@
|
|
|
1284
1286
|
|
|
1285
1287
|
.uk-navbar-nav > li > a {
|
|
1286
1288
|
color: $inverse-navbar-nav-item-color;
|
|
1287
|
-
@if(mixin-exists(hook-inverse-navbar-nav-item)) {@include hook-inverse-navbar-nav-item();}
|
|
1289
|
+
@if(meta.mixin-exists(hook-inverse-navbar-nav-item)) {@include hook-inverse-navbar-nav-item();}
|
|
1288
1290
|
}
|
|
1289
1291
|
|
|
1290
1292
|
.uk-navbar-nav > li:hover > a,
|
|
1291
1293
|
.uk-navbar-nav > li > a[aria-expanded="true"] {
|
|
1292
1294
|
color: $inverse-navbar-nav-item-hover-color;
|
|
1293
|
-
@if(mixin-exists(hook-inverse-navbar-nav-item-hover)) {@include hook-inverse-navbar-nav-item-hover();}
|
|
1295
|
+
@if(meta.mixin-exists(hook-inverse-navbar-nav-item-hover)) {@include hook-inverse-navbar-nav-item-hover();}
|
|
1294
1296
|
}
|
|
1295
1297
|
|
|
1296
1298
|
.uk-navbar-nav > li > a:active {
|
|
1297
1299
|
color: $inverse-navbar-nav-item-onclick-color;
|
|
1298
|
-
@if(mixin-exists(hook-inverse-navbar-nav-item-onclick)) {@include hook-inverse-navbar-nav-item-onclick();}
|
|
1300
|
+
@if(meta.mixin-exists(hook-inverse-navbar-nav-item-onclick)) {@include hook-inverse-navbar-nav-item-onclick();}
|
|
1299
1301
|
}
|
|
1300
1302
|
|
|
1301
1303
|
.uk-navbar-nav > li.uk-active > a {
|
|
1302
1304
|
color: $inverse-navbar-nav-item-active-color;
|
|
1303
|
-
@if(mixin-exists(hook-inverse-navbar-nav-item-active)) {@include hook-inverse-navbar-nav-item-active();}
|
|
1305
|
+
@if(meta.mixin-exists(hook-inverse-navbar-nav-item-active)) {@include hook-inverse-navbar-nav-item-active();}
|
|
1304
1306
|
}
|
|
1305
1307
|
|
|
1306
1308
|
//
|
|
@@ -1309,7 +1311,7 @@
|
|
|
1309
1311
|
|
|
1310
1312
|
.uk-navbar-item {
|
|
1311
1313
|
color: $inverse-navbar-item-color;
|
|
1312
|
-
@if(mixin-exists(hook-inverse-navbar-item)) {@include hook-inverse-navbar-item();}
|
|
1314
|
+
@if(meta.mixin-exists(hook-inverse-navbar-item)) {@include hook-inverse-navbar-item();}
|
|
1313
1315
|
}
|
|
1314
1316
|
|
|
1315
1317
|
//
|
|
@@ -1318,13 +1320,13 @@
|
|
|
1318
1320
|
|
|
1319
1321
|
.uk-navbar-toggle {
|
|
1320
1322
|
color: $inverse-navbar-toggle-color;
|
|
1321
|
-
@if(mixin-exists(hook-inverse-navbar-toggle)) {@include hook-inverse-navbar-toggle();}
|
|
1323
|
+
@if(meta.mixin-exists(hook-inverse-navbar-toggle)) {@include hook-inverse-navbar-toggle();}
|
|
1322
1324
|
}
|
|
1323
1325
|
|
|
1324
1326
|
.uk-navbar-toggle:hover,
|
|
1325
1327
|
.uk-navbar-toggle[aria-expanded="true"] {
|
|
1326
1328
|
color: $inverse-navbar-toggle-hover-color;
|
|
1327
|
-
@if(mixin-exists(hook-inverse-navbar-toggle-hover)) {@include hook-inverse-navbar-toggle-hover();}
|
|
1329
|
+
@if(meta.mixin-exists(hook-inverse-navbar-toggle-hover)) {@include hook-inverse-navbar-toggle-hover();}
|
|
1328
1330
|
}
|
|
1329
1331
|
|
|
1330
1332
|
}
|
|
@@ -1360,22 +1362,22 @@
|
|
|
1360
1362
|
|
|
1361
1363
|
.uk-pagination > * > * {
|
|
1362
1364
|
color: $inverse-pagination-item-color;
|
|
1363
|
-
@if(mixin-exists(hook-inverse-pagination-item)) {@include hook-inverse-pagination-item();}
|
|
1365
|
+
@if(meta.mixin-exists(hook-inverse-pagination-item)) {@include hook-inverse-pagination-item();}
|
|
1364
1366
|
}
|
|
1365
1367
|
|
|
1366
1368
|
.uk-pagination > * > :hover {
|
|
1367
1369
|
color: $inverse-pagination-item-hover-color;
|
|
1368
|
-
@if(mixin-exists(hook-inverse-pagination-item-hover)) {@include hook-inverse-pagination-item-hover();}
|
|
1370
|
+
@if(meta.mixin-exists(hook-inverse-pagination-item-hover)) {@include hook-inverse-pagination-item-hover();}
|
|
1369
1371
|
}
|
|
1370
1372
|
|
|
1371
1373
|
.uk-pagination > .uk-active > * {
|
|
1372
1374
|
color: $inverse-pagination-item-active-color;
|
|
1373
|
-
@if(mixin-exists(hook-inverse-pagination-item-active)) {@include hook-inverse-pagination-item-active();}
|
|
1375
|
+
@if(meta.mixin-exists(hook-inverse-pagination-item-active)) {@include hook-inverse-pagination-item-active();}
|
|
1374
1376
|
}
|
|
1375
1377
|
|
|
1376
1378
|
.uk-pagination > .uk-disabled > * {
|
|
1377
1379
|
color: $inverse-pagination-item-disabled-color;
|
|
1378
|
-
@if(mixin-exists(hook-inverse-pagination-item-disabled)) {@include hook-inverse-pagination-item-disabled();}
|
|
1380
|
+
@if(meta.mixin-exists(hook-inverse-pagination-item-disabled)) {@include hook-inverse-pagination-item-disabled();}
|
|
1379
1381
|
}
|
|
1380
1382
|
|
|
1381
1383
|
}
|
|
@@ -1432,42 +1434,42 @@
|
|
|
1432
1434
|
|
|
1433
1435
|
.uk-search-default .uk-search-input {
|
|
1434
1436
|
background-color: $inverse-search-default-background;
|
|
1435
|
-
@if(mixin-exists(hook-inverse-search-default-input)) {@include hook-inverse-search-default-input();}
|
|
1437
|
+
@if(meta.mixin-exists(hook-inverse-search-default-input)) {@include hook-inverse-search-default-input();}
|
|
1436
1438
|
}
|
|
1437
1439
|
|
|
1438
1440
|
.uk-search-default .uk-search-input:focus {
|
|
1439
1441
|
background-color: $inverse-search-default-focus-background;
|
|
1440
|
-
@if(mixin-exists(hook-inverse-search-default-input-focus)) {@include hook-inverse-search-default-input-focus();}
|
|
1442
|
+
@if(meta.mixin-exists(hook-inverse-search-default-input-focus)) {@include hook-inverse-search-default-input-focus();}
|
|
1441
1443
|
}
|
|
1442
1444
|
|
|
1443
1445
|
.uk-search-navbar .uk-search-input {
|
|
1444
1446
|
background-color: $inverse-search-navbar-background;
|
|
1445
|
-
@if(mixin-exists(hook-inverse-search-navbar-input)) {@include hook-inverse-search-navbar-input();}
|
|
1447
|
+
@if(meta.mixin-exists(hook-inverse-search-navbar-input)) {@include hook-inverse-search-navbar-input();}
|
|
1446
1448
|
}
|
|
1447
1449
|
|
|
1448
1450
|
.uk-search-navbar .uk-search-input:focus {
|
|
1449
1451
|
background-color: $inverse-search-navbar-focus-background;
|
|
1450
|
-
@if(mixin-exists(hook-inverse-search-navbar-input-focus)) {@include hook-inverse-search-navbar-input-focus();}
|
|
1452
|
+
@if(meta.mixin-exists(hook-inverse-search-navbar-input-focus)) {@include hook-inverse-search-navbar-input-focus();}
|
|
1451
1453
|
}
|
|
1452
1454
|
|
|
1453
1455
|
.uk-search-medium .uk-search-input {
|
|
1454
1456
|
background-color: $inverse-search-medium-background;
|
|
1455
|
-
@if(mixin-exists(hook-inverse-search-medium-input)) {@include hook-inverse-search-medium-input();}
|
|
1457
|
+
@if(meta.mixin-exists(hook-inverse-search-medium-input)) {@include hook-inverse-search-medium-input();}
|
|
1456
1458
|
}
|
|
1457
1459
|
|
|
1458
1460
|
.uk-search-medium .uk-search-input:focus {
|
|
1459
1461
|
background-color: $inverse-search-medium-focus-background;
|
|
1460
|
-
@if(mixin-exists(hook-inverse-search-medium-input-focus)) {@include hook-inverse-search-medium-input-focus();}
|
|
1462
|
+
@if(meta.mixin-exists(hook-inverse-search-medium-input-focus)) {@include hook-inverse-search-medium-input-focus();}
|
|
1461
1463
|
}
|
|
1462
1464
|
|
|
1463
1465
|
.uk-search-large .uk-search-input {
|
|
1464
1466
|
background-color: $inverse-search-large-background;
|
|
1465
|
-
@if(mixin-exists(hook-inverse-search-large-input)) {@include hook-inverse-search-large-input();}
|
|
1467
|
+
@if(meta.mixin-exists(hook-inverse-search-large-input)) {@include hook-inverse-search-large-input();}
|
|
1466
1468
|
}
|
|
1467
1469
|
|
|
1468
1470
|
.uk-search-large .uk-search-input:focus {
|
|
1469
1471
|
background-color: $inverse-search-large-focus-background;
|
|
1470
|
-
@if(mixin-exists(hook-inverse-search-large-input-focus)) {@include hook-inverse-search-large-input-focus();}
|
|
1472
|
+
@if(meta.mixin-exists(hook-inverse-search-large-input-focus)) {@include hook-inverse-search-large-input-focus();}
|
|
1471
1473
|
}
|
|
1472
1474
|
|
|
1473
1475
|
//
|
|
@@ -1476,12 +1478,12 @@
|
|
|
1476
1478
|
|
|
1477
1479
|
.uk-search-toggle {
|
|
1478
1480
|
color: $inverse-search-toggle-color;
|
|
1479
|
-
@if(mixin-exists(hook-inverse-search-toggle)) {@include hook-inverse-search-toggle();}
|
|
1481
|
+
@if(meta.mixin-exists(hook-inverse-search-toggle)) {@include hook-inverse-search-toggle();}
|
|
1480
1482
|
}
|
|
1481
1483
|
|
|
1482
1484
|
.uk-search-toggle:hover {
|
|
1483
1485
|
color: $inverse-search-toggle-hover-color;
|
|
1484
|
-
@if(mixin-exists(hook-inverse-search-toggle-hover)) {@include hook-inverse-search-toggle-hover();}
|
|
1486
|
+
@if(meta.mixin-exists(hook-inverse-search-toggle-hover)) {@include hook-inverse-search-toggle-hover();}
|
|
1485
1487
|
}
|
|
1486
1488
|
|
|
1487
1489
|
}
|
|
@@ -1507,17 +1509,17 @@
|
|
|
1507
1509
|
|
|
1508
1510
|
.uk-slidenav {
|
|
1509
1511
|
color: $inverse-slidenav-color;
|
|
1510
|
-
@if(mixin-exists(hook-inverse-slidenav)) {@include hook-inverse-slidenav();}
|
|
1512
|
+
@if(meta.mixin-exists(hook-inverse-slidenav)) {@include hook-inverse-slidenav();}
|
|
1511
1513
|
}
|
|
1512
1514
|
|
|
1513
1515
|
.uk-slidenav:hover {
|
|
1514
1516
|
color: $inverse-slidenav-hover-color;
|
|
1515
|
-
@if(mixin-exists(hook-inverse-slidenav-hover)) {@include hook-inverse-slidenav-hover();}
|
|
1517
|
+
@if(meta.mixin-exists(hook-inverse-slidenav-hover)) {@include hook-inverse-slidenav-hover();}
|
|
1516
1518
|
}
|
|
1517
1519
|
|
|
1518
1520
|
.uk-slidenav:active {
|
|
1519
1521
|
color: $inverse-slidenav-active-color;
|
|
1520
|
-
@if(mixin-exists(hook-inverse-slidenav-active)) {@include hook-inverse-slidenav-active();}
|
|
1522
|
+
@if(meta.mixin-exists(hook-inverse-slidenav-active)) {@include hook-inverse-slidenav-active();}
|
|
1521
1523
|
}
|
|
1522
1524
|
|
|
1523
1525
|
}
|
|
@@ -1557,17 +1559,17 @@
|
|
|
1557
1559
|
|
|
1558
1560
|
.uk-subnav > * > :first-child {
|
|
1559
1561
|
color: $inverse-subnav-item-color;
|
|
1560
|
-
@if(mixin-exists(hook-inverse-subnav-item)) {@include hook-inverse-subnav-item();}
|
|
1562
|
+
@if(meta.mixin-exists(hook-inverse-subnav-item)) {@include hook-inverse-subnav-item();}
|
|
1561
1563
|
}
|
|
1562
1564
|
|
|
1563
1565
|
.uk-subnav > * > a:hover {
|
|
1564
1566
|
color: $inverse-subnav-item-hover-color;
|
|
1565
|
-
@if(mixin-exists(hook-inverse-subnav-item-hover)) {@include hook-inverse-subnav-item-hover();}
|
|
1567
|
+
@if(meta.mixin-exists(hook-inverse-subnav-item-hover)) {@include hook-inverse-subnav-item-hover();}
|
|
1566
1568
|
}
|
|
1567
1569
|
|
|
1568
1570
|
.uk-subnav > .uk-active > a {
|
|
1569
1571
|
color: $inverse-subnav-item-active-color;
|
|
1570
|
-
@if(mixin-exists(hook-inverse-subnav-item-active)) {@include hook-inverse-subnav-item-active();}
|
|
1572
|
+
@if(meta.mixin-exists(hook-inverse-subnav-item-active)) {@include hook-inverse-subnav-item-active();}
|
|
1571
1573
|
}
|
|
1572
1574
|
|
|
1573
1575
|
//
|
|
@@ -1576,7 +1578,7 @@
|
|
|
1576
1578
|
|
|
1577
1579
|
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
|
|
1578
1580
|
border-left-color: $inverse-subnav-divider-border;
|
|
1579
|
-
@if(mixin-exists(hook-inverse-subnav-divider)) {@include hook-inverse-subnav-divider();}
|
|
1581
|
+
@if(meta.mixin-exists(hook-inverse-subnav-divider)) {@include hook-inverse-subnav-divider();}
|
|
1580
1582
|
}
|
|
1581
1583
|
|
|
1582
1584
|
//
|
|
@@ -1586,25 +1588,25 @@
|
|
|
1586
1588
|
.uk-subnav-pill > * > :first-child {
|
|
1587
1589
|
background-color: $inverse-subnav-pill-item-background;
|
|
1588
1590
|
color: $inverse-subnav-pill-item-color;
|
|
1589
|
-
@if(mixin-exists(hook-inverse-subnav-pill-item)) {@include hook-inverse-subnav-pill-item();}
|
|
1591
|
+
@if(meta.mixin-exists(hook-inverse-subnav-pill-item)) {@include hook-inverse-subnav-pill-item();}
|
|
1590
1592
|
}
|
|
1591
1593
|
|
|
1592
1594
|
.uk-subnav-pill > * > a:hover {
|
|
1593
1595
|
background-color: $inverse-subnav-pill-item-hover-background;
|
|
1594
1596
|
color: $inverse-subnav-pill-item-hover-color;
|
|
1595
|
-
@if(mixin-exists(hook-inverse-subnav-pill-item-hover)) {@include hook-inverse-subnav-pill-item-hover();}
|
|
1597
|
+
@if(meta.mixin-exists(hook-inverse-subnav-pill-item-hover)) {@include hook-inverse-subnav-pill-item-hover();}
|
|
1596
1598
|
}
|
|
1597
1599
|
|
|
1598
1600
|
.uk-subnav-pill > * > a:active {
|
|
1599
1601
|
background-color: $inverse-subnav-pill-item-onclick-background;
|
|
1600
1602
|
color: $inverse-subnav-pill-item-onclick-color;
|
|
1601
|
-
@if(mixin-exists(hook-inverse-subnav-pill-item-onclick)) {@include hook-inverse-subnav-pill-item-onclick();}
|
|
1603
|
+
@if(meta.mixin-exists(hook-inverse-subnav-pill-item-onclick)) {@include hook-inverse-subnav-pill-item-onclick();}
|
|
1602
1604
|
}
|
|
1603
1605
|
|
|
1604
1606
|
.uk-subnav-pill > .uk-active > a {
|
|
1605
1607
|
background-color: $inverse-subnav-pill-item-active-background;
|
|
1606
1608
|
color: $inverse-subnav-pill-item-active-color;
|
|
1607
|
-
@if(mixin-exists(hook-inverse-subnav-pill-item-active)) {@include hook-inverse-subnav-pill-item-active();}
|
|
1609
|
+
@if(meta.mixin-exists(hook-inverse-subnav-pill-item-active)) {@include hook-inverse-subnav-pill-item-active();}
|
|
1608
1610
|
}
|
|
1609
1611
|
|
|
1610
1612
|
//
|
|
@@ -1613,7 +1615,7 @@
|
|
|
1613
1615
|
|
|
1614
1616
|
.uk-subnav > .uk-disabled > a {
|
|
1615
1617
|
color: $inverse-subnav-item-disabled-color;
|
|
1616
|
-
@if(mixin-exists(hook-inverse-subnav-item-disabled)) {@include hook-inverse-subnav-item-disabled();}
|
|
1618
|
+
@if(meta.mixin-exists(hook-inverse-subnav-item-disabled)) {@include hook-inverse-subnav-item-disabled();}
|
|
1617
1619
|
}
|
|
1618
1620
|
|
|
1619
1621
|
}
|
|
@@ -1639,27 +1641,27 @@
|
|
|
1639
1641
|
@mixin hook-inverse-component-tab(){
|
|
1640
1642
|
|
|
1641
1643
|
.uk-tab {
|
|
1642
|
-
@if(mixin-exists(hook-inverse-tab)) {@include hook-inverse-tab();}
|
|
1644
|
+
@if(meta.mixin-exists(hook-inverse-tab)) {@include hook-inverse-tab();}
|
|
1643
1645
|
}
|
|
1644
1646
|
|
|
1645
1647
|
.uk-tab > * > a {
|
|
1646
1648
|
color: $inverse-tab-item-color;
|
|
1647
|
-
@if(mixin-exists(hook-inverse-tab-item)) {@include hook-inverse-tab-item();}
|
|
1649
|
+
@if(meta.mixin-exists(hook-inverse-tab-item)) {@include hook-inverse-tab-item();}
|
|
1648
1650
|
}
|
|
1649
1651
|
|
|
1650
1652
|
.uk-tab > * > a:hover {
|
|
1651
1653
|
color: $inverse-tab-item-hover-color;
|
|
1652
|
-
@if(mixin-exists(hook-inverse-tab-item-hover)) {@include hook-inverse-tab-item-hover();}
|
|
1654
|
+
@if(meta.mixin-exists(hook-inverse-tab-item-hover)) {@include hook-inverse-tab-item-hover();}
|
|
1653
1655
|
}
|
|
1654
1656
|
|
|
1655
1657
|
.uk-tab > .uk-active > a {
|
|
1656
1658
|
color: $inverse-tab-item-active-color;
|
|
1657
|
-
@if(mixin-exists(hook-inverse-tab-item-active)) {@include hook-inverse-tab-item-active();}
|
|
1659
|
+
@if(meta.mixin-exists(hook-inverse-tab-item-active)) {@include hook-inverse-tab-item-active();}
|
|
1658
1660
|
}
|
|
1659
1661
|
|
|
1660
1662
|
.uk-tab > .uk-disabled > a {
|
|
1661
1663
|
color: $inverse-tab-item-disabled-color;
|
|
1662
|
-
@if(mixin-exists(hook-inverse-tab-item-disabled)) {@include hook-inverse-tab-item-disabled();}
|
|
1664
|
+
@if(meta.mixin-exists(hook-inverse-tab-item-disabled)) {@include hook-inverse-tab-item-disabled();}
|
|
1663
1665
|
}
|
|
1664
1666
|
|
|
1665
1667
|
}
|
|
@@ -1685,37 +1687,37 @@
|
|
|
1685
1687
|
|
|
1686
1688
|
.uk-table th {
|
|
1687
1689
|
color: $inverse-table-header-cell-color;
|
|
1688
|
-
@if(mixin-exists(hook-inverse-table-header-cell)) {@include hook-inverse-table-header-cell();}
|
|
1690
|
+
@if(meta.mixin-exists(hook-inverse-table-header-cell)) {@include hook-inverse-table-header-cell();}
|
|
1689
1691
|
}
|
|
1690
1692
|
|
|
1691
1693
|
.uk-table caption {
|
|
1692
1694
|
color: $inverse-table-caption-color;
|
|
1693
|
-
@if(mixin-exists(hook-inverse-table-caption)) {@include hook-inverse-table-caption();}
|
|
1695
|
+
@if(meta.mixin-exists(hook-inverse-table-caption)) {@include hook-inverse-table-caption();}
|
|
1694
1696
|
}
|
|
1695
1697
|
|
|
1696
1698
|
.uk-table > tr.uk-active,
|
|
1697
1699
|
.uk-table tbody tr.uk-active {
|
|
1698
1700
|
background: $inverse-table-row-active-background;
|
|
1699
|
-
@if(mixin-exists(hook-inverse-table-row-active)) {@include hook-inverse-table-row-active();}
|
|
1701
|
+
@if(meta.mixin-exists(hook-inverse-table-row-active)) {@include hook-inverse-table-row-active();}
|
|
1700
1702
|
}
|
|
1701
1703
|
|
|
1702
1704
|
.uk-table-divider > tr:not(:first-child),
|
|
1703
1705
|
.uk-table-divider > :not(:first-child) > tr,
|
|
1704
1706
|
.uk-table-divider > :first-child > tr:not(:first-child) {
|
|
1705
1707
|
border-top-color: $inverse-table-divider-border;
|
|
1706
|
-
@if(mixin-exists(hook-inverse-table-divider)) {@include hook-inverse-table-divider();}
|
|
1708
|
+
@if(meta.mixin-exists(hook-inverse-table-divider)) {@include hook-inverse-table-divider();}
|
|
1707
1709
|
}
|
|
1708
1710
|
|
|
1709
1711
|
.uk-table-striped > tr:nth-of-type(odd),
|
|
1710
1712
|
.uk-table-striped tbody tr:nth-of-type(odd) {
|
|
1711
1713
|
background: $inverse-table-striped-row-background;
|
|
1712
|
-
@if(mixin-exists(hook-inverse-table-striped)) {@include hook-inverse-table-striped();}
|
|
1714
|
+
@if(meta.mixin-exists(hook-inverse-table-striped)) {@include hook-inverse-table-striped();}
|
|
1713
1715
|
}
|
|
1714
1716
|
|
|
1715
1717
|
.uk-table-hover > tr:hover,
|
|
1716
1718
|
.uk-table-hover tbody tr:hover {
|
|
1717
1719
|
background: $inverse-table-hover-row-background;
|
|
1718
|
-
@if(mixin-exists(hook-inverse-table-hover)) {@include hook-inverse-table-hover();}
|
|
1720
|
+
@if(meta.mixin-exists(hook-inverse-table-hover)) {@include hook-inverse-table-hover();}
|
|
1719
1721
|
}
|
|
1720
1722
|
|
|
1721
1723
|
}
|
|
@@ -1731,12 +1733,12 @@
|
|
|
1731
1733
|
|
|
1732
1734
|
.uk-text-lead {
|
|
1733
1735
|
color: $inverse-text-lead-color;
|
|
1734
|
-
@if(mixin-exists(hook-inverse-text-lead)) {@include hook-inverse-text-lead();}
|
|
1736
|
+
@if(meta.mixin-exists(hook-inverse-text-lead)) {@include hook-inverse-text-lead();}
|
|
1735
1737
|
}
|
|
1736
1738
|
|
|
1737
1739
|
.uk-text-meta {
|
|
1738
1740
|
color: $inverse-text-meta-color;
|
|
1739
|
-
@if(mixin-exists(hook-inverse-text-meta)) {@include hook-inverse-text-meta();}
|
|
1741
|
+
@if(meta.mixin-exists(hook-inverse-text-meta)) {@include hook-inverse-text-meta();}
|
|
1740
1742
|
}
|
|
1741
1743
|
|
|
1742
1744
|
.uk-text-muted { color: $inverse-text-muted-color !important; }
|
|
@@ -1756,15 +1758,15 @@
|
|
|
1756
1758
|
@mixin hook-inverse-component-thumbnav(){
|
|
1757
1759
|
|
|
1758
1760
|
.uk-thumbnav > * > * {
|
|
1759
|
-
@if(mixin-exists(hook-inverse-thumbnav-item)) {@include hook-inverse-thumbnav-item();}
|
|
1761
|
+
@if(meta.mixin-exists(hook-inverse-thumbnav-item)) {@include hook-inverse-thumbnav-item();}
|
|
1760
1762
|
}
|
|
1761
1763
|
|
|
1762
1764
|
.uk-thumbnav > * > :hover {
|
|
1763
|
-
@if(mixin-exists(hook-inverse-thumbnav-item-hover)) {@include hook-inverse-thumbnav-item-hover();}
|
|
1765
|
+
@if(meta.mixin-exists(hook-inverse-thumbnav-item-hover)) {@include hook-inverse-thumbnav-item-hover();}
|
|
1764
1766
|
}
|
|
1765
1767
|
|
|
1766
1768
|
.uk-thumbnav > .uk-active > * {
|
|
1767
|
-
@if(mixin-exists(hook-inverse-thumbnav-item-active)) {@include hook-inverse-thumbnav-item-active();}
|
|
1769
|
+
@if(meta.mixin-exists(hook-inverse-thumbnav-item-active)) {@include hook-inverse-thumbnav-item-active();}
|
|
1768
1770
|
}
|
|
1769
1771
|
|
|
1770
1772
|
}
|
|
@@ -1791,17 +1793,17 @@
|
|
|
1791
1793
|
|
|
1792
1794
|
.uk-totop {
|
|
1793
1795
|
color: $inverse-totop-color;
|
|
1794
|
-
@if(mixin-exists(hook-inverse-totop)) {@include hook-inverse-totop();}
|
|
1796
|
+
@if(meta.mixin-exists(hook-inverse-totop)) {@include hook-inverse-totop();}
|
|
1795
1797
|
}
|
|
1796
1798
|
|
|
1797
1799
|
.uk-totop:hover {
|
|
1798
1800
|
color: $inverse-totop-hover-color;
|
|
1799
|
-
@if(mixin-exists(hook-inverse-totop-hover)) {@include hook-inverse-totop-hover();}
|
|
1801
|
+
@if(meta.mixin-exists(hook-inverse-totop-hover)) {@include hook-inverse-totop-hover();}
|
|
1800
1802
|
}
|
|
1801
1803
|
|
|
1802
1804
|
.uk-totop:active {
|
|
1803
1805
|
color: $inverse-totop-active-color;
|
|
1804
|
-
@if(mixin-exists(hook-inverse-totop-active)) {@include hook-inverse-totop-active();}
|
|
1806
|
+
@if(meta.mixin-exists(hook-inverse-totop-active)) {@include hook-inverse-totop-active();}
|
|
1805
1807
|
}
|
|
1806
1808
|
|
|
1807
1809
|
}
|
|
@@ -1819,17 +1821,17 @@
|
|
|
1819
1821
|
|
|
1820
1822
|
.uk-dropcap::first-letter,
|
|
1821
1823
|
.uk-dropcap p:first-of-type::first-letter {
|
|
1822
|
-
@if(mixin-exists(hook-inverse-dropcap)) {@include hook-inverse-dropcap();}
|
|
1824
|
+
@if(meta.mixin-exists(hook-inverse-dropcap)) {@include hook-inverse-dropcap();}
|
|
1823
1825
|
}
|
|
1824
1826
|
|
|
1825
1827
|
.uk-logo {
|
|
1826
1828
|
color: $inverse-logo-color;
|
|
1827
|
-
@if(mixin-exists(hook-inverse-logo)) {@include hook-inverse-logo();}
|
|
1829
|
+
@if(meta.mixin-exists(hook-inverse-logo)) {@include hook-inverse-logo();}
|
|
1828
1830
|
}
|
|
1829
1831
|
|
|
1830
1832
|
.uk-logo:hover {
|
|
1831
1833
|
color: $inverse-logo-hover-color;
|
|
1832
|
-
@if(mixin-exists(hook-inverse-logo-hover)) {@include hook-inverse-logo-hover();}
|
|
1834
|
+
@if(meta.mixin-exists(hook-inverse-logo-hover)) {@include hook-inverse-logo-hover();}
|
|
1833
1835
|
}
|
|
1834
1836
|
|
|
1835
1837
|
.uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse) { display: none; }
|
|
@@ -1874,6 +1876,4 @@
|
|
|
1874
1876
|
@include hook-inverse-component-thumbnav();
|
|
1875
1877
|
@include hook-inverse-component-totop();
|
|
1876
1878
|
@include hook-inverse-component-utility();
|
|
1877
|
-
@include hook-inverse-component-accordion();
|
|
1878
|
-
@include hook-inverse-component-table();
|
|
1879
1879
|
}
|