juicelang-theme 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (179) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +37 -0
  4. data/_includes/logo.html +5 -0
  5. data/_layouts/default.html +97 -0
  6. data/_layouts/fullwidth_page.html +7 -0
  7. data/_layouts/page.html +7 -0
  8. data/_layouts/post.html +5 -0
  9. data/_sass/uikit/components/_import.components.scss +56 -0
  10. data/_sass/uikit/components/_import.scss +95 -0
  11. data/_sass/uikit/components/_import.utilities.scss +19 -0
  12. data/_sass/uikit/components/accordion.scss +105 -0
  13. data/_sass/uikit/components/alert.scss +146 -0
  14. data/_sass/uikit/components/align.scss +142 -0
  15. data/_sass/uikit/components/animation.scss +283 -0
  16. data/_sass/uikit/components/article.scss +99 -0
  17. data/_sass/uikit/components/background.scss +148 -0
  18. data/_sass/uikit/components/badge.scss +78 -0
  19. data/_sass/uikit/components/base.scss +611 -0
  20. data/_sass/uikit/components/breadcrumb.scss +122 -0
  21. data/_sass/uikit/components/button.scss +439 -0
  22. data/_sass/uikit/components/card.scss +384 -0
  23. data/_sass/uikit/components/close.scss +55 -0
  24. data/_sass/uikit/components/column.scss +139 -0
  25. data/_sass/uikit/components/comment.scss +160 -0
  26. data/_sass/uikit/components/container.scss +185 -0
  27. data/_sass/uikit/components/countdown.scss +131 -0
  28. data/_sass/uikit/components/cover.scss +63 -0
  29. data/_sass/uikit/components/description-list.scss +71 -0
  30. data/_sass/uikit/components/divider.scss +153 -0
  31. data/_sass/uikit/components/dotnav.scss +155 -0
  32. data/_sass/uikit/components/drop.scss +63 -0
  33. data/_sass/uikit/components/dropbar.scss +126 -0
  34. data/_sass/uikit/components/dropdown.scss +170 -0
  35. data/_sass/uikit/components/flex.scss +200 -0
  36. data/_sass/uikit/components/form-range.scss +139 -0
  37. data/_sass/uikit/components/form.scss +804 -0
  38. data/_sass/uikit/components/grid-masonry.scss +69 -0
  39. data/_sass/uikit/components/grid.scss +407 -0
  40. data/_sass/uikit/components/heading.scss +321 -0
  41. data/_sass/uikit/components/height.scss +57 -0
  42. data/_sass/uikit/components/icon.scss +225 -0
  43. data/_sass/uikit/components/iconnav.scss +146 -0
  44. data/_sass/uikit/components/inverse.scss +46 -0
  45. data/_sass/uikit/components/label.scss +102 -0
  46. data/_sass/uikit/components/leader.scss +69 -0
  47. data/_sass/uikit/components/lightbox.scss +248 -0
  48. data/_sass/uikit/components/link.scss +138 -0
  49. data/_sass/uikit/components/list.scss +240 -0
  50. data/_sass/uikit/components/margin.scss +249 -0
  51. data/_sass/uikit/components/marker.scss +61 -0
  52. data/_sass/uikit/components/mixin.scss +32 -0
  53. data/_sass/uikit/components/modal.scss +367 -0
  54. data/_sass/uikit/components/nav.scss +555 -0
  55. data/_sass/uikit/components/navbar.scss +634 -0
  56. data/_sass/uikit/components/notification.scss +191 -0
  57. data/_sass/uikit/components/offcanvas.scss +324 -0
  58. data/_sass/uikit/components/overlay.scss +85 -0
  59. data/_sass/uikit/components/padding.scss +81 -0
  60. data/_sass/uikit/components/pagination.scss +130 -0
  61. data/_sass/uikit/components/placeholder.scss +45 -0
  62. data/_sass/uikit/components/position.scss +230 -0
  63. data/_sass/uikit/components/print.scss +61 -0
  64. data/_sass/uikit/components/progress.scss +83 -0
  65. data/_sass/uikit/components/search.scss +339 -0
  66. data/_sass/uikit/components/section.scss +212 -0
  67. data/_sass/uikit/components/slidenav.scss +120 -0
  68. data/_sass/uikit/components/slider.scss +116 -0
  69. data/_sass/uikit/components/slideshow.scss +93 -0
  70. data/_sass/uikit/components/sortable.scss +90 -0
  71. data/_sass/uikit/components/spinner.scss +74 -0
  72. data/_sass/uikit/components/sticky.scss +71 -0
  73. data/_sass/uikit/components/subnav.scss +246 -0
  74. data/_sass/uikit/components/svg.scss +36 -0
  75. data/_sass/uikit/components/switcher.scss +47 -0
  76. data/_sass/uikit/components/tab.scss +196 -0
  77. data/_sass/uikit/components/table.scss +315 -0
  78. data/_sass/uikit/components/text.scss +268 -0
  79. data/_sass/uikit/components/thumbnav.scss +119 -0
  80. data/_sass/uikit/components/tile.scss +233 -0
  81. data/_sass/uikit/components/tooltip.scss +79 -0
  82. data/_sass/uikit/components/totop.scss +69 -0
  83. data/_sass/uikit/components/transition.scss +165 -0
  84. data/_sass/uikit/components/utility.scss +522 -0
  85. data/_sass/uikit/components/variables.scss +123 -0
  86. data/_sass/uikit/components/visibility.scss +146 -0
  87. data/_sass/uikit/components/width.scss +386 -0
  88. data/_sass/uikit/mixins-theme.scss +2170 -0
  89. data/_sass/uikit/mixins.scss +1812 -0
  90. data/_sass/uikit/theme/_import.scss +82 -0
  91. data/_sass/uikit/theme/accordion.scss +59 -0
  92. data/_sass/uikit/theme/alert.scss +46 -0
  93. data/_sass/uikit/theme/align.scss +14 -0
  94. data/_sass/uikit/theme/animation.scss +14 -0
  95. data/_sass/uikit/theme/article.scss +51 -0
  96. data/_sass/uikit/theme/background.scss +14 -0
  97. data/_sass/uikit/theme/badge.scss +29 -0
  98. data/_sass/uikit/theme/base.scss +116 -0
  99. data/_sass/uikit/theme/breadcrumb.scss +45 -0
  100. data/_sass/uikit/theme/button.scss +157 -0
  101. data/_sass/uikit/theme/card.scss +128 -0
  102. data/_sass/uikit/theme/close.scss +29 -0
  103. data/_sass/uikit/theme/column.scss +14 -0
  104. data/_sass/uikit/theme/comment.scss +69 -0
  105. data/_sass/uikit/theme/container.scss +14 -0
  106. data/_sass/uikit/theme/countdown.scss +53 -0
  107. data/_sass/uikit/theme/description-list.scss +32 -0
  108. data/_sass/uikit/theme/divider.scss +49 -0
  109. data/_sass/uikit/theme/dotnav.scss +52 -0
  110. data/_sass/uikit/theme/drop.scss +14 -0
  111. data/_sass/uikit/theme/dropbar.scss +44 -0
  112. data/_sass/uikit/theme/dropdown.scss +49 -0
  113. data/_sass/uikit/theme/form-range.scss +45 -0
  114. data/_sass/uikit/theme/form.scss +131 -0
  115. data/_sass/uikit/theme/grid.scss +28 -0
  116. data/_sass/uikit/theme/heading.scss +67 -0
  117. data/_sass/uikit/theme/height.scss +14 -0
  118. data/_sass/uikit/theme/icon.scss +50 -0
  119. data/_sass/uikit/theme/iconnav.scss +40 -0
  120. data/_sass/uikit/theme/inverse.scss +14 -0
  121. data/_sass/uikit/theme/label.scss +43 -0
  122. data/_sass/uikit/theme/leader.scss +26 -0
  123. data/_sass/uikit/theme/lightbox.scss +50 -0
  124. data/_sass/uikit/theme/link.scss +55 -0
  125. data/_sass/uikit/theme/list.scss +36 -0
  126. data/_sass/uikit/theme/margin.scss +14 -0
  127. data/_sass/uikit/theme/marker.scss +29 -0
  128. data/_sass/uikit/theme/modal.scss +84 -0
  129. data/_sass/uikit/theme/nav.scss +140 -0
  130. data/_sass/uikit/theme/navbar.scss +146 -0
  131. data/_sass/uikit/theme/notification.scss +44 -0
  132. data/_sass/uikit/theme/offcanvas.scss +32 -0
  133. data/_sass/uikit/theme/overlay.scss +33 -0
  134. data/_sass/uikit/theme/padding.scss +14 -0
  135. data/_sass/uikit/theme/pagination.scss +41 -0
  136. data/_sass/uikit/theme/placeholder.scss +29 -0
  137. data/_sass/uikit/theme/position.scss +14 -0
  138. data/_sass/uikit/theme/progress.scss +24 -0
  139. data/_sass/uikit/theme/search.scss +87 -0
  140. data/_sass/uikit/theme/section.scss +32 -0
  141. data/_sass/uikit/theme/slidenav.scss +52 -0
  142. data/_sass/uikit/theme/slider.scss +14 -0
  143. data/_sass/uikit/theme/sortable.scss +38 -0
  144. data/_sass/uikit/theme/spinner.scss +14 -0
  145. data/_sass/uikit/theme/sticky.scss +14 -0
  146. data/_sass/uikit/theme/subnav.scss +74 -0
  147. data/_sass/uikit/theme/tab.scss +74 -0
  148. data/_sass/uikit/theme/table.scss +69 -0
  149. data/_sass/uikit/theme/text.scss +50 -0
  150. data/_sass/uikit/theme/thumbnav.scss +42 -0
  151. data/_sass/uikit/theme/tile.scss +52 -0
  152. data/_sass/uikit/theme/tooltip.scss +20 -0
  153. data/_sass/uikit/theme/totop.scss +32 -0
  154. data/_sass/uikit/theme/transition.scss +14 -0
  155. data/_sass/uikit/theme/utility.scss +49 -0
  156. data/_sass/uikit/theme/variables.scss +36 -0
  157. data/_sass/uikit/theme/width.scss +14 -0
  158. data/_sass/uikit/uikit-theme.scss +9 -0
  159. data/_sass/uikit/uikit.scss +5 -0
  160. data/_sass/uikit/variables-theme.scss +1260 -0
  161. data/_sass/uikit/variables.scss +1142 -0
  162. data/assets/css/default.scss +220 -0
  163. data/assets/images/icons/android-chrome-192x192.png +0 -0
  164. data/assets/images/icons/android-chrome-512x512.png +0 -0
  165. data/assets/images/icons/apple-touch-icon.png +0 -0
  166. data/assets/images/icons/browserconfig.xml +9 -0
  167. data/assets/images/icons/favicon-16x16.png +0 -0
  168. data/assets/images/icons/favicon-32x32.png +0 -0
  169. data/assets/images/icons/favicon.ico +0 -0
  170. data/assets/images/icons/mstile-144x144.png +0 -0
  171. data/assets/images/icons/mstile-150x150.png +0 -0
  172. data/assets/images/icons/mstile-310x150.png +0 -0
  173. data/assets/images/icons/mstile-310x310.png +0 -0
  174. data/assets/images/icons/mstile-70x70.png +0 -0
  175. data/assets/images/icons/safari-pinned-tab.svg +46 -0
  176. data/assets/images/icons/site.webmanifest +18 -0
  177. data/assets/images/juice.svg +47 -0
  178. data/assets/js/default.js +0 -0
  179. metadata +248 -0
@@ -0,0 +1,1812 @@
1
+ @mixin hook-accordion(){}
2
+ @mixin hook-accordion-item(){}
3
+ @mixin hook-accordion-title(){}
4
+ @mixin hook-accordion-title-hover(){}
5
+ @mixin hook-accordion-content(){}
6
+ @mixin hook-accordion-misc(){}
7
+ @mixin hook-inverse-accordion-item(){}
8
+ @mixin hook-inverse-accordion-title(){}
9
+ @mixin hook-inverse-accordion-title-hover(){}
10
+ @mixin hook-inverse-component-accordion(){
11
+
12
+ .uk-accordion > :nth-child(n+2) {
13
+ @if(mixin-exists(hook-inverse-accordion-item)) {@include hook-inverse-accordion-item();}
14
+ }
15
+
16
+ .uk-accordion-title {
17
+ color: $inverse-accordion-title-color;
18
+ @if(mixin-exists(hook-inverse-accordion-title)) {@include hook-inverse-accordion-title();}
19
+ }
20
+
21
+ .uk-accordion-title:hover {
22
+ color: $inverse-accordion-title-hover-color;
23
+ @if(mixin-exists(hook-inverse-accordion-title-hover)) {@include hook-inverse-accordion-title-hover();}
24
+ }
25
+
26
+ }
27
+ @mixin hook-alert(){}
28
+ @mixin hook-alert-close(){}
29
+ @mixin hook-alert-close-hover(){}
30
+ @mixin hook-alert-primary(){}
31
+ @mixin hook-alert-success(){}
32
+ @mixin hook-alert-warning(){}
33
+ @mixin hook-alert-danger(){}
34
+ @mixin hook-alert-misc(){}
35
+ @mixin hook-align-misc(){}
36
+ @mixin hook-animation-misc(){}
37
+ @mixin hook-article(){}
38
+ @mixin hook-article-adjacent(){}
39
+ @mixin hook-article-title(){}
40
+ @mixin hook-article-meta(){}
41
+ @mixin hook-article-misc(){}
42
+ @mixin hook-inverse-article-title(){}
43
+ @mixin hook-inverse-article-meta(){}
44
+ @mixin hook-inverse-component-article(){
45
+
46
+ .uk-article-title {
47
+ @if(mixin-exists(hook-inverse-article-title)) {@include hook-inverse-article-title();}
48
+ }
49
+
50
+ .uk-article-meta {
51
+ color: $inverse-article-meta-color;
52
+ @if(mixin-exists(hook-inverse-article-meta)) {@include hook-inverse-article-meta();}
53
+ }
54
+
55
+ }
56
+ @mixin hook-background-misc(){}
57
+ @mixin hook-badge(){}
58
+ @mixin hook-badge-hover(){}
59
+ @mixin hook-badge-misc(){}
60
+ @mixin hook-inverse-badge(){}
61
+ @mixin hook-inverse-badge-hover(){}
62
+ @mixin hook-inverse-component-badge(){
63
+
64
+ .uk-badge {
65
+ background-color: $inverse-badge-background;
66
+ color: $inverse-badge-color !important;
67
+ @if(mixin-exists(hook-inverse-badge)) {@include hook-inverse-badge();}
68
+ }
69
+
70
+ .uk-badge:hover {
71
+ @if(mixin-exists(hook-inverse-badge-hover)) {@include hook-inverse-badge-hover();}
72
+ }
73
+
74
+ }
75
+ @mixin hook-base-body(){}
76
+ @mixin hook-base-link(){}
77
+ @mixin hook-base-link-hover(){}
78
+ @mixin hook-base-code(){}
79
+ @mixin hook-base-heading(){}
80
+ @mixin hook-base-h1(){}
81
+ @mixin hook-base-h2(){}
82
+ @mixin hook-base-h3(){}
83
+ @mixin hook-base-h4(){}
84
+ @mixin hook-base-h5(){}
85
+ @mixin hook-base-h6(){}
86
+ @mixin hook-base-hr(){}
87
+ @mixin hook-base-blockquote(){}
88
+ @mixin hook-base-blockquote-footer(){}
89
+ @mixin hook-base-pre(){}
90
+ @mixin hook-base-misc(){}
91
+ @mixin hook-inverse-base-link(){}
92
+ @mixin hook-inverse-base-link-hover(){}
93
+ @mixin hook-inverse-base-code(){}
94
+ @mixin hook-inverse-base-heading(){}
95
+ @mixin hook-inverse-base-h1(){}
96
+ @mixin hook-inverse-base-h2(){}
97
+ @mixin hook-inverse-base-h3(){}
98
+ @mixin hook-inverse-base-h4(){}
99
+ @mixin hook-inverse-base-h5(){}
100
+ @mixin hook-inverse-base-h6(){}
101
+ @mixin hook-inverse-base-blockquote(){}
102
+ @mixin hook-inverse-base-blockquote-footer(){}
103
+ @mixin hook-inverse-base-hr(){}
104
+ @mixin hook-inverse-component-base(){
105
+
106
+ color: $inverse-base-color;
107
+
108
+ // Base
109
+ // ========================================================================
110
+
111
+ //
112
+ // Link
113
+ //
114
+
115
+ a,
116
+ .uk-link {
117
+ color: $inverse-base-link-color;
118
+ @if(mixin-exists(hook-inverse-base-link)) {@include hook-inverse-base-link();}
119
+ }
120
+
121
+ a:hover,
122
+ .uk-link:hover,
123
+ .uk-link-toggle:hover .uk-link {
124
+ color: $inverse-base-link-hover-color;
125
+ @if(mixin-exists(hook-inverse-base-link-hover)) {@include hook-inverse-base-link-hover();}
126
+ }
127
+
128
+ //
129
+ // Code
130
+ //
131
+
132
+ :not(pre) > code,
133
+ :not(pre) > kbd,
134
+ :not(pre) > samp {
135
+ color: $inverse-base-code-color;
136
+ @if(mixin-exists(hook-inverse-base-code)) {@include hook-inverse-base-code();}
137
+ }
138
+
139
+ //
140
+ // Emphasize
141
+ //
142
+
143
+ em { color: $inverse-base-em-color; }
144
+
145
+ //
146
+ // Headings
147
+ //
148
+
149
+ h1, .uk-h1,
150
+ h2, .uk-h2,
151
+ h3, .uk-h3,
152
+ h4, .uk-h4,
153
+ h5, .uk-h5,
154
+ h6, .uk-h6,
155
+ .uk-heading-small,
156
+ .uk-heading-medium,
157
+ .uk-heading-large,
158
+ .uk-heading-xlarge,
159
+ .uk-heading-2xlarge {
160
+ color: $inverse-base-heading-color;
161
+ @if(mixin-exists(hook-inverse-base-heading)) {@include hook-inverse-base-heading();}
162
+ }
163
+
164
+ h1, .uk-h1 {
165
+ @if(mixin-exists(hook-inverse-base-h1)) {@include hook-inverse-base-h1();}
166
+ }
167
+
168
+ h2, .uk-h2 {
169
+ @if(mixin-exists(hook-inverse-base-h2)) {@include hook-inverse-base-h2();}
170
+ }
171
+
172
+ h3, .uk-h3 {
173
+ @if(mixin-exists(hook-inverse-base-h3)) {@include hook-inverse-base-h3();}
174
+ }
175
+
176
+ h4, .uk-h4 {
177
+ @if(mixin-exists(hook-inverse-base-h4)) {@include hook-inverse-base-h4();}
178
+ }
179
+
180
+ h5, .uk-h5 {
181
+ @if(mixin-exists(hook-inverse-base-h5)) {@include hook-inverse-base-h5();}
182
+ }
183
+
184
+ h6, .uk-h6 {
185
+ @if(mixin-exists(hook-inverse-base-h6)) {@include hook-inverse-base-h6();}
186
+ }
187
+
188
+ //
189
+ // Blockquotes
190
+ //
191
+
192
+ blockquote {
193
+ @if(mixin-exists(hook-inverse-base-blockquote)) {@include hook-inverse-base-blockquote();}
194
+ }
195
+
196
+ blockquote footer {
197
+ @if(mixin-exists(hook-inverse-base-blockquote-footer)) {@include hook-inverse-base-blockquote-footer();}
198
+ }
199
+
200
+ //
201
+ // Horizontal rules
202
+ //
203
+
204
+ hr, .uk-hr {
205
+ border-top-color: $inverse-base-hr-border;
206
+ @if(mixin-exists(hook-inverse-base-hr)) {@include hook-inverse-base-hr();}
207
+ }
208
+
209
+ //
210
+ // Focus
211
+ //
212
+
213
+ :focus { outline-color: $inverse-base-focus-outline; }
214
+ :focus-visible { outline-color: $inverse-base-focus-outline; }
215
+
216
+ }
217
+ @mixin hook-breadcrumb(){}
218
+ @mixin hook-breadcrumb-item(){}
219
+ @mixin hook-breadcrumb-item-hover(){}
220
+ @mixin hook-breadcrumb-item-disabled(){}
221
+ @mixin hook-breadcrumb-item-active(){}
222
+ @mixin hook-breadcrumb-divider(){}
223
+ @mixin hook-breadcrumb-misc(){}
224
+ @mixin hook-inverse-breadcrumb-item(){}
225
+ @mixin hook-inverse-breadcrumb-item-hover(){}
226
+ @mixin hook-inverse-breadcrumb-item-disabled(){}
227
+ @mixin hook-inverse-breadcrumb-item-active(){}
228
+ @mixin hook-inverse-breadcrumb-divider(){}
229
+ @mixin hook-inverse-component-breadcrumb(){
230
+
231
+ .uk-breadcrumb > * > * {
232
+ color: $inverse-breadcrumb-item-color;
233
+ @if(mixin-exists(hook-inverse-breadcrumb-item)) {@include hook-inverse-breadcrumb-item();}
234
+ }
235
+
236
+ .uk-breadcrumb > * > :hover {
237
+ color: $inverse-breadcrumb-item-hover-color;
238
+ @if(mixin-exists(hook-inverse-breadcrumb-item-hover)) {@include hook-inverse-breadcrumb-item-hover();}
239
+ }
240
+
241
+
242
+ .uk-breadcrumb > .uk-disabled > * {
243
+ @if(mixin-exists(hook-inverse-breadcrumb-item-disabled)) {@include hook-inverse-breadcrumb-item-disabled();}
244
+ }
245
+
246
+ .uk-breadcrumb > :last-child > * {
247
+ color: $inverse-breadcrumb-item-active-color;
248
+ @if(mixin-exists(hook-inverse-breadcrumb-item-active)) {@include hook-inverse-breadcrumb-item-active();}
249
+ }
250
+
251
+ //
252
+ // Divider
253
+ //
254
+
255
+ .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
256
+ color: $inverse-breadcrumb-divider-color;
257
+ @if(mixin-exists(hook-inverse-breadcrumb-divider)) {@include hook-inverse-breadcrumb-divider();}
258
+ }
259
+
260
+ }
261
+ @mixin hook-button(){}
262
+ @mixin hook-button-hover(){}
263
+ @mixin hook-button-active(){}
264
+ @mixin hook-button-default(){}
265
+ @mixin hook-button-default-hover(){}
266
+ @mixin hook-button-default-active(){}
267
+ @mixin hook-button-primary(){}
268
+ @mixin hook-button-primary-hover(){}
269
+ @mixin hook-button-primary-active(){}
270
+ @mixin hook-button-secondary(){}
271
+ @mixin hook-button-secondary-hover(){}
272
+ @mixin hook-button-secondary-active(){}
273
+ @mixin hook-button-danger(){}
274
+ @mixin hook-button-danger-hover(){}
275
+ @mixin hook-button-danger-active(){}
276
+ @mixin hook-button-disabled(){}
277
+ @mixin hook-button-small(){}
278
+ @mixin hook-button-large(){}
279
+ @mixin hook-button-text(){}
280
+ @mixin hook-button-text-hover(){}
281
+ @mixin hook-button-text-disabled(){}
282
+ @mixin hook-button-link(){}
283
+ @mixin hook-button-misc(){}
284
+ @mixin hook-inverse-button-default(){}
285
+ @mixin hook-inverse-button-default-hover(){}
286
+ @mixin hook-inverse-button-default-active(){}
287
+ @mixin hook-inverse-button-primary(){}
288
+ @mixin hook-inverse-button-primary-hover(){}
289
+ @mixin hook-inverse-button-primary-active(){}
290
+ @mixin hook-inverse-button-secondary(){}
291
+ @mixin hook-inverse-button-secondary-hover(){}
292
+ @mixin hook-inverse-button-secondary-active(){}
293
+ @mixin hook-inverse-button-text(){}
294
+ @mixin hook-inverse-button-text-hover(){}
295
+ @mixin hook-inverse-button-text-disabled(){}
296
+ @mixin hook-inverse-button-link(){}
297
+ @mixin hook-inverse-component-button(){
298
+
299
+ //
300
+ // Default
301
+ //
302
+
303
+ .uk-button-default {
304
+ background-color: $inverse-button-default-background;
305
+ color: $inverse-button-default-color;
306
+ @if(mixin-exists(hook-inverse-button-default)) {@include hook-inverse-button-default();}
307
+ }
308
+
309
+ .uk-button-default:hover {
310
+ background-color: $inverse-button-default-hover-background;
311
+ color: $inverse-button-default-hover-color;
312
+ @if(mixin-exists(hook-inverse-button-default-hover)) {@include hook-inverse-button-default-hover();}
313
+ }
314
+
315
+ .uk-button-default:active,
316
+ .uk-button-default.uk-active {
317
+ background-color: $inverse-button-default-active-background;
318
+ color: $inverse-button-default-active-color;
319
+ @if(mixin-exists(hook-inverse-button-default-active)) {@include hook-inverse-button-default-active();}
320
+ }
321
+
322
+ //
323
+ // Primary
324
+ //
325
+
326
+ .uk-button-primary {
327
+ background-color: $inverse-button-primary-background;
328
+ color: $inverse-button-primary-color;
329
+ @if(mixin-exists(hook-inverse-button-primary)) {@include hook-inverse-button-primary();}
330
+ }
331
+
332
+ .uk-button-primary:hover {
333
+ background-color: $inverse-button-primary-hover-background;
334
+ color: $inverse-button-primary-hover-color;
335
+ @if(mixin-exists(hook-inverse-button-primary-hover)) {@include hook-inverse-button-primary-hover();}
336
+ }
337
+
338
+ .uk-button-primary:active,
339
+ .uk-button-primary.uk-active {
340
+ background-color: $inverse-button-primary-active-background;
341
+ color: $inverse-button-primary-active-color;
342
+ @if(mixin-exists(hook-inverse-button-primary-active)) {@include hook-inverse-button-primary-active();}
343
+ }
344
+
345
+ //
346
+ // Secondary
347
+ //
348
+
349
+ .uk-button-secondary {
350
+ background-color: $inverse-button-secondary-background;
351
+ color: $inverse-button-secondary-color;
352
+ @if(mixin-exists(hook-inverse-button-secondary)) {@include hook-inverse-button-secondary();}
353
+ }
354
+
355
+ .uk-button-secondary:hover {
356
+ background-color: $inverse-button-secondary-hover-background;
357
+ color: $inverse-button-secondary-hover-color;
358
+ @if(mixin-exists(hook-inverse-button-secondary-hover)) {@include hook-inverse-button-secondary-hover();}
359
+ }
360
+
361
+ .uk-button-secondary:active,
362
+ .uk-button-secondary.uk-active {
363
+ background-color: $inverse-button-secondary-active-background;
364
+ color: $inverse-button-secondary-active-color;
365
+ @if(mixin-exists(hook-inverse-button-secondary-active)) {@include hook-inverse-button-secondary-active();}
366
+ }
367
+
368
+ //
369
+ // Text
370
+ //
371
+
372
+ .uk-button-text {
373
+ color: $inverse-button-text-color;
374
+ @if(mixin-exists(hook-inverse-button-text)) {@include hook-inverse-button-text();}
375
+ }
376
+
377
+ .uk-button-text:hover {
378
+ color: $inverse-button-text-hover-color;
379
+ @if(mixin-exists(hook-inverse-button-text-hover)) {@include hook-inverse-button-text-hover();}
380
+ }
381
+
382
+ .uk-button-text:disabled {
383
+ color: $inverse-button-text-disabled-color;
384
+ @if(mixin-exists(hook-inverse-button-text-disabled)) {@include hook-inverse-button-text-disabled();}
385
+ }
386
+
387
+ //
388
+ // Link
389
+ //
390
+
391
+ .uk-button-link {
392
+ color: $inverse-button-link-color;
393
+ @if(mixin-exists(hook-inverse-button-link)) {@include hook-inverse-button-link();}
394
+ }
395
+
396
+ .uk-button-link:hover { color: $inverse-button-link-hover-color; }
397
+
398
+ }
399
+ @mixin hook-card(){}
400
+ @mixin hook-card-body(){}
401
+ @mixin hook-card-header(){}
402
+ @mixin hook-card-footer(){}
403
+ @mixin hook-card-media(){}
404
+ @mixin hook-card-media-top(){}
405
+ @mixin hook-card-media-bottom(){}
406
+ @mixin hook-card-media-left(){}
407
+ @mixin hook-card-media-right(){}
408
+ @mixin hook-card-title(){}
409
+ @mixin hook-card-badge(){}
410
+ @mixin hook-card-hover(){}
411
+ @mixin hook-card-default(){}
412
+ @mixin hook-card-default-title(){}
413
+ @mixin hook-card-default-hover(){}
414
+ @mixin hook-card-default-header(){}
415
+ @mixin hook-card-default-footer(){}
416
+ @mixin hook-card-primary(){}
417
+ @mixin hook-card-primary-title(){}
418
+ @mixin hook-card-primary-hover(){}
419
+ @mixin hook-card-secondary(){}
420
+ @mixin hook-card-secondary-title(){}
421
+ @mixin hook-card-secondary-hover(){}
422
+ @mixin hook-card-misc(){}
423
+ @mixin hook-inverse-card-badge(){}
424
+ @mixin hook-inverse-component-card(){
425
+
426
+ &.uk-card-badge {
427
+ background-color: $inverse-card-badge-background;
428
+ color: $inverse-card-badge-color;
429
+ @if(mixin-exists(hook-inverse-card-badge)) {@include hook-inverse-card-badge();}
430
+ }
431
+
432
+ }
433
+ @mixin hook-close(){}
434
+ @mixin hook-close-hover(){}
435
+ @mixin hook-close-misc(){}
436
+ @mixin hook-inverse-close(){}
437
+ @mixin hook-inverse-close-hover(){}
438
+ @mixin hook-inverse-component-close(){
439
+
440
+ .uk-close {
441
+ color: $inverse-close-color;
442
+ @if(mixin-exists(hook-inverse-close)) {@include hook-inverse-close();}
443
+ }
444
+
445
+ .uk-close:hover {
446
+ color: $inverse-close-hover-color;
447
+ @if(mixin-exists(hook-inverse-close-hover)) {@include hook-inverse-close-hover();}
448
+ }
449
+
450
+ }
451
+ @mixin hook-column-misc(){}
452
+ @mixin hook-inverse-component-column(){
453
+
454
+ .uk-column-divider { column-rule-color: $inverse-column-divider-rule-color; }
455
+
456
+ }
457
+ @mixin hook-comment(){}
458
+ @mixin hook-comment-body(){}
459
+ @mixin hook-comment-header(){}
460
+ @mixin hook-comment-title(){}
461
+ @mixin hook-comment-meta(){}
462
+ @mixin hook-comment-avatar(){}
463
+ @mixin hook-comment-list-adjacent(){}
464
+ @mixin hook-comment-list-sub(){}
465
+ @mixin hook-comment-list-sub-adjacent(){}
466
+ @mixin hook-comment-primary(){}
467
+ @mixin hook-comment-misc(){}
468
+ @mixin hook-container-misc(){}
469
+ @mixin hook-countdown(){}
470
+ @mixin hook-countdown-item(){}
471
+ @mixin hook-countdown-number(){}
472
+ @mixin hook-countdown-separator(){}
473
+ @mixin hook-countdown-label(){}
474
+ @mixin hook-countdown-misc(){}
475
+ @mixin hook-inverse-countdown-item(){}
476
+ @mixin hook-inverse-countdown-number(){}
477
+ @mixin hook-inverse-countdown-separator(){}
478
+ @mixin hook-inverse-countdown-label(){}
479
+ @mixin hook-inverse-component-countdown(){
480
+
481
+ .uk-countdown-number,
482
+ .uk-countdown-separator {
483
+ @if(mixin-exists(hook-inverse-countdown-item)) {@include hook-inverse-countdown-item();}
484
+ }
485
+
486
+ .uk-countdown-number {
487
+ @if(mixin-exists(hook-inverse-countdown-number)) {@include hook-inverse-countdown-number();}
488
+ }
489
+
490
+ .uk-countdown-separator {
491
+ @if(mixin-exists(hook-inverse-countdown-separator)) {@include hook-inverse-countdown-separator();}
492
+ }
493
+
494
+ .uk-countdown-label {
495
+ @if(mixin-exists(hook-inverse-countdown-label)) {@include hook-inverse-countdown-label();}
496
+ }
497
+
498
+ }
499
+ @mixin hook-cover-misc(){}
500
+ @mixin hook-description-list-term(){}
501
+ @mixin hook-description-list-description(){}
502
+ @mixin hook-description-list-divider-term(){}
503
+ @mixin hook-description-list-misc(){}
504
+ @mixin svg-fill($src, $color-default, $color-new, $property: background-image){
505
+
506
+ $escape-color-default: escape($color-default) !default;
507
+ $escape-color-new: escape("#{$color-new}") !default;
508
+
509
+ $data-uri: data-uri('image/svg+xml;charset=UTF-8', "#{$src}") !default;
510
+ $replace-src: replace("#{$data-uri}", "#{$escape-color-default}", "#{$escape-color-new}", "g") !default;
511
+
512
+ #{$property}: unquote($replace-src);
513
+ }
514
+ @mixin hook-divider-icon(){}
515
+ @mixin hook-divider-icon-line(){}
516
+ @mixin hook-divider-icon-line-left(){}
517
+ @mixin hook-divider-icon-line-right(){}
518
+ @mixin hook-divider-small(){}
519
+ @mixin hook-divider-vertical(){}
520
+ @mixin hook-divider-misc(){}
521
+ @mixin hook-inverse-divider-icon(){}
522
+ @mixin hook-inverse-divider-icon-line(){}
523
+ @mixin hook-inverse-divider-small(){}
524
+ @mixin hook-inverse-divider-vertical(){}
525
+ @mixin hook-inverse-component-divider(){
526
+
527
+ .uk-divider-icon {
528
+ @include svg-fill($internal-divider-icon-image, "#000", $inverse-divider-icon-color);
529
+ @if(mixin-exists(hook-inverse-divider-icon)) {@include hook-inverse-divider-icon();}
530
+ }
531
+
532
+ .uk-divider-icon::before,
533
+ .uk-divider-icon::after {
534
+ border-bottom-color: $inverse-divider-icon-line-border;
535
+ @if(mixin-exists(hook-inverse-divider-icon-line)) {@include hook-inverse-divider-icon-line();}
536
+ }
537
+
538
+ .uk-divider-small::after {
539
+ border-top-color: $inverse-divider-small-border;
540
+ @if(mixin-exists(hook-inverse-divider-small)) {@include hook-inverse-divider-small();}
541
+ }
542
+
543
+ .uk-divider-vertical {
544
+ border-left-color: $inverse-divider-vertical-border;
545
+ @if(mixin-exists(hook-inverse-divider-vertical)) {@include hook-inverse-divider-vertical();}
546
+ }
547
+
548
+ }
549
+ @mixin hook-dotnav(){}
550
+ @mixin hook-dotnav-item(){}
551
+ @mixin hook-dotnav-item-hover(){}
552
+ @mixin hook-dotnav-item-onclick(){}
553
+ @mixin hook-dotnav-item-active(){}
554
+ @mixin hook-dotnav-misc(){}
555
+ @mixin hook-inverse-dotnav-item(){}
556
+ @mixin hook-inverse-dotnav-item-hover(){}
557
+ @mixin hook-inverse-dotnav-item-onclick(){}
558
+ @mixin hook-inverse-dotnav-item-active(){}
559
+ @mixin hook-inverse-component-dotnav(){
560
+
561
+ .uk-dotnav > * > * {
562
+ background-color: $inverse-dotnav-item-background;
563
+ @if(mixin-exists(hook-inverse-dotnav-item)) {@include hook-inverse-dotnav-item();}
564
+ }
565
+
566
+ .uk-dotnav > * > :hover {
567
+ background-color: $inverse-dotnav-item-hover-background;
568
+ @if(mixin-exists(hook-inverse-dotnav-item-hover)) {@include hook-inverse-dotnav-item-hover();}
569
+ }
570
+
571
+ .uk-dotnav > * > :active {
572
+ background-color: $inverse-dotnav-item-onclick-background;
573
+ @if(mixin-exists(hook-inverse-dotnav-item-onclick)) {@include hook-inverse-dotnav-item-onclick();}
574
+ }
575
+
576
+ .uk-dotnav > .uk-active > * {
577
+ background-color: $inverse-dotnav-item-active-background;
578
+ @if(mixin-exists(hook-inverse-dotnav-item-active)) {@include hook-inverse-dotnav-item-active();}
579
+ }
580
+
581
+ }
582
+ @mixin hook-drop-misc(){}
583
+ @mixin hook-dropbar(){}
584
+ @mixin hook-dropbar-top(){}
585
+ @mixin hook-dropbar-bottom(){}
586
+ @mixin hook-dropbar-left(){}
587
+ @mixin hook-dropbar-right(){}
588
+ @mixin hook-dropbar-misc(){}
589
+ @mixin hook-dropdown(){}
590
+ @mixin hook-dropdown-nav(){}
591
+ @mixin hook-dropdown-nav-item(){}
592
+ @mixin hook-dropdown-nav-item-hover(){}
593
+ @mixin hook-dropdown-nav-subtitle(){}
594
+ @mixin hook-dropdown-nav-header(){}
595
+ @mixin hook-dropdown-nav-divider(){}
596
+ @mixin hook-dropdown-misc(){}
597
+ @mixin hook-flex-misc(){}
598
+ @mixin hook-form-range(){}
599
+ @mixin hook-form-range-track(){}
600
+ @mixin hook-form-range-track-focus(){}
601
+ @mixin hook-form-range-thumb(){}
602
+ @mixin hook-form-range-misc(){}
603
+ @mixin hook-form(){}
604
+ @mixin hook-form-single-line(){}
605
+ @mixin hook-form-multi-line(){}
606
+ @mixin hook-form-focus(){}
607
+ @mixin hook-form-disabled(){}
608
+ @mixin hook-form-danger(){}
609
+ @mixin hook-form-success(){}
610
+ @mixin hook-form-blank(){}
611
+ @mixin hook-form-blank-focus(){}
612
+ @mixin hook-form-radio(){}
613
+ @mixin hook-form-radio-focus(){}
614
+ @mixin hook-form-radio-checked(){}
615
+ @mixin hook-form-radio-checked-focus(){}
616
+ @mixin hook-form-radio-disabled(){}
617
+ @mixin hook-form-legend(){}
618
+ @mixin hook-form-label(){}
619
+ @mixin hook-form-stacked-label(){}
620
+ @mixin hook-form-horizontal-label(){}
621
+ @mixin hook-form-misc(){}
622
+ @mixin hook-inverse-form(){}
623
+ @mixin hook-inverse-form-focus(){}
624
+ @mixin hook-inverse-form-radio(){}
625
+ @mixin hook-inverse-form-radio-focus(){}
626
+ @mixin hook-inverse-form-radio-checked(){}
627
+ @mixin hook-inverse-form-radio-checked-focus(){}
628
+ @mixin hook-inverse-form-label(){}
629
+ @mixin hook-inverse-component-form(){
630
+
631
+ .uk-input,
632
+ .uk-select,
633
+ .uk-textarea {
634
+ background-color: $inverse-form-background;
635
+ color: $inverse-form-color;
636
+ background-clip: padding-box;
637
+ @if(mixin-exists(hook-inverse-form)) {@include hook-inverse-form();}
638
+
639
+ &:focus {
640
+ background-color: $inverse-form-focus-background;
641
+ color: $inverse-form-focus-color;
642
+ @if(mixin-exists(hook-inverse-form-focus)) {@include hook-inverse-form-focus();}
643
+ }
644
+ }
645
+
646
+ //
647
+ // Placeholder
648
+ //
649
+
650
+ .uk-input::placeholder { color: $inverse-form-placeholder-color; }
651
+
652
+ .uk-textarea::placeholder { color: $inverse-form-placeholder-color; }
653
+
654
+ //
655
+ // Select
656
+ //
657
+
658
+ .uk-select:not([multiple]):not([size]) { @include svg-fill($internal-form-select-image, "#000", $inverse-form-select-icon-color); }
659
+
660
+ //
661
+ // Datalist
662
+ //
663
+
664
+ .uk-input[list]:hover,
665
+ .uk-input[list]:focus { @include svg-fill($internal-form-datalist-image, "#000", $inverse-form-datalist-icon-color); }
666
+
667
+ //
668
+ // Radio and checkbox
669
+ //
670
+
671
+ .uk-radio,
672
+ .uk-checkbox {
673
+ background-color: $inverse-form-radio-background;
674
+ @if(mixin-exists(hook-inverse-form-radio)) {@include hook-inverse-form-radio();}
675
+ }
676
+
677
+ // Focus
678
+ .uk-radio:focus,
679
+ .uk-checkbox:focus {
680
+ background-color: $inverse-form-radio-focus-background;
681
+ @if(mixin-exists(hook-inverse-form-radio-focus)) {@include hook-inverse-form-radio-focus();}
682
+ }
683
+
684
+ // Checked
685
+ .uk-radio:checked,
686
+ .uk-checkbox:checked,
687
+ .uk-checkbox:indeterminate {
688
+ background-color: $inverse-form-radio-checked-background;
689
+ @if(mixin-exists(hook-inverse-form-radio-checked)) {@include hook-inverse-form-radio-checked();}
690
+ }
691
+
692
+ // Focus
693
+ .uk-radio:checked:focus,
694
+ .uk-checkbox:checked:focus,
695
+ .uk-checkbox:indeterminate:focus {
696
+ background-color: $inverse-form-radio-checked-focus-background;
697
+ @if(mixin-exists(hook-inverse-form-radio-checked-focus)) {@include hook-inverse-form-radio-checked-focus();}
698
+ }
699
+
700
+ // Icon
701
+ .uk-radio:checked { @include svg-fill($internal-form-radio-image, "#000", $inverse-form-radio-checked-icon-color); }
702
+ .uk-checkbox:checked { @include svg-fill($internal-form-checkbox-image, "#000", $inverse-form-radio-checked-icon-color); }
703
+ .uk-checkbox:indeterminate { @include svg-fill($internal-form-checkbox-indeterminate-image, "#000", $inverse-form-radio-checked-icon-color); }
704
+
705
+ // Label
706
+ .uk-form-label {
707
+ @if(mixin-exists(hook-inverse-form-label)) {@include hook-inverse-form-label();}
708
+ }
709
+
710
+ // Icon
711
+ .uk-form-icon { color: $inverse-form-icon-color; }
712
+ .uk-form-icon:hover { color: $inverse-form-icon-hover-color; }
713
+
714
+ }
715
+ @mixin hook-grid-divider-horizontal(){}
716
+ @mixin hook-grid-divider-vertical(){}
717
+ @mixin hook-grid-misc(){}
718
+ @mixin hook-inverse-grid-divider-horizontal(){}
719
+ @mixin hook-inverse-grid-divider-vertical(){}
720
+ @mixin hook-inverse-component-grid(){
721
+
722
+ .uk-grid-divider > :not(.uk-first-column)::before {
723
+ border-left-color: $inverse-grid-divider-border;
724
+ @if(mixin-exists(hook-inverse-grid-divider-horizontal)) {@include hook-inverse-grid-divider-horizontal();}
725
+ }
726
+
727
+ .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
728
+ border-top-color: $inverse-grid-divider-border;
729
+ @if(mixin-exists(hook-inverse-grid-divider-vertical)) {@include hook-inverse-grid-divider-vertical();}
730
+ }
731
+
732
+ }
733
+ @mixin hook-heading-small(){}
734
+ @mixin hook-heading-medium(){}
735
+ @mixin hook-heading-large(){}
736
+ @mixin hook-heading-xlarge(){}
737
+ @mixin hook-heading-2xlarge(){}
738
+ @mixin hook-heading-primary(){}
739
+ @mixin hook-heading-hero(){}
740
+ @mixin hook-heading-divider(){}
741
+ @mixin hook-heading-bullet(){}
742
+ @mixin hook-heading-line(){}
743
+ @mixin hook-heading-misc(){}
744
+ @mixin hook-inverse-heading-small(){}
745
+ @mixin hook-inverse-heading-medium(){}
746
+ @mixin hook-inverse-heading-large(){}
747
+ @mixin hook-inverse-heading-xlarge(){}
748
+ @mixin hook-inverse-heading-2xlarge(){}
749
+ @mixin hook-inverse-heading-primary(){}
750
+ @mixin hook-inverse-heading-hero(){}
751
+ @mixin hook-inverse-heading-divider(){}
752
+ @mixin hook-inverse-heading-bullet(){}
753
+ @mixin hook-inverse-heading-line(){}
754
+ @mixin hook-inverse-component-heading(){
755
+
756
+ .uk-heading-small {
757
+ @if(mixin-exists(hook-inverse-heading-small)) {@include hook-inverse-heading-small();}
758
+ }
759
+
760
+ .uk-heading-medium {
761
+ @if(mixin-exists(hook-inverse-heading-medium)) {@include hook-inverse-heading-medium();}
762
+ }
763
+
764
+ .uk-heading-large {
765
+ @if(mixin-exists(hook-inverse-heading-large)) {@include hook-inverse-heading-large();}
766
+ }
767
+
768
+ .uk-heading-xlarge {
769
+ @if(mixin-exists(hook-inverse-heading-xlarge)) {@include hook-inverse-heading-xlarge();}
770
+ }
771
+
772
+ .uk-heading-2xlarge {
773
+ @if(mixin-exists(hook-inverse-heading-2xlarge)) {@include hook-inverse-heading-2xlarge();}
774
+ }
775
+
776
+ @if ($deprecated == true) { .uk-heading-primary { @if (mixin-exists(hook-inverse-heading-primary)) {@include hook-inverse-heading-primary();}}}
777
+
778
+ @if ($deprecated == true) { .uk-heading-hero { @if (mixin-exists(hook-inverse-heading-hero)) {@include hook-inverse-heading-hero();}}}
779
+
780
+ .uk-heading-divider {
781
+ border-bottom-color: $inverse-heading-divider-border;
782
+ @if(mixin-exists(hook-inverse-heading-divider)) {@include hook-inverse-heading-divider();}
783
+ }
784
+
785
+ .uk-heading-bullet::before {
786
+ border-left-color: $inverse-heading-bullet-border;
787
+ @if(mixin-exists(hook-inverse-heading-bullet)) {@include hook-inverse-heading-bullet();}
788
+ }
789
+
790
+ .uk-heading-line > ::before,
791
+ .uk-heading-line > ::after {
792
+ border-bottom-color: $inverse-heading-line-border;
793
+ @if(mixin-exists(hook-inverse-heading-line)) {@include hook-inverse-heading-line();}
794
+ }
795
+
796
+ }
797
+ @mixin hook-height-misc(){}
798
+ @mixin hook-icon-link(){}
799
+ @mixin hook-icon-link-hover(){}
800
+ @mixin hook-icon-link-active(){}
801
+ @mixin hook-icon-button(){}
802
+ @mixin hook-icon-button-hover(){}
803
+ @mixin hook-icon-button-active(){}
804
+ @mixin hook-icon-misc(){}
805
+ @mixin hook-inverse-icon-link(){}
806
+ @mixin hook-inverse-icon-link-hover(){}
807
+ @mixin hook-inverse-icon-link-active(){}
808
+ @mixin hook-inverse-icon-button(){}
809
+ @mixin hook-inverse-icon-button-hover(){}
810
+ @mixin hook-inverse-icon-button-active(){}
811
+ @mixin hook-inverse-component-icon(){
812
+
813
+ //
814
+ // Link
815
+ //
816
+
817
+ .uk-icon-link {
818
+ color: $inverse-icon-link-color;
819
+ @if(mixin-exists(hook-inverse-icon-link)) {@include hook-inverse-icon-link();}
820
+ }
821
+
822
+ .uk-icon-link:hover {
823
+ color: $inverse-icon-link-hover-color;
824
+ @if(mixin-exists(hook-inverse-icon-link-hover)) {@include hook-inverse-icon-link-hover();}
825
+ }
826
+
827
+ .uk-icon-link:active,
828
+ .uk-active > .uk-icon-link {
829
+ color: $inverse-icon-link-active-color;
830
+ @if(mixin-exists(hook-inverse-icon-link-active)) {@include hook-inverse-icon-link-active();}
831
+ }
832
+
833
+ //
834
+ // Button
835
+ //
836
+
837
+ .uk-icon-button {
838
+ background-color: $inverse-icon-button-background;
839
+ color: $inverse-icon-button-color;
840
+ @if(mixin-exists(hook-inverse-icon-button)) {@include hook-inverse-icon-button();}
841
+ }
842
+
843
+ .uk-icon-button:hover {
844
+ background-color: $inverse-icon-button-hover-background;
845
+ color: $inverse-icon-button-hover-color;
846
+ @if(mixin-exists(hook-inverse-icon-button-hover)) {@include hook-inverse-icon-button-hover();}
847
+ }
848
+
849
+ .uk-icon-button:active {
850
+ background-color: $inverse-icon-button-active-background;
851
+ color: $inverse-icon-button-active-color;
852
+ @if(mixin-exists(hook-inverse-icon-button-active)) {@include hook-inverse-icon-button-active();}
853
+ }
854
+
855
+ }
856
+ @mixin hook-iconnav(){}
857
+ @mixin hook-iconnav-item(){}
858
+ @mixin hook-iconnav-item-hover(){}
859
+ @mixin hook-iconnav-item-active(){}
860
+ @mixin hook-iconnav-misc(){}
861
+ @mixin hook-inverse-iconnav-item(){}
862
+ @mixin hook-inverse-iconnav-item-hover(){}
863
+ @mixin hook-inverse-iconnav-item-active(){}
864
+ @mixin hook-inverse-component-iconnav(){
865
+
866
+ .uk-iconnav > * > a {
867
+ color: $inverse-iconnav-item-color;
868
+ @if(mixin-exists(hook-inverse-iconnav-item)) {@include hook-inverse-iconnav-item();}
869
+ }
870
+
871
+ .uk-iconnav > * > a:hover {
872
+ color: $inverse-iconnav-item-hover-color;
873
+ @if(mixin-exists(hook-inverse-iconnav-item-hover)) {@include hook-inverse-iconnav-item-hover();}
874
+ }
875
+
876
+ .uk-iconnav > .uk-active > a {
877
+ color: $inverse-iconnav-item-active-color;
878
+ @if(mixin-exists(hook-inverse-iconnav-item-active)) {@include hook-inverse-iconnav-item-active();}
879
+ }
880
+
881
+ }
882
+ @mixin hook-inverse-component-link(){
883
+
884
+ a.uk-link-muted,
885
+ .uk-link-muted a {
886
+ color: $inverse-link-muted-color;
887
+ @if(mixin-exists(hook-inverse-link-muted)) {@include hook-inverse-link-muted();}
888
+ }
889
+
890
+ a.uk-link-muted:hover,
891
+ .uk-link-muted a:hover,
892
+ .uk-link-toggle:hover .uk-link-muted {
893
+ color: $inverse-link-muted-hover-color;
894
+ @if(mixin-exists(hook-inverse-link-muted-hover)) {@include hook-inverse-link-muted-hover();}
895
+ }
896
+
897
+ a.uk-link-text:hover,
898
+ .uk-link-text a:hover,
899
+ .uk-link-toggle:hover .uk-link-text {
900
+ color: $inverse-link-text-hover-color;
901
+ @if(mixin-exists(hook-inverse-link-text-hover)) {@include hook-inverse-link-text-hover();}
902
+ }
903
+
904
+ a.uk-link-heading:hover,
905
+ .uk-link-heading a:hover,
906
+ .uk-link-toggle:hover .uk-link-heading {
907
+ color: $inverse-link-heading-hover-color;
908
+ @if(mixin-exists(hook-inverse-link-heading-hover)) {@include hook-inverse-link-heading-hover();}
909
+ }
910
+
911
+ }
912
+ @mixin hook-inverse-component-list(){
913
+
914
+ .uk-list-muted > ::before { color: $inverse-list-muted-color !important; }
915
+ .uk-list-emphasis > ::before { color: $inverse-list-emphasis-color !important; }
916
+ .uk-list-primary > ::before { color: $inverse-list-primary-color !important; }
917
+ .uk-list-secondary > ::before { color: $inverse-list-secondary-color !important; }
918
+
919
+ .uk-list-bullet > ::before {
920
+ @include svg-fill($internal-list-bullet-image, "#000", $inverse-list-bullet-icon-color);
921
+ }
922
+
923
+ .uk-list-divider > :nth-child(n+2) {
924
+ border-top-color: $inverse-list-divider-border;
925
+ @if(mixin-exists(hook-inverse-list-divider)) {@include hook-inverse-list-divider();}
926
+ }
927
+
928
+ .uk-list-striped > * {
929
+ @if(mixin-exists(hook-inverse-list-striped)) {@include hook-inverse-list-striped();}
930
+ }
931
+
932
+ .uk-list-striped > :nth-of-type(odd) { background-color: $inverse-list-striped-background; }
933
+
934
+ }
935
+ @mixin hook-inverse-component-totop(){
936
+
937
+ .uk-totop {
938
+ color: $inverse-totop-color;
939
+ @if(mixin-exists(hook-inverse-totop)) {@include hook-inverse-totop();}
940
+ }
941
+
942
+ .uk-totop:hover {
943
+ color: $inverse-totop-hover-color;
944
+ @if(mixin-exists(hook-inverse-totop-hover)) {@include hook-inverse-totop-hover();}
945
+ }
946
+
947
+ .uk-totop:active {
948
+ color: $inverse-totop-active-color;
949
+ @if(mixin-exists(hook-inverse-totop-active)) {@include hook-inverse-totop-active();}
950
+ }
951
+
952
+ }
953
+ @mixin hook-inverse-component-label(){
954
+
955
+ .uk-label {
956
+ background-color: $inverse-label-background;
957
+ color: $inverse-label-color;
958
+ @if(mixin-exists(hook-inverse-label)) {@include hook-inverse-label();}
959
+ }
960
+
961
+ }
962
+ @mixin hook-inverse-component-search(){
963
+
964
+ //
965
+ // Input
966
+ //
967
+
968
+ .uk-search-input { color: $inverse-search-color; }
969
+
970
+ .uk-search-input::placeholder { color: $inverse-search-placeholder-color; }
971
+
972
+ //
973
+ // Icon
974
+ //
975
+
976
+ .uk-search .uk-search-icon { color: $inverse-search-icon-color; }
977
+ .uk-search .uk-search-icon:hover { color: $inverse-search-icon-color; }
978
+
979
+ //
980
+ // Style modifier
981
+ //
982
+
983
+ .uk-search-default .uk-search-input {
984
+ background-color: $inverse-search-default-background;
985
+ @if(mixin-exists(hook-inverse-search-default-input)) {@include hook-inverse-search-default-input();}
986
+ }
987
+
988
+ .uk-search-default .uk-search-input:focus {
989
+ background-color: $inverse-search-default-focus-background;
990
+ @if(mixin-exists(hook-inverse-search-default-input-focus)) {@include hook-inverse-search-default-input-focus();}
991
+ }
992
+
993
+ .uk-search-navbar .uk-search-input {
994
+ background-color: $inverse-search-navbar-background;
995
+ @if(mixin-exists(hook-inverse-search-navbar-input)) {@include hook-inverse-search-navbar-input();}
996
+ }
997
+
998
+ .uk-search-navbar .uk-search-input:focus {
999
+ @if(mixin-exists(hook-inverse-search-navbar-input-focus)) {@include hook-inverse-search-navbar-input-focus();}
1000
+ }
1001
+
1002
+ .uk-search-large .uk-search-input {
1003
+ background-color: $inverse-search-large-background;
1004
+ @if(mixin-exists(hook-inverse-search-large-input)) {@include hook-inverse-search-large-input();}
1005
+ }
1006
+
1007
+ .uk-search-large .uk-search-input:focus {
1008
+ @if(mixin-exists(hook-inverse-search-large-input-focus)) {@include hook-inverse-search-large-input-focus();}
1009
+ }
1010
+
1011
+ //
1012
+ // Toggle
1013
+ //
1014
+
1015
+ .uk-search-toggle {
1016
+ color: $inverse-search-toggle-color;
1017
+ @if(mixin-exists(hook-inverse-search-toggle)) {@include hook-inverse-search-toggle();}
1018
+ }
1019
+
1020
+ .uk-search-toggle:hover {
1021
+ color: $inverse-search-toggle-hover-color;
1022
+ @if(mixin-exists(hook-inverse-search-toggle-hover)) {@include hook-inverse-search-toggle-hover();}
1023
+ }
1024
+
1025
+ }
1026
+ @mixin hook-inverse-component-nav(){
1027
+
1028
+ //
1029
+ // Default
1030
+ //
1031
+
1032
+ .uk-nav-default > li > a {
1033
+ color: $inverse-nav-default-item-color;
1034
+ @if(mixin-exists(hook-inverse-nav-default-item)) {@include hook-inverse-nav-default-item();}
1035
+ }
1036
+
1037
+ .uk-nav-default > li > a:hover {
1038
+ color: $inverse-nav-default-item-hover-color;
1039
+ @if(mixin-exists(hook-inverse-nav-default-item-hover)) {@include hook-inverse-nav-default-item-hover();}
1040
+ }
1041
+
1042
+ .uk-nav-default > li.uk-active > a {
1043
+ color: $inverse-nav-default-item-active-color;
1044
+ @if(mixin-exists(hook-inverse-nav-default-item-active)) {@include hook-inverse-nav-default-item-active();}
1045
+ }
1046
+
1047
+ .uk-nav-default .uk-nav-header {
1048
+ color: $inverse-nav-default-header-color;
1049
+ @if(mixin-exists(hook-inverse-nav-default-header)) {@include hook-inverse-nav-default-header();}
1050
+ }
1051
+
1052
+ .uk-nav-default .uk-nav-divider {
1053
+ border-top-color: $inverse-nav-default-divider-border;
1054
+ @if(mixin-exists(hook-inverse-nav-default-divider)) {@include hook-inverse-nav-default-divider();}
1055
+ }
1056
+
1057
+ .uk-nav-default .uk-nav-sub a { color: $inverse-nav-default-sublist-item-color; }
1058
+
1059
+ .uk-nav-default .uk-nav-sub a:hover { color: $inverse-nav-default-sublist-item-hover-color; }
1060
+
1061
+ .uk-nav-default .uk-nav-sub li.uk-active > a { color: $inverse-nav-default-sublist-item-active-color; }
1062
+
1063
+ //
1064
+ // Primary
1065
+ //
1066
+
1067
+ .uk-nav-primary > li > a {
1068
+ color: $inverse-nav-primary-item-color;
1069
+ @if(mixin-exists(hook-inverse-nav-primary-item)) {@include hook-inverse-nav-primary-item();}
1070
+ }
1071
+
1072
+ .uk-nav-primary > li > a:hover {
1073
+ color: $inverse-nav-primary-item-hover-color;
1074
+ @if(mixin-exists(hook-inverse-nav-primary-item-hover)) {@include hook-inverse-nav-primary-item-hover();}
1075
+ }
1076
+
1077
+ .uk-nav-primary > li.uk-active > a {
1078
+ color: $inverse-nav-primary-item-active-color;
1079
+ @if(mixin-exists(hook-inverse-nav-primary-item-active)) {@include hook-inverse-nav-primary-item-active();}
1080
+ }
1081
+
1082
+ .uk-nav-primary .uk-nav-header {
1083
+ color: $inverse-nav-primary-header-color;
1084
+ @if(mixin-exists(hook-inverse-nav-primary-header)) {@include hook-inverse-nav-primary-header();}
1085
+ }
1086
+
1087
+ .uk-nav-primary .uk-nav-divider {
1088
+ border-top-color: $inverse-nav-primary-divider-border;
1089
+ @if(mixin-exists(hook-inverse-nav-primary-divider)) {@include hook-inverse-nav-primary-divider();}
1090
+ }
1091
+
1092
+ .uk-nav-primary .uk-nav-sub a { color: $inverse-nav-primary-sublist-item-color; }
1093
+
1094
+ .uk-nav-primary .uk-nav-sub a:hover { color: $inverse-nav-primary-sublist-item-hover-color; }
1095
+
1096
+ .uk-nav-primary .uk-nav-sub li.uk-active > a { color: $inverse-nav-primary-sublist-item-active-color; }
1097
+
1098
+ //
1099
+ // Secondary
1100
+ //
1101
+
1102
+ .uk-nav-secondary > li > a {
1103
+ color: $inverse-nav-secondary-item-color;
1104
+ @if(mixin-exists(hook-inverse-nav-secondary-item)) {@include hook-inverse-nav-secondary-item();}
1105
+ }
1106
+
1107
+ .uk-nav-secondary > li > a:hover {
1108
+ color: $inverse-nav-secondary-item-hover-color;
1109
+ @if(mixin-exists(hook-inverse-nav-secondary-item-hover)) {@include hook-inverse-nav-secondary-item-hover();}
1110
+ }
1111
+
1112
+ .uk-nav-secondary > li.uk-active > a {
1113
+ color: $inverse-nav-secondary-item-active-color;
1114
+ @if(mixin-exists(hook-inverse-nav-secondary-item-active)) {@include hook-inverse-nav-secondary-item-active();}
1115
+ }
1116
+
1117
+ .uk-nav-secondary .uk-nav-subtitle {
1118
+ color: $inverse-nav-secondary-subtitle-color;
1119
+ @if(mixin-exists(hook-inverse-nav-secondary-subtitle)) {@include hook-inverse-nav-secondary-subtitle();}
1120
+ }
1121
+
1122
+ .uk-nav-secondary > li > a:hover .uk-nav-subtitle {
1123
+ color: $inverse-nav-secondary-subtitle-hover-color;
1124
+ @if(mixin-exists(hook-inverse-nav-secondary-subtitle-hover)) {@include hook-inverse-nav-secondary-subtitle-hover();}
1125
+ }
1126
+
1127
+ .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
1128
+ color: $inverse-nav-secondary-subtitle-active-color;
1129
+ @if(mixin-exists(hook-inverse-nav-secondary-subtitle-active)) {@include hook-inverse-nav-secondary-subtitle-active();}
1130
+ }
1131
+
1132
+ .uk-nav-secondary .uk-nav-header {
1133
+ color: $inverse-nav-secondary-header-color;
1134
+ @if(mixin-exists(hook-inverse-nav-secondary-header)) {@include hook-inverse-nav-secondary-header();}
1135
+ }
1136
+
1137
+ .uk-nav-secondary .uk-nav-divider {
1138
+ border-top-color: $inverse-nav-secondary-divider-border;
1139
+ @if(mixin-exists(hook-inverse-nav-secondary-divider)) {@include hook-inverse-nav-secondary-divider();}
1140
+ }
1141
+
1142
+ .uk-nav-secondary .uk-nav-sub a { color: $inverse-nav-secondary-sublist-item-color; }
1143
+
1144
+ .uk-nav-secondary .uk-nav-sub a:hover { color: $inverse-nav-secondary-sublist-item-hover-color; }
1145
+
1146
+ .uk-nav-secondary .uk-nav-sub li.uk-active > a { color: $inverse-nav-secondary-sublist-item-active-color; }
1147
+
1148
+ //
1149
+ // Dividers
1150
+ //
1151
+
1152
+ .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
1153
+ border-top-color: $inverse-nav-dividers-border;
1154
+ @if(mixin-exists(hook-inverse-nav-dividers)) {@include hook-inverse-nav-dividers();}
1155
+ }
1156
+
1157
+ }
1158
+ @mixin hook-inverse-component-navbar(){
1159
+
1160
+ //
1161
+ // Nav Item
1162
+ //
1163
+
1164
+ .uk-navbar-nav > li > a {
1165
+ color: $inverse-navbar-nav-item-color;
1166
+ @if(mixin-exists(hook-inverse-navbar-nav-item)) {@include hook-inverse-navbar-nav-item();}
1167
+ }
1168
+
1169
+ .uk-navbar-nav > li:hover > a,
1170
+ .uk-navbar-nav > li > a[aria-expanded="true"] {
1171
+ color: $inverse-navbar-nav-item-hover-color;
1172
+ @if(mixin-exists(hook-inverse-navbar-nav-item-hover)) {@include hook-inverse-navbar-nav-item-hover();}
1173
+ }
1174
+
1175
+ .uk-navbar-nav > li > a:active {
1176
+ color: $inverse-navbar-nav-item-onclick-color;
1177
+ @if(mixin-exists(hook-inverse-navbar-nav-item-onclick)) {@include hook-inverse-navbar-nav-item-onclick();}
1178
+ }
1179
+
1180
+ .uk-navbar-nav > li.uk-active > a {
1181
+ color: $inverse-navbar-nav-item-active-color;
1182
+ @if(mixin-exists(hook-inverse-navbar-nav-item-active)) {@include hook-inverse-navbar-nav-item-active();}
1183
+ }
1184
+
1185
+ //
1186
+ // Item
1187
+ //
1188
+
1189
+ .uk-navbar-item {
1190
+ color: $inverse-navbar-item-color;
1191
+ @if(mixin-exists(hook-inverse-navbar-item)) {@include hook-inverse-navbar-item();}
1192
+ }
1193
+
1194
+ //
1195
+ // Toggle
1196
+ //
1197
+
1198
+ .uk-navbar-toggle {
1199
+ color: $inverse-navbar-toggle-color;
1200
+ @if(mixin-exists(hook-inverse-navbar-toggle)) {@include hook-inverse-navbar-toggle();}
1201
+ }
1202
+
1203
+ .uk-navbar-toggle:hover,
1204
+ .uk-navbar-toggle[aria-expanded="true"] {
1205
+ color: $inverse-navbar-toggle-hover-color;
1206
+ @if(mixin-exists(hook-inverse-navbar-toggle-hover)) {@include hook-inverse-navbar-toggle-hover();}
1207
+ }
1208
+
1209
+ }
1210
+ @mixin hook-inverse-component-subnav(){
1211
+
1212
+ .uk-subnav > * > :first-child {
1213
+ color: $inverse-subnav-item-color;
1214
+ @if(mixin-exists(hook-inverse-subnav-item)) {@include hook-inverse-subnav-item();}
1215
+ }
1216
+
1217
+ .uk-subnav > * > a:hover {
1218
+ color: $inverse-subnav-item-hover-color;
1219
+ @if(mixin-exists(hook-inverse-subnav-item-hover)) {@include hook-inverse-subnav-item-hover();}
1220
+ }
1221
+
1222
+ .uk-subnav > .uk-active > a {
1223
+ color: $inverse-subnav-item-active-color;
1224
+ @if(mixin-exists(hook-inverse-subnav-item-active)) {@include hook-inverse-subnav-item-active();}
1225
+ }
1226
+
1227
+ //
1228
+ // Divider
1229
+ //
1230
+
1231
+ .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
1232
+ border-left-color: $inverse-subnav-divider-border;
1233
+ @if(mixin-exists(hook-inverse-subnav-divider)) {@include hook-inverse-subnav-divider();}
1234
+ }
1235
+
1236
+ //
1237
+ // Pill
1238
+ //
1239
+
1240
+ .uk-subnav-pill > * > :first-child {
1241
+ background-color: $inverse-subnav-pill-item-background;
1242
+ color: $inverse-subnav-pill-item-color;
1243
+ @if(mixin-exists(hook-inverse-subnav-pill-item)) {@include hook-inverse-subnav-pill-item();}
1244
+ }
1245
+
1246
+ .uk-subnav-pill > * > a:hover {
1247
+ background-color: $inverse-subnav-pill-item-hover-background;
1248
+ color: $inverse-subnav-pill-item-hover-color;
1249
+ @if(mixin-exists(hook-inverse-subnav-pill-item-hover)) {@include hook-inverse-subnav-pill-item-hover();}
1250
+ }
1251
+
1252
+ .uk-subnav-pill > * > a:active {
1253
+ background-color: $inverse-subnav-pill-item-onclick-background;
1254
+ color: $inverse-subnav-pill-item-onclick-color;
1255
+ @if(mixin-exists(hook-inverse-subnav-pill-item-onclick)) {@include hook-inverse-subnav-pill-item-onclick();}
1256
+ }
1257
+
1258
+ .uk-subnav-pill > .uk-active > a {
1259
+ background-color: $inverse-subnav-pill-item-active-background;
1260
+ color: $inverse-subnav-pill-item-active-color;
1261
+ @if(mixin-exists(hook-inverse-subnav-pill-item-active)) {@include hook-inverse-subnav-pill-item-active();}
1262
+ }
1263
+
1264
+ //
1265
+ // Disabled
1266
+ //
1267
+
1268
+ .uk-subnav > .uk-disabled > a {
1269
+ color: $inverse-subnav-item-disabled-color;
1270
+ @if(mixin-exists(hook-inverse-subnav-item-disabled)) {@include hook-inverse-subnav-item-disabled();}
1271
+ }
1272
+
1273
+ }
1274
+ @mixin hook-inverse-component-pagination(){
1275
+
1276
+ .uk-pagination > * > * {
1277
+ color: $inverse-pagination-item-color;
1278
+ @if(mixin-exists(hook-inverse-pagination-item)) {@include hook-inverse-pagination-item();}
1279
+ }
1280
+
1281
+ .uk-pagination > * > :hover {
1282
+ color: $inverse-pagination-item-hover-color;
1283
+ @if(mixin-exists(hook-inverse-pagination-item-hover)) {@include hook-inverse-pagination-item-hover();}
1284
+ }
1285
+
1286
+ .uk-pagination > .uk-active > * {
1287
+ color: $inverse-pagination-item-active-color;
1288
+ @if(mixin-exists(hook-inverse-pagination-item-active)) {@include hook-inverse-pagination-item-active();}
1289
+ }
1290
+
1291
+ .uk-pagination > .uk-disabled > * {
1292
+ color: $inverse-pagination-item-disabled-color;
1293
+ @if(mixin-exists(hook-inverse-pagination-item-disabled)) {@include hook-inverse-pagination-item-disabled();}
1294
+ }
1295
+
1296
+ }
1297
+ @mixin hook-inverse-component-tab(){
1298
+
1299
+ .uk-tab {
1300
+ @if(mixin-exists(hook-inverse-tab)) {@include hook-inverse-tab();}
1301
+ }
1302
+
1303
+ .uk-tab > * > a {
1304
+ color: $inverse-tab-item-color;
1305
+ @if(mixin-exists(hook-inverse-tab-item)) {@include hook-inverse-tab-item();}
1306
+ }
1307
+
1308
+ .uk-tab > * > a:hover {
1309
+ color: $inverse-tab-item-hover-color;
1310
+ @if(mixin-exists(hook-inverse-tab-item-hover)) {@include hook-inverse-tab-item-hover();}
1311
+ }
1312
+
1313
+ .uk-tab > .uk-active > a {
1314
+ color: $inverse-tab-item-active-color;
1315
+ @if(mixin-exists(hook-inverse-tab-item-active)) {@include hook-inverse-tab-item-active();}
1316
+ }
1317
+
1318
+ .uk-tab > .uk-disabled > a {
1319
+ color: $inverse-tab-item-disabled-color;
1320
+ @if(mixin-exists(hook-inverse-tab-item-disabled)) {@include hook-inverse-tab-item-disabled();}
1321
+ }
1322
+
1323
+ }
1324
+ @mixin hook-inverse-component-slidenav(){
1325
+
1326
+ .uk-slidenav {
1327
+ color: $inverse-slidenav-color;
1328
+ @if(mixin-exists(hook-inverse-slidenav)) {@include hook-inverse-slidenav();}
1329
+ }
1330
+
1331
+ .uk-slidenav:hover {
1332
+ color: $inverse-slidenav-hover-color;
1333
+ @if(mixin-exists(hook-inverse-slidenav-hover)) {@include hook-inverse-slidenav-hover();}
1334
+ }
1335
+
1336
+ .uk-slidenav:active {
1337
+ color: $inverse-slidenav-active-color;
1338
+ @if(mixin-exists(hook-inverse-slidenav-active)) {@include hook-inverse-slidenav-active();}
1339
+ }
1340
+
1341
+ }
1342
+ @mixin hook-inverse-component-text(){
1343
+
1344
+ .uk-text-lead {
1345
+ color: $inverse-text-lead-color;
1346
+ @if(mixin-exists(hook-inverse-text-lead)) {@include hook-inverse-text-lead();}
1347
+ }
1348
+
1349
+ .uk-text-meta {
1350
+ color: $inverse-text-meta-color;
1351
+ @if(mixin-exists(hook-inverse-text-meta)) {@include hook-inverse-text-meta();}
1352
+ }
1353
+
1354
+ .uk-text-muted { color: $inverse-text-muted-color !important; }
1355
+ .uk-text-emphasis { color: $inverse-text-emphasis-color !important; }
1356
+ .uk-text-primary { color: $inverse-text-primary-color !important; }
1357
+ .uk-text-secondary { color: $inverse-text-secondary-color !important; }
1358
+
1359
+ }
1360
+ @mixin hook-inverse-component-utility(){
1361
+
1362
+ .uk-dropcap::first-letter,
1363
+ .uk-dropcap p:first-of-type::first-letter {
1364
+ @if(mixin-exists(hook-inverse-dropcap)) {@include hook-inverse-dropcap();}
1365
+ }
1366
+
1367
+ .uk-logo {
1368
+ color: $inverse-logo-color;
1369
+ @if(mixin-exists(hook-inverse-logo)) {@include hook-inverse-logo();}
1370
+ }
1371
+
1372
+ .uk-logo:hover {
1373
+ color: $inverse-logo-hover-color;
1374
+ @if(mixin-exists(hook-inverse-logo-hover)) {@include hook-inverse-logo-hover();}
1375
+ }
1376
+
1377
+ .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
1378
+ .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type) { display: none; }
1379
+ .uk-logo-inverse { display: block; }
1380
+
1381
+ }
1382
+ @mixin hook-inverse(){
1383
+ @include hook-inverse-component-base();
1384
+ @include hook-inverse-component-link();
1385
+ @include hook-inverse-component-heading();
1386
+ @include hook-inverse-component-divider();
1387
+ @include hook-inverse-component-list();
1388
+ @include hook-inverse-component-icon();
1389
+ @include hook-inverse-component-form();
1390
+ @include hook-inverse-component-button();
1391
+ @include hook-inverse-component-grid();
1392
+ @include hook-inverse-component-close();
1393
+ @include hook-inverse-component-totop();
1394
+ @include hook-inverse-component-badge();
1395
+ @include hook-inverse-component-label();
1396
+ @include hook-inverse-component-article();
1397
+ @include hook-inverse-component-search();
1398
+ @include hook-inverse-component-nav();
1399
+ @include hook-inverse-component-navbar();
1400
+ @include hook-inverse-component-subnav();
1401
+ @include hook-inverse-component-breadcrumb();
1402
+ @include hook-inverse-component-pagination();
1403
+ @include hook-inverse-component-tab();
1404
+ @include hook-inverse-component-slidenav();
1405
+ @include hook-inverse-component-dotnav();
1406
+ @include hook-inverse-component-accordion();
1407
+ @include hook-inverse-component-iconnav();
1408
+ @include hook-inverse-component-text();
1409
+ @include hook-inverse-component-column();
1410
+ @include hook-inverse-component-utility();
1411
+ }
1412
+ @mixin hook-label(){}
1413
+ @mixin hook-label-success(){}
1414
+ @mixin hook-label-warning(){}
1415
+ @mixin hook-label-danger(){}
1416
+ @mixin hook-label-misc(){}
1417
+ @mixin hook-inverse-label(){}
1418
+ @mixin hook-leader(){}
1419
+ @mixin hook-leader-misc(){}
1420
+ @mixin hook-inverse-leader(){}
1421
+ @mixin hook-inverse-component-leader(){
1422
+
1423
+ .uk-leader-fill::after {
1424
+ @if(mixin-exists(hook-inverse-leader)) {@include hook-inverse-leader();}
1425
+ }
1426
+
1427
+ }
1428
+ @mixin hook-lightbox(){}
1429
+ @mixin hook-lightbox-item(){}
1430
+ @mixin hook-lightbox-toolbar(){}
1431
+ @mixin hook-lightbox-toolbar-icon(){}
1432
+ @mixin hook-lightbox-toolbar-icon-hover(){}
1433
+ @mixin hook-lightbox-button(){}
1434
+ @mixin hook-lightbox-button-hover(){}
1435
+ @mixin hook-lightbox-button-active(){}
1436
+ @mixin hook-lightbox-misc(){}
1437
+ @mixin hook-link-muted(){}
1438
+ @mixin hook-link-muted-hover(){}
1439
+ @mixin hook-link-text(){}
1440
+ @mixin hook-link-text-hover(){}
1441
+ @mixin hook-link-heading(){}
1442
+ @mixin hook-link-heading-hover(){}
1443
+ @mixin hook-link-reset(){}
1444
+ @mixin hook-link-misc(){}
1445
+ @mixin hook-inverse-link-muted(){}
1446
+ @mixin hook-inverse-link-muted-hover(){}
1447
+ @mixin hook-inverse-link-text-hover(){}
1448
+ @mixin hook-inverse-link-heading-hover(){}
1449
+ @mixin hook-list-divider(){}
1450
+ @mixin hook-list-striped(){}
1451
+ @mixin hook-list-misc(){}
1452
+ @mixin hook-inverse-list-divider(){}
1453
+ @mixin hook-inverse-list-striped(){}
1454
+ @mixin hook-margin-misc(){}
1455
+ @mixin hook-marker(){}
1456
+ @mixin hook-marker-hover(){}
1457
+ @mixin hook-marker-misc(){}
1458
+ @mixin hook-inverse-marker(){}
1459
+ @mixin hook-inverse-marker-hover(){}
1460
+ @mixin hook-inverse-component-marker(){
1461
+
1462
+ .uk-marker {
1463
+ background: $inverse-marker-background;
1464
+ color: $inverse-marker-color;
1465
+ @if(mixin-exists(hook-inverse-marker)) {@include hook-inverse-marker();}
1466
+ }
1467
+
1468
+ .uk-marker:hover {
1469
+ color: $inverse-marker-hover-color;
1470
+ @if(mixin-exists(hook-inverse-marker-hover)) {@include hook-inverse-marker-hover();}
1471
+ }
1472
+
1473
+ }
1474
+ @mixin hook-modal(){}
1475
+ @mixin hook-modal-dialog(){}
1476
+ @mixin hook-modal-full(){}
1477
+ @mixin hook-modal-body(){}
1478
+ @mixin hook-modal-header(){}
1479
+ @mixin hook-modal-footer(){}
1480
+ @mixin hook-modal-title(){}
1481
+ @mixin hook-modal-close(){}
1482
+ @mixin hook-modal-close-hover(){}
1483
+ @mixin hook-modal-close-default(){}
1484
+ @mixin hook-modal-close-default-hover(){}
1485
+ @mixin hook-modal-close-outside(){}
1486
+ @mixin hook-modal-close-outside-hover(){}
1487
+ @mixin hook-modal-close-full(){}
1488
+ @mixin hook-modal-close-full-hover(){}
1489
+ @mixin hook-modal-misc(){}
1490
+ @mixin hook-nav-sub(){}
1491
+ @mixin hook-nav-header(){}
1492
+ @mixin hook-nav-divider(){}
1493
+ @mixin hook-nav-default(){}
1494
+ @mixin hook-nav-default-item(){}
1495
+ @mixin hook-nav-default-item-hover(){}
1496
+ @mixin hook-nav-default-item-active(){}
1497
+ @mixin hook-nav-default-subtitle(){}
1498
+ @mixin hook-nav-default-header(){}
1499
+ @mixin hook-nav-default-divider(){}
1500
+ @mixin hook-nav-primary(){}
1501
+ @mixin hook-nav-primary-item(){}
1502
+ @mixin hook-nav-primary-item-hover(){}
1503
+ @mixin hook-nav-primary-item-active(){}
1504
+ @mixin hook-nav-primary-subtitle(){}
1505
+ @mixin hook-nav-primary-header(){}
1506
+ @mixin hook-nav-primary-divider(){}
1507
+ @mixin hook-nav-secondary(){}
1508
+ @mixin hook-nav-secondary-item(){}
1509
+ @mixin hook-nav-secondary-item-hover(){}
1510
+ @mixin hook-nav-secondary-item-active(){}
1511
+ @mixin hook-nav-secondary-subtitle(){}
1512
+ @mixin hook-nav-secondary-subtitle-hover(){}
1513
+ @mixin hook-nav-secondary-subtitle-active(){}
1514
+ @mixin hook-nav-secondary-header(){}
1515
+ @mixin hook-nav-secondary-divider(){}
1516
+ @mixin hook-nav-dividers(){}
1517
+ @mixin hook-nav-misc(){}
1518
+ @mixin hook-inverse-nav-default-item(){}
1519
+ @mixin hook-inverse-nav-default-item-hover(){}
1520
+ @mixin hook-inverse-nav-default-item-active(){}
1521
+ @mixin hook-inverse-nav-default-header(){}
1522
+ @mixin hook-inverse-nav-default-divider(){}
1523
+ @mixin hook-inverse-nav-primary-item(){}
1524
+ @mixin hook-inverse-nav-primary-item-hover(){}
1525
+ @mixin hook-inverse-nav-primary-item-active(){}
1526
+ @mixin hook-inverse-nav-primary-header(){}
1527
+ @mixin hook-inverse-nav-primary-divider(){}
1528
+ @mixin hook-inverse-nav-secondary-item(){}
1529
+ @mixin hook-inverse-nav-secondary-item-hover(){}
1530
+ @mixin hook-inverse-nav-secondary-item-active(){}
1531
+ @mixin hook-inverse-nav-secondary-subtitle(){}
1532
+ @mixin hook-inverse-nav-secondary-subtitle-hover(){}
1533
+ @mixin hook-inverse-nav-secondary-subtitle-active(){}
1534
+ @mixin hook-inverse-nav-secondary-header(){}
1535
+ @mixin hook-inverse-nav-secondary-divider(){}
1536
+ @mixin hook-inverse-nav-dividers(){}
1537
+ @mixin hook-navbar(){}
1538
+ @mixin hook-navbar-container(){}
1539
+ @mixin hook-navbar-nav-item(){}
1540
+ @mixin hook-navbar-nav-item-hover(){}
1541
+ @mixin hook-navbar-nav-item-onclick(){}
1542
+ @mixin hook-navbar-nav-item-active(){}
1543
+ @mixin hook-navbar-item(){}
1544
+ @mixin hook-navbar-toggle(){}
1545
+ @mixin hook-navbar-toggle-hover(){}
1546
+ @mixin hook-navbar-toggle-icon(){}
1547
+ @mixin hook-navbar-toggle-icon-hover(){}
1548
+ @mixin hook-navbar-subtitle(){}
1549
+ @mixin hook-navbar-primary(){}
1550
+ @mixin hook-navbar-transparent(){}
1551
+ @mixin hook-navbar-sticky(){}
1552
+ @mixin hook-navbar-dropdown(){}
1553
+ @mixin hook-navbar-dropdown-large(){}
1554
+ @mixin hook-navbar-dropdown-dropbar(){}
1555
+ @mixin hook-navbar-dropdown-dropbar-large(){}
1556
+ @mixin hook-navbar-dropdown-nav(){}
1557
+ @mixin hook-navbar-dropdown-nav-item(){}
1558
+ @mixin hook-navbar-dropdown-nav-item-hover(){}
1559
+ @mixin hook-navbar-dropdown-nav-item-active(){}
1560
+ @mixin hook-navbar-dropdown-nav-subtitle(){}
1561
+ @mixin hook-navbar-dropdown-nav-header(){}
1562
+ @mixin hook-navbar-dropdown-nav-divider(){}
1563
+ @mixin hook-navbar-dropbar(){}
1564
+ @mixin hook-navbar-misc(){}
1565
+ @mixin hook-inverse-navbar-nav-item(){}
1566
+ @mixin hook-inverse-navbar-nav-item-hover(){}
1567
+ @mixin hook-inverse-navbar-nav-item-onclick(){}
1568
+ @mixin hook-inverse-navbar-nav-item-active(){}
1569
+ @mixin hook-inverse-navbar-item(){}
1570
+ @mixin hook-inverse-navbar-toggle(){}
1571
+ @mixin hook-inverse-navbar-toggle-hover(){}
1572
+ @mixin hook-notification(){}
1573
+ @mixin hook-notification-message(){}
1574
+ @mixin hook-notification-close(){}
1575
+ @mixin hook-notification-message-primary(){}
1576
+ @mixin hook-notification-message-success(){}
1577
+ @mixin hook-notification-message-warning(){}
1578
+ @mixin hook-notification-message-danger(){}
1579
+ @mixin hook-notification-misc(){}
1580
+ @mixin hook-offcanvas-bar(){}
1581
+ @mixin hook-offcanvas-close(){}
1582
+ @mixin hook-offcanvas-overlay(){}
1583
+ @mixin hook-offcanvas-misc(){}
1584
+ @mixin hook-overlay(){}
1585
+ @mixin hook-overlay-icon(){}
1586
+ @mixin hook-overlay-default(){}
1587
+ @mixin hook-overlay-primary(){}
1588
+ @mixin hook-overlay-misc(){}
1589
+ @mixin hook-padding-misc(){}
1590
+ @mixin hook-pagination(){}
1591
+ @mixin hook-pagination-item(){}
1592
+ @mixin hook-pagination-item-hover(){}
1593
+ @mixin hook-pagination-item-active(){}
1594
+ @mixin hook-pagination-item-disabled(){}
1595
+ @mixin hook-pagination-misc(){}
1596
+ @mixin hook-inverse-pagination-item(){}
1597
+ @mixin hook-inverse-pagination-item-hover(){}
1598
+ @mixin hook-inverse-pagination-item-active(){}
1599
+ @mixin hook-inverse-pagination-item-disabled(){}
1600
+ @mixin hook-placeholder(){}
1601
+ @mixin hook-placeholder-misc(){}
1602
+ @mixin hook-position-misc(){}
1603
+ @mixin hook-print(){}
1604
+ @mixin hook-progress(){}
1605
+ @mixin hook-progress-bar(){}
1606
+ @mixin hook-progress-misc(){}
1607
+ @mixin hook-search-input(){}
1608
+ @mixin hook-search-icon(){}
1609
+ @mixin hook-search-default-input(){}
1610
+ @mixin hook-search-default-input-focus(){}
1611
+ @mixin hook-search-navbar-input(){}
1612
+ @mixin hook-search-navbar-input-focus(){}
1613
+ @mixin hook-search-large-input(){}
1614
+ @mixin hook-search-large-input-focus(){}
1615
+ @mixin hook-search-toggle(){}
1616
+ @mixin hook-search-toggle-hover(){}
1617
+ @mixin hook-search-misc(){}
1618
+ @mixin hook-inverse-search-default-input(){}
1619
+ @mixin hook-inverse-search-default-input-focus(){}
1620
+ @mixin hook-inverse-search-navbar-input(){}
1621
+ @mixin hook-inverse-search-navbar-input-focus(){}
1622
+ @mixin hook-inverse-search-large-input(){}
1623
+ @mixin hook-inverse-search-large-input-focus(){}
1624
+ @mixin hook-inverse-search-toggle(){}
1625
+ @mixin hook-inverse-search-toggle-hover(){}
1626
+ @mixin hook-section(){}
1627
+ @mixin hook-section-default(){}
1628
+ @mixin hook-section-muted(){}
1629
+ @mixin hook-section-primary(){}
1630
+ @mixin hook-section-secondary(){}
1631
+ @mixin hook-section-overlap(){}
1632
+ @mixin hook-section-misc(){}
1633
+ @mixin hook-slidenav(){}
1634
+ @mixin hook-slidenav-hover(){}
1635
+ @mixin hook-slidenav-active(){}
1636
+ @mixin hook-slidenav-previous(){}
1637
+ @mixin hook-slidenav-next(){}
1638
+ @mixin hook-slidenav-large(){}
1639
+ @mixin hook-slidenav-container(){}
1640
+ @mixin hook-slidenav-misc(){}
1641
+ @mixin hook-inverse-slidenav(){}
1642
+ @mixin hook-inverse-slidenav-hover(){}
1643
+ @mixin hook-inverse-slidenav-active(){}
1644
+ @mixin hook-slider(){}
1645
+ @mixin hook-slider-misc(){}
1646
+ @mixin hook-slideshow(){}
1647
+ @mixin hook-slideshow-misc(){}
1648
+ @mixin hook-sortable(){}
1649
+ @mixin hook-sortable-drag(){}
1650
+ @mixin hook-sortable-placeholder(){}
1651
+ @mixin hook-sortable-empty(){}
1652
+ @mixin hook-sortable-misc(){}
1653
+ @mixin hook-spinner(){}
1654
+ @mixin hook-spinner-misc(){}
1655
+ @mixin hook-sticky-misc(){}
1656
+ @mixin hook-subnav(){}
1657
+ @mixin hook-subnav-item(){}
1658
+ @mixin hook-subnav-item-hover(){}
1659
+ @mixin hook-subnav-item-active(){}
1660
+ @mixin hook-subnav-divider(){}
1661
+ @mixin hook-subnav-pill-item(){}
1662
+ @mixin hook-subnav-pill-item-hover(){}
1663
+ @mixin hook-subnav-pill-item-onclick(){}
1664
+ @mixin hook-subnav-pill-item-active(){}
1665
+ @mixin hook-subnav-item-disabled(){}
1666
+ @mixin hook-subnav-misc(){}
1667
+ @mixin hook-inverse-subnav-item(){}
1668
+ @mixin hook-inverse-subnav-item-hover(){}
1669
+ @mixin hook-inverse-subnav-item-active(){}
1670
+ @mixin hook-inverse-subnav-divider(){}
1671
+ @mixin hook-inverse-subnav-pill-item(){}
1672
+ @mixin hook-inverse-subnav-pill-item-hover(){}
1673
+ @mixin hook-inverse-subnav-pill-item-onclick(){}
1674
+ @mixin hook-inverse-subnav-pill-item-active(){}
1675
+ @mixin hook-inverse-subnav-item-disabled(){}
1676
+ @mixin hook-svg-misc(){}
1677
+ @mixin hook-switcher-misc(){}
1678
+ @mixin hook-tab(){}
1679
+ @mixin hook-tab-item(){}
1680
+ @mixin hook-tab-item-hover(){}
1681
+ @mixin hook-tab-item-active(){}
1682
+ @mixin hook-tab-item-disabled(){}
1683
+ @mixin hook-tab-bottom(){}
1684
+ @mixin hook-tab-bottom-item(){}
1685
+ @mixin hook-tab-left(){}
1686
+ @mixin hook-tab-right(){}
1687
+ @mixin hook-tab-left-item(){}
1688
+ @mixin hook-tab-right-item(){}
1689
+ @mixin hook-tab-misc(){}
1690
+ @mixin hook-inverse-tab(){}
1691
+ @mixin hook-inverse-tab-item(){}
1692
+ @mixin hook-inverse-tab-item-hover(){}
1693
+ @mixin hook-inverse-tab-item-active(){}
1694
+ @mixin hook-inverse-tab-item-disabled(){}
1695
+ @mixin hook-table(){}
1696
+ @mixin hook-table-header-cell(){}
1697
+ @mixin hook-table-cell(){}
1698
+ @mixin hook-table-footer(){}
1699
+ @mixin hook-table-caption(){}
1700
+ @mixin hook-table-divider(){}
1701
+ @mixin hook-table-striped(){}
1702
+ @mixin hook-table-hover(){}
1703
+ @mixin hook-table-row-active(){}
1704
+ @mixin hook-table-small(){}
1705
+ @mixin hook-table-large(){}
1706
+ @mixin hook-table-misc(){}
1707
+ @mixin hook-inverse-table-header-cell(){}
1708
+ @mixin hook-inverse-table-caption(){}
1709
+ @mixin hook-inverse-table-row-active(){}
1710
+ @mixin hook-inverse-table-divider(){}
1711
+ @mixin hook-inverse-table-striped(){}
1712
+ @mixin hook-inverse-table-hover(){}
1713
+ @mixin hook-inverse-component-table(){
1714
+
1715
+ .uk-table th {
1716
+ color: $inverse-table-header-cell-color;
1717
+ @if(mixin-exists(hook-inverse-table-header-cell)) {@include hook-inverse-table-header-cell();}
1718
+ }
1719
+
1720
+ .uk-table caption {
1721
+ color: $inverse-table-caption-color;
1722
+ @if(mixin-exists(hook-inverse-table-caption)) {@include hook-inverse-table-caption();}
1723
+ }
1724
+
1725
+ .uk-table > tr.uk-active,
1726
+ .uk-table tbody tr.uk-active {
1727
+ background: $inverse-table-row-active-background;
1728
+ @if(mixin-exists(hook-inverse-table-row-active)) {@include hook-inverse-table-row-active();}
1729
+ }
1730
+
1731
+ .uk-table-divider > tr:not(:first-child),
1732
+ .uk-table-divider > :not(:first-child) > tr,
1733
+ .uk-table-divider > :first-child > tr:not(:first-child) {
1734
+ border-top-color: $inverse-table-divider-border;
1735
+ @if(mixin-exists(hook-inverse-table-divider)) {@include hook-inverse-table-divider();}
1736
+ }
1737
+
1738
+ .uk-table-striped > tr:nth-of-type(odd),
1739
+ .uk-table-striped tbody tr:nth-of-type(odd) {
1740
+ background: $inverse-table-striped-row-background;
1741
+ @if(mixin-exists(hook-inverse-table-striped)) {@include hook-inverse-table-striped();}
1742
+ }
1743
+
1744
+ .uk-table-hover > tr:hover,
1745
+ .uk-table-hover tbody tr:hover {
1746
+ background: $inverse-table-hover-row-background;
1747
+ @if(mixin-exists(hook-inverse-table-hover)) {@include hook-inverse-table-hover();}
1748
+ }
1749
+
1750
+ }
1751
+ @mixin hook-text-lead(){}
1752
+ @mixin hook-text-meta(){}
1753
+ @mixin hook-text-small(){}
1754
+ @mixin hook-text-large(){}
1755
+ @mixin hook-text-background(){}
1756
+ @mixin hook-text-misc(){}
1757
+ @mixin hook-inverse-text-lead(){}
1758
+ @mixin hook-inverse-text-meta(){}
1759
+ @mixin hook-thumbnav(){}
1760
+ @mixin hook-thumbnav-item(){}
1761
+ @mixin hook-thumbnav-item-hover(){}
1762
+ @mixin hook-thumbnav-item-active(){}
1763
+ @mixin hook-thumbnav-misc(){}
1764
+ @mixin hook-inverse-thumbnav-item(){}
1765
+ @mixin hook-inverse-thumbnav-item-hover(){}
1766
+ @mixin hook-inverse-thumbnav-item-active(){}
1767
+ @mixin hook-inverse-component-thumbnav(){
1768
+
1769
+ .uk-thumbnav > * > * {
1770
+ @if(mixin-exists(hook-inverse-thumbnav-item)) {@include hook-inverse-thumbnav-item();}
1771
+ }
1772
+
1773
+ .uk-thumbnav > * > :hover {
1774
+ @if(mixin-exists(hook-inverse-thumbnav-item-hover)) {@include hook-inverse-thumbnav-item-hover();}
1775
+ }
1776
+
1777
+ .uk-thumbnav > .uk-active > * {
1778
+ @if(mixin-exists(hook-inverse-thumbnav-item-active)) {@include hook-inverse-thumbnav-item-active();}
1779
+ }
1780
+
1781
+ }
1782
+ @mixin hook-tile(){}
1783
+ @mixin hook-tile-default(){}
1784
+ @mixin hook-tile-default-hover(){}
1785
+ @mixin hook-tile-muted(){}
1786
+ @mixin hook-tile-muted-hover(){}
1787
+ @mixin hook-tile-primary(){}
1788
+ @mixin hook-tile-primary-hover(){}
1789
+ @mixin hook-tile-secondary(){}
1790
+ @mixin hook-tile-secondary-hover(){}
1791
+ @mixin hook-tile-misc(){}
1792
+ @mixin hook-tooltip(){}
1793
+ @mixin hook-tooltip-misc(){}
1794
+ @mixin hook-totop(){}
1795
+ @mixin hook-totop-hover(){}
1796
+ @mixin hook-totop-active(){}
1797
+ @mixin hook-totop-misc(){}
1798
+ @mixin hook-inverse-totop(){}
1799
+ @mixin hook-inverse-totop-hover(){}
1800
+ @mixin hook-inverse-totop-active(){}
1801
+ @mixin hook-transition-misc(){}
1802
+ @mixin hook-panel-scrollable(){}
1803
+ @mixin hook-box-shadow-bottom(){}
1804
+ @mixin hook-dropcap(){}
1805
+ @mixin hook-logo(){}
1806
+ @mixin hook-logo-hover(){}
1807
+ @mixin hook-utility-misc(){}
1808
+ @mixin hook-inverse-dropcap(){}
1809
+ @mixin hook-inverse-logo(){}
1810
+ @mixin hook-inverse-logo-hover(){}
1811
+ @mixin hook-visibility-misc(){}
1812
+ @mixin hook-width-misc(){}