jekyll-uikit 0.1.5 → 0.1.7

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