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