jekyll-uikit 0.1.5 → 0.1.7

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