refills 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. checksums.yaml +15 -0
  2. data/.gitignore +17 -0
  3. data/Gemfile +13 -0
  4. data/Gemfile.lock +103 -0
  5. data/LICENSE.txt +22 -0
  6. data/README.md +26 -0
  7. data/Rakefile +2 -0
  8. data/config.rb +101 -0
  9. data/lib/refills.rb +2 -0
  10. data/lib/refills/import_generator.rb +15 -0
  11. data/lib/refills/list_generator.rb +20 -0
  12. data/lib/refills/version.rb +3 -0
  13. data/refills.gemspec +23 -0
  14. data/source/_accordion-tabs.html.erb +48 -0
  15. data/source/_accordion.html.erb +33 -0
  16. data/source/_badges.html.erb +5 -0
  17. data/source/_breadcrumbs.html.erb +8 -0
  18. data/source/_button-group.html.erb +7 -0
  19. data/source/_cards.html.erb +26 -0
  20. data/source/_dashboard.html.erb +18 -0
  21. data/source/_dropdown-menu.html.erb +45 -0
  22. data/source/_footer.html.erb +29 -0
  23. data/source/_hero.html.erb +11 -0
  24. data/source/_html_snippet.html.erb +5 -0
  25. data/source/_image-cards.html.erb +28 -0
  26. data/source/_info-section.html.erb +25 -0
  27. data/source/_item-list.html.erb +25 -0
  28. data/source/_master-detail.html.erb +35 -0
  29. data/source/_modal.html.erb +34 -0
  30. data/source/_navigation.html.erb +36 -0
  31. data/source/_overlap.html.erb +9 -0
  32. data/source/_progress-bar.html.erb +3 -0
  33. data/source/_search-bar.html.erb +8 -0
  34. data/source/_sidebar-layout.html.erb +28 -0
  35. data/source/_sliding-menu.html.erb +20 -0
  36. data/source/_snippet.html.erb +5 -0
  37. data/source/_stylesheet_snippet.html.erb +7 -0
  38. data/source/_switch-toggle.html.erb +15 -0
  39. data/source/_tables.html.erb +31 -0
  40. data/source/_toggle-cards.html.erb +64 -0
  41. data/source/_tooltip.html.erb +4 -0
  42. data/source/_vertical-tabs.html.erb +66 -0
  43. data/source/favicon.ico +0 -0
  44. data/source/favicon.png +0 -0
  45. data/source/images/background.png +0 -0
  46. data/source/images/middleman.png +0 -0
  47. data/source/index.html.erb +202 -0
  48. data/source/javascripts/all.js +2 -0
  49. data/source/layouts/layout.erb +19 -0
  50. data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_deprecated-webkit-gradient.scssc +0 -0
  51. data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_gradient-positions-parser.scssc +0 -0
  52. data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_linear-positions-parser.scssc +0 -0
  53. data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_radial-arg-parser.scssc +0 -0
  54. data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_radial-positions-parser.scssc +0 -0
  55. data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_render-gradients.scssc +0 -0
  56. data/source/stylesheets/.sass-cache/0d88bab3f6439409671efc65a29de3058595a20c/_shape-size-stripper.scssc +0 -0
  57. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_fill-parent.scssc +0 -0
  58. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_grid.scssc +0 -0
  59. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_media.scssc +0 -0
  60. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_omega.scssc +0 -0
  61. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_outer-container.scssc +0 -0
  62. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_pad.scssc +0 -0
  63. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_private.scssc +0 -0
  64. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_reset.scssc +0 -0
  65. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_row.scssc +0 -0
  66. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_shift.scssc +0 -0
  67. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_span-columns.scssc +0 -0
  68. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_to-deprecate.scssc +0 -0
  69. data/source/stylesheets/.sass-cache/2356a63beb71504ccf2fa539939afe219243ac3f/_visual-grid.scssc +0 -0
  70. data/source/stylesheets/.sass-cache/3c5af5c36664454ea95f8284b8f46c4539020663/_neat-helpers.scssc +0 -0
  71. data/source/stylesheets/.sass-cache/3c5af5c36664454ea95f8284b8f46c4539020663/_neat.scssc +0 -0
  72. data/source/stylesheets/.sass-cache/5d5301b1b4de0f4b931a707c7390ccdbbf02bc5c/_bourbon-deprecated-upcoming.scssc +0 -0
  73. data/source/stylesheets/.sass-cache/5d5301b1b4de0f4b931a707c7390ccdbbf02bc5c/_bourbon.scssc +0 -0
  74. data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_bitters.scssc +0 -0
  75. data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_flashes.scssc +0 -0
  76. data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_forms.scssc +0 -0
  77. data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_grid-settings.scssc +0 -0
  78. data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_lists.scssc +0 -0
  79. data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_tables.scssc +0 -0
  80. data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_typography.scssc +0 -0
  81. data/source/stylesheets/.sass-cache/6e4f3bf0a0a6393f142470646a965aa11120b82c/_variables.scssc +0 -0
  82. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_accordion-tabs.scssc +0 -0
  83. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_breadcrumbs.scssc +0 -0
  84. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_button-group.scssc +0 -0
  85. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_buttons.scssc +0 -0
  86. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_cards.scssc +0 -0
  87. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_dashboard.scssc +0 -0
  88. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_dropdown-menu.scssc +0 -0
  89. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_footer.scssc +0 -0
  90. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_header-nav.scssc +0 -0
  91. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_hero.scssc +0 -0
  92. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_image-cards.scssc +0 -0
  93. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_info-section.scssc +0 -0
  94. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_item-list.scssc +0 -0
  95. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_master-detail.scssc +0 -0
  96. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_modal.scssc +0 -0
  97. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_navigation.scssc +0 -0
  98. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_overlap.scssc +0 -0
  99. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_progress-bar.scssc +0 -0
  100. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_search-bar.scssc +0 -0
  101. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_sidebar-layout.scssc +0 -0
  102. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_sliding-menu.scssc +0 -0
  103. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_table-borders.scssc +0 -0
  104. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_table.scssc +0 -0
  105. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_tables.scssc +0 -0
  106. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_tabs.scssc +0 -0
  107. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_toggle-cards.scssc +0 -0
  108. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_tooltip.scssc +0 -0
  109. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/_vertical-tabs.scssc +0 -0
  110. data/source/stylesheets/.sass-cache/7b963f7f4dc44c7eaad58bd6c1897da558e16f47/vertical-tabs.scssc +0 -0
  111. data/source/stylesheets/.sass-cache/949f49000f6a509c8c1d8b10cc864f41440f4640/_new-breakpoint.scssc +0 -0
  112. data/source/stylesheets/.sass-cache/949f49000f6a509c8c1d8b10cc864f41440f4640/_private.scssc +0 -0
  113. data/source/stylesheets/.sass-cache/949f49000f6a509c8c1d8b10cc864f41440f4640/_px-to-em.scssc +0 -0
  114. data/source/stylesheets/.sass-cache/9c3cd587ffeef0d147804cf4a2177df69c325021/_grid.scssc +0 -0
  115. data/source/stylesheets/.sass-cache/9c3cd587ffeef0d147804cf4a2177df69c325021/_visual-grid.scssc +0 -0
  116. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_button.scssc +820 -0
  117. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_clearfix.scssc +0 -0
  118. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_font-family.scssc +0 -0
  119. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_hide-text.scssc +0 -0
  120. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_html5-input-types.scssc +0 -0
  121. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_position.scssc +0 -0
  122. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_prefixer.scssc +0 -0
  123. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_retina-image.scssc +0 -0
  124. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_size.scssc +0 -0
  125. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_timing-functions.scssc +0 -0
  126. data/source/stylesheets/.sass-cache/c6006dae2021685cda21dbc1d56c98b49b399e89/_triangle.scssc +0 -0
  127. data/source/stylesheets/.sass-cache/d215ab98db0764a70113a4b69eb12099c4a4b951/_normalize.scssc +0 -0
  128. data/source/stylesheets/.sass-cache/d215ab98db0764a70113a4b69eb12099c4a4b951/_refills-styles.scssc +0 -0
  129. data/source/stylesheets/.sass-cache/d215ab98db0764a70113a4b69eb12099c4a4b951/all.scssc +0 -0
  130. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_animation.scssc +0 -0
  131. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_appearance.scssc +0 -0
  132. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_backface-visibility.scssc +0 -0
  133. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_background-image.scssc +0 -0
  134. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_background.scssc +0 -0
  135. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_border-image.scssc +0 -0
  136. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_border-radius.scssc +0 -0
  137. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_box-sizing.scssc +0 -0
  138. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_columns.scssc +0 -0
  139. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_flex-box.scssc +0 -0
  140. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_font-face.scssc +0 -0
  141. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_hidpi-media-query.scssc +0 -0
  142. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_image-rendering.scssc +0 -0
  143. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_inline-block.scssc +0 -0
  144. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_keyframes.scssc +0 -0
  145. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_linear-gradient.scssc +0 -0
  146. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_perspective.scssc +0 -0
  147. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_placeholder.scssc +0 -0
  148. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_radial-gradient.scssc +0 -0
  149. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_transform.scssc +0 -0
  150. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_transition.scssc +0 -0
  151. data/source/stylesheets/.sass-cache/d834f47169fec4be6d5fa92ad35541754895d07f/_user-select.scssc +0 -0
  152. data/source/stylesheets/.sass-cache/e04a546d656fd6d36e1f48c3953beece343e5456/_base.scssc +0 -0
  153. data/source/stylesheets/.sass-cache/e04a546d656fd6d36e1f48c3953beece343e5456/_button.scssc +0 -0
  154. data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_compact.scssc +0 -0
  155. data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_flex-grid.scssc +0 -0
  156. data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_grid-width.scssc +0 -0
  157. data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_linear-gradient.scssc +0 -0
  158. data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_modular-scale.scssc +0 -0
  159. data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_px-to-em.scssc +0 -0
  160. data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_radial-gradient.scssc +0 -0
  161. data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_tint-shade.scssc +0 -0
  162. data/source/stylesheets/.sass-cache/f42b2997d6b9b825e31277de8bd0911929c9e03c/_transition-property-name.scssc +0 -0
  163. data/source/stylesheets/_normalize.scss +402 -0
  164. data/source/stylesheets/_refills-styles.scss +269 -0
  165. data/source/stylesheets/all.scss +36 -0
  166. data/source/stylesheets/bitters/_bitters.scss +7 -0
  167. data/source/stylesheets/bitters/_flashes.scss +50 -0
  168. data/source/stylesheets/bitters/_forms.scss +87 -0
  169. data/source/stylesheets/bitters/_grid-settings.scss +14 -0
  170. data/source/stylesheets/bitters/_lists.scss +31 -0
  171. data/source/stylesheets/bitters/_tables.scss +22 -0
  172. data/source/stylesheets/bitters/_typography.scss +103 -0
  173. data/source/stylesheets/bitters/_variables.scss +47 -0
  174. data/source/stylesheets/bitters/extends/_base.scss +1 -0
  175. data/source/stylesheets/bitters/extends/_button.scss +5 -0
  176. data/source/stylesheets/bourbon/_bourbon-deprecated-upcoming.scss +13 -0
  177. data/source/stylesheets/bourbon/_bourbon.scss +59 -0
  178. data/source/stylesheets/bourbon/addons/_button.scss +343 -0
  179. data/source/stylesheets/bourbon/addons/_clearfix.scss +29 -0
  180. data/source/stylesheets/bourbon/addons/_font-family.scss +5 -0
  181. data/source/stylesheets/bourbon/addons/_hide-text.scss +5 -0
  182. data/source/stylesheets/bourbon/addons/_html5-input-types.scss +56 -0
  183. data/source/stylesheets/bourbon/addons/_position.scss +42 -0
  184. data/source/stylesheets/bourbon/addons/_prefixer.scss +49 -0
  185. data/source/stylesheets/bourbon/addons/_retina-image.scss +32 -0
  186. data/source/stylesheets/bourbon/addons/_size.scss +44 -0
  187. data/source/stylesheets/bourbon/addons/_timing-functions.scss +32 -0
  188. data/source/stylesheets/bourbon/addons/_triangle.scss +45 -0
  189. data/source/stylesheets/bourbon/css3/_animation.scss +52 -0
  190. data/source/stylesheets/bourbon/css3/_appearance.scss +3 -0
  191. data/source/stylesheets/bourbon/css3/_backface-visibility.scss +6 -0
  192. data/source/stylesheets/bourbon/css3/_background-image.scss +48 -0
  193. data/source/stylesheets/bourbon/css3/_background.scss +103 -0
  194. data/source/stylesheets/bourbon/css3/_border-image.scss +55 -0
  195. data/source/stylesheets/bourbon/css3/_border-radius.scss +22 -0
  196. data/source/stylesheets/bourbon/css3/_box-sizing.scss +4 -0
  197. data/source/stylesheets/bourbon/css3/_columns.scss +47 -0
  198. data/source/stylesheets/bourbon/css3/_flex-box.scss +52 -0
  199. data/source/stylesheets/bourbon/css3/_font-face.scss +23 -0
  200. data/source/stylesheets/bourbon/css3/_hidpi-media-query.scss +10 -0
  201. data/source/stylesheets/bourbon/css3/_image-rendering.scss +13 -0
  202. data/source/stylesheets/bourbon/css3/_inline-block.scss +8 -0
  203. data/source/stylesheets/bourbon/css3/_keyframes.scss +43 -0
  204. data/source/stylesheets/bourbon/css3/_linear-gradient.scss +41 -0
  205. data/source/stylesheets/bourbon/css3/_perspective.scss +8 -0
  206. data/source/stylesheets/bourbon/css3/_placeholder.scss +29 -0
  207. data/source/stylesheets/bourbon/css3/_radial-gradient.scss +44 -0
  208. data/source/stylesheets/bourbon/css3/_transform.scss +15 -0
  209. data/source/stylesheets/bourbon/css3/_transition.scss +34 -0
  210. data/source/stylesheets/bourbon/css3/_user-select.scss +3 -0
  211. data/source/stylesheets/bourbon/functions/_compact.scss +11 -0
  212. data/source/stylesheets/bourbon/functions/_flex-grid.scss +39 -0
  213. data/source/stylesheets/bourbon/functions/_grid-width.scss +13 -0
  214. data/source/stylesheets/bourbon/functions/_linear-gradient.scss +13 -0
  215. data/source/stylesheets/bourbon/functions/_modular-scale.scss +40 -0
  216. data/source/stylesheets/bourbon/functions/_px-to-em.scss +8 -0
  217. data/source/stylesheets/bourbon/functions/_radial-gradient.scss +23 -0
  218. data/source/stylesheets/bourbon/functions/_tint-shade.scss +9 -0
  219. data/source/stylesheets/bourbon/functions/_transition-property-name.scss +22 -0
  220. data/source/stylesheets/bourbon/helpers/_deprecated-webkit-gradient.scss +39 -0
  221. data/source/stylesheets/bourbon/helpers/_gradient-positions-parser.scss +13 -0
  222. data/source/stylesheets/bourbon/helpers/_linear-positions-parser.scss +61 -0
  223. data/source/stylesheets/bourbon/helpers/_radial-arg-parser.scss +69 -0
  224. data/source/stylesheets/bourbon/helpers/_radial-positions-parser.scss +18 -0
  225. data/source/stylesheets/bourbon/helpers/_render-gradients.scss +26 -0
  226. data/source/stylesheets/bourbon/helpers/_shape-size-stripper.scss +10 -0
  227. data/source/stylesheets/neat/_neat-helpers.scss +7 -0
  228. data/source/stylesheets/neat/_neat.scss +21 -0
  229. data/source/stylesheets/neat/functions/_new-breakpoint.scss +16 -0
  230. data/source/stylesheets/neat/functions/_private.scss +125 -0
  231. data/source/stylesheets/neat/grid/_fill-parent.scss +7 -0
  232. data/source/stylesheets/neat/grid/_grid.scss +5 -0
  233. data/source/stylesheets/neat/grid/_media.scss +51 -0
  234. data/source/stylesheets/neat/grid/_omega.scss +79 -0
  235. data/source/stylesheets/neat/grid/_outer-container.scss +8 -0
  236. data/source/stylesheets/neat/grid/_pad.scss +8 -0
  237. data/source/stylesheets/neat/grid/_private.scss +50 -0
  238. data/source/stylesheets/neat/grid/_reset.scss +12 -0
  239. data/source/stylesheets/neat/grid/_row.scss +17 -0
  240. data/source/stylesheets/neat/grid/_shift.scss +16 -0
  241. data/source/stylesheets/neat/grid/_span-columns.scss +45 -0
  242. data/source/stylesheets/neat/grid/_to-deprecate.scss +57 -0
  243. data/source/stylesheets/neat/grid/_visual-grid.scss +41 -0
  244. data/source/stylesheets/neat/settings/_grid.scss +7 -0
  245. data/source/stylesheets/neat/settings/_visual-grid.scss +5 -0
  246. data/source/stylesheets/normalize.css +375 -0
  247. data/source/stylesheets/refills/_accordion-tabs.scss +101 -0
  248. data/source/stylesheets/refills/_accordion.scss +51 -0
  249. data/source/stylesheets/refills/_badges.scss +37 -0
  250. data/source/stylesheets/refills/_breadcrumbs.scss +77 -0
  251. data/source/stylesheets/refills/_button-group.scss +33 -0
  252. data/source/stylesheets/refills/_cards.scss +64 -0
  253. data/source/stylesheets/refills/_dashboard.scss +33 -0
  254. data/source/stylesheets/refills/_dropdown-menu.scss +65 -0
  255. data/source/stylesheets/refills/_footer.scss +55 -0
  256. data/source/stylesheets/refills/_hero.scss +35 -0
  257. data/source/stylesheets/refills/_image-cards.scss +102 -0
  258. data/source/stylesheets/refills/_info-section.scss +49 -0
  259. data/source/stylesheets/refills/_item-list.scss +37 -0
  260. data/source/stylesheets/refills/_master-detail.scss +54 -0
  261. data/source/stylesheets/refills/_modal.scss +160 -0
  262. data/source/stylesheets/refills/_navigation.scss +168 -0
  263. data/source/stylesheets/refills/_overlap.scss +42 -0
  264. data/source/stylesheets/refills/_progress-bar.scss +83 -0
  265. data/source/stylesheets/refills/_search-bar.scss +43 -0
  266. data/source/stylesheets/refills/_sidebar-layout.scss +56 -0
  267. data/source/stylesheets/refills/_sliding-menu.scss +58 -0
  268. data/source/stylesheets/refills/_switch-toggle.scss +73 -0
  269. data/source/stylesheets/refills/_tables.scss +80 -0
  270. data/source/stylesheets/refills/_toggle-cards.scss +104 -0
  271. data/source/stylesheets/refills/_tooltip.scss +81 -0
  272. data/source/stylesheets/refills/_vertical-tabs.scss +113 -0
  273. data/source/vendor/javascripts/prism.js +13 -0
  274. data/source/vendor/stylesheets/prism.css +126 -0
  275. metadata +349 -0
@@ -0,0 +1,101 @@
1
+ $tab-border-color: $base-border-color;
2
+ $tab-border: 1px solid $tab-border-color;
3
+
4
+ $tab-content-color: lighten($tab-border-color, 10);
5
+
6
+ $tab-active-color: $tab-content-color;
7
+ $tab-inactive-color: $base-body-color;
8
+ $tab-inactive-hover-color: darken($light-gray, 5);
9
+
10
+ .accordion-tabs { // small screens: accordion
11
+
12
+ @include clearfix;
13
+ width: 100%;
14
+ margin-bottom: $base-line-height;
15
+ border: $tab-border;
16
+ border-radius: $base-border-radius;
17
+
18
+ li {
19
+ list-style: none;
20
+ display: block;
21
+
22
+ &:first-child a {
23
+ border-top: 0;
24
+ border-top-right-radius: $base-border-radius;
25
+ border-top-left-radius: $base-border-radius;
26
+ }
27
+
28
+ &:last-child a {
29
+ border-bottom-right-radius: $base-border-radius;
30
+ border-bottom-left-radius: $base-border-radius;
31
+ }
32
+
33
+ a {
34
+ display: block;
35
+ padding: 0.5em 1em;
36
+ font-weight: bold;
37
+ background-color: $tab-inactive-color;
38
+ text-decoration: none;
39
+ color: $dark-gray;
40
+ border-top: $tab-border;
41
+
42
+ &:hover {
43
+ color: $base-link-color;
44
+ }
45
+
46
+ &.active {
47
+ background-color: $tab-active-color;
48
+ border-bottom: 0;
49
+ }
50
+ }
51
+
52
+ section {
53
+ padding: 1em;
54
+ display: none;
55
+ background-color: $tab-content-color;
56
+ overflow: hidden;
57
+ }
58
+ }
59
+ }
60
+
61
+ @include media($medium-screen) { // turns into tabs
62
+ .accordion-tabs {
63
+ position: relative;
64
+ border: none;
65
+
66
+ li {
67
+ display: inline;
68
+
69
+ &:last-child a {
70
+ border-bottom-left-radius: 0;
71
+ border-bottom-right-radius: 0;
72
+ }
73
+
74
+ a {
75
+ display: inline-block;
76
+ border-top: 0;
77
+ border-top-right-radius: $base-border-radius;
78
+ border-top-left-radius: $base-border-radius;
79
+
80
+ &.active {
81
+ background-color: $tab-active-color;
82
+ border-bottom: 1px solid $tab-active-color;
83
+ margin-bottom: -1px;
84
+
85
+ border-top: $tab-border;
86
+ border-left: $tab-border;
87
+ border-right: $tab-border;
88
+ }
89
+ }
90
+ }
91
+
92
+ section {
93
+ padding: 1em;
94
+ border: $tab-border;
95
+ border-bottom-left-radius: $base-border-radius;
96
+ border-bottom-right-radius: $base-border-radius;
97
+ float: left;
98
+ left: 0;
99
+ }
100
+ }
101
+ }
@@ -0,0 +1,51 @@
1
+ .accordion-menus {
2
+ $accordion-menu-border-color: $base-border-color;
3
+ $accordion-menu-border: 1px solid $accordion-menu-border-color;
4
+ $accordion-menu-background: lighten($accordion-menu-border-color, 10);
5
+ $accordion-menu-hover: lighten($accordion-menu-background, 10);
6
+ $accordion-menu-sub-background: darken($accordion-menu-background, 5);
7
+ $accordion-menu-sub-inset: darken($accordion-menu-sub-background, 6);
8
+ $accordion-menu-sub-hover: darken($accordion-menu-sub-background, 5);
9
+ $accordion-menu-list-padding: 0.5em;
10
+ background-color: $accordion-menu-background;
11
+ border: $accordion-menu-border;
12
+
13
+ li {
14
+ border-bottom: $accordion-menu-border;
15
+
16
+ > a {
17
+ padding: $accordion-menu-list-padding;
18
+ display: block;
19
+ }
20
+
21
+ &:last-child {
22
+ border: none;
23
+ }
24
+
25
+ &:hover {
26
+ background-color: $accordion-menu-hover;
27
+ }
28
+ }
29
+
30
+ ul.submenu {
31
+ display: none;
32
+
33
+ li {
34
+ background-color: $accordion-menu-sub-background;
35
+
36
+ &:first-child {
37
+ border-top: $accordion-menu-border;
38
+ box-shadow: inset 0 1px 1px $accordion-menu-sub-inset;
39
+ }
40
+
41
+ &:hover {
42
+ background-color: $accordion-menu-sub-hover;
43
+ }
44
+ }
45
+ }
46
+
47
+ .is-expanded {
48
+ display: block;
49
+ padding-bottom: 0;
50
+ }
51
+ }
@@ -0,0 +1,37 @@
1
+ $badge-color: $medium-gray;
2
+ $badge-dark-color: $dark-gray;
3
+ $badge-error-color: $error-color;
4
+ $badge-notice-color: $notice-color;
5
+ $badge-success-color: $success-color;
6
+ $badge-font-color: #fff;
7
+ $badge-font-size: $base-font-size * .75;
8
+
9
+ .badge {
10
+ background: $badge-color;
11
+ border-radius: 2em;
12
+ color: $badge-font-color;
13
+ font-size: $badge-font-size;
14
+ font-weight: 600;
15
+ line-height: 1;
16
+ padding: 0 .5em;
17
+ text-align: center;
18
+
19
+ &.dark {
20
+ background: $badge-dark-color;
21
+ }
22
+
23
+ &.error {
24
+ background: $badge-error-color;
25
+ color: darken($badge-error-color, 60);
26
+ }
27
+
28
+ &.notice {
29
+ background: $badge-notice-color;
30
+ color: darken($badge-error-color, 60);
31
+ }
32
+
33
+ &.success {
34
+ background: $badge-success-color;
35
+ color: darken($badge-success-color, 60);
36
+ }
37
+ }
@@ -0,0 +1,77 @@
1
+ .breadcrumb {
2
+ $breadcrumb-border-color: $base-border-color;
3
+ $breadcrumb-border: 1px solid $breadcrumb-border-color;
4
+ $breadcrumb-height: 2em;
5
+ $breadcrumb-arrow-color: $breadcrumb-border-color;
6
+ $breadcrumb-background: $base-body-color;
7
+ $breadcrumb-inactive-hover-color: darken($breadcrumb-border-color, 5);
8
+
9
+ margin: 0;
10
+ padding: 0;
11
+ border-radius: $base-border-radius;
12
+ display: inline-block;
13
+
14
+ a {
15
+ color: $base-font-color;
16
+ background-color: $breadcrumb-background;
17
+ border: $breadcrumb-border;
18
+ display: inline-block;
19
+ line-height: $breadcrumb-height;
20
+ text-decoration: none;
21
+ padding: 0 $breadcrumb-height/2 0 $breadcrumb-height/1.5;
22
+ position: relative;
23
+ margin-right: -5px;
24
+
25
+ &:first-child {
26
+ padding-left: $breadcrumb-height/2;
27
+ border-top-left-radius: $base-border-radius;
28
+ border-bottom-left-radius: $base-border-radius;
29
+ }
30
+
31
+ &:last-child {
32
+ font-weight: bold;
33
+ background-color: $breadcrumb-background;
34
+ padding-right: $breadcrumb-height/2;
35
+ border-top-right-radius: $base-border-radius;
36
+ border-bottom-right-radius: $base-border-radius;
37
+ }
38
+
39
+ &:hover {
40
+ background-color: $breadcrumb-inactive-hover-color;
41
+ }
42
+
43
+ &:hover:after {
44
+ border-left-color: $breadcrumb-inactive-hover-color;;
45
+ }
46
+
47
+ &:after,
48
+ &:before {
49
+ content: '';
50
+ display: block;
51
+ border-top: $breadcrumb-height/2 solid transparent;
52
+ border-bottom: $breadcrumb-height/2 solid transparent;
53
+ border-left: $breadcrumb-height/4 solid transparent;
54
+ position: absolute;
55
+ margin: auto;
56
+ top: 0;
57
+ bottom: 0;
58
+ left: 100%;
59
+ z-index: 2;
60
+ }
61
+
62
+ &:last-child:after,
63
+ &:last-child:before {
64
+ border: none;
65
+ }
66
+
67
+ &:before {
68
+ border-left-color: $breadcrumb-arrow-color;
69
+ margin-left: 1px;
70
+ z-index: 1;
71
+ }
72
+ &:after {
73
+ border-left-color: $breadcrumb-background;
74
+ }
75
+ }
76
+ }
77
+
@@ -0,0 +1,33 @@
1
+ $button-group-background: lighten($light-gray, 10);
2
+ $button-group-border-highlight: white;
3
+ $button-group-active: $blue;
4
+
5
+ .button-group {
6
+ @include clearfix;
7
+
8
+ button {
9
+ @include button(simple, $button-group-background);
10
+ font-size: $base-font-size;
11
+ outline: none;
12
+ float: left;
13
+
14
+ &.active {
15
+ @include button(simple, $button-group-active);
16
+ font-size: $base-font-size;
17
+ }
18
+
19
+ &:first-child {
20
+ border-top-right-radius: 0;
21
+ border-bottom-right-radius: 0;
22
+ }
23
+ &:not(:first-child):not(:last-child) {
24
+ border-radius: 0;
25
+ border-left: 1px solid $button-group-border-highlight;
26
+ }
27
+ &:last-child {
28
+ border-top-left-radius: 0;
29
+ border-bottom-left-radius: 0;
30
+ border-left: 1px solid $button-group-border-highlight;
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,64 @@
1
+ .cards {
2
+ $card-border-color: $base-border-color;
3
+ $card-border: 1px solid $card-border-color;
4
+ $card-color: lighten($card-border-color, 10);
5
+ $card-header-color: $card-color;
6
+ $card-hover-color: darken($card-color, 5);
7
+
8
+ @include clearfix;
9
+ cursor: pointer;
10
+ margin-bottom: 1em;
11
+
12
+ .card {
13
+ height: 190px;
14
+ border: $card-border;
15
+ background-color: $card-color;
16
+ border-radius: $base-border-radius;
17
+ margin-bottom: $base-line-height;
18
+
19
+ @include media($medium-screen) {
20
+ @include span-columns(4 of 12);
21
+ }
22
+
23
+ .card-header {
24
+ background-color: $card-header-color;
25
+ border-bottom: $card-border;
26
+ border-top-left-radius: $base-border-radius;
27
+ border-top-right-radius: $base-border-radius;
28
+ font-weight: bold;
29
+ padding: 0.5em 1em;
30
+ }
31
+
32
+ .card-content {
33
+ padding-left: 1em;
34
+ padding-right: 1em;
35
+ padding-top: 1em;
36
+
37
+ p {
38
+ overflow: hidden;
39
+ text-overflow: ellipsis;
40
+ display: -webkit-box;
41
+ -webkit-line-clamp: 4;
42
+ -webkit-box-orient: vertical;
43
+ }
44
+ }
45
+
46
+ h3 {
47
+ font-weight: 800;
48
+ }
49
+
50
+ &:hover {
51
+ background-color: $card-hover-color;
52
+ .card-header {
53
+ background-color: $card-hover-color;
54
+ }
55
+ }
56
+
57
+ &:active {
58
+ background-color: $card-color;
59
+ .card-header {
60
+ background-color: $card-color;
61
+ }
62
+ }
63
+ }
64
+ }
@@ -0,0 +1,33 @@
1
+ .dashboard {
2
+ @include clearfix;
3
+ background-color: $light-gray;
4
+ border-radius: $base-border-radius;
5
+ width: 100%;
6
+ padding: 1em;
7
+
8
+ .dashboard-item {
9
+ @include span-columns(3);
10
+ h1 {
11
+ font-size: $base-font-size * 5;
12
+ text-align: center;
13
+ font-weight: 200;
14
+ margin: 0;
15
+
16
+ span {
17
+ font-size: $base-font-size/2;
18
+ margin: 5px;
19
+ font-weight: 300;
20
+ }
21
+ }
22
+
23
+ p {
24
+ border-top: 1px solid;
25
+ text-transform: uppercase;
26
+ font-weight: bold;
27
+ padding-top: 1em;
28
+ text-align: center;
29
+ margin-left: 3em;
30
+ margin-right: 3em;
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,65 @@
1
+ @mixin ui-dropdown($align: center, $width: 180px, $style: null) {
2
+
3
+ @if $style == null {
4
+ background-color: #fff;
5
+ border-radius: 4px;
6
+ border: 1px solid rgb(150,150,150);
7
+ box-shadow: 0 1px 6px 0 rgba(0,0,0,0.3);
8
+ margin: 0px;
9
+ padding: 1px;
10
+ text-align: left;
11
+
12
+ ul, ol {
13
+ margin: 0px;
14
+ overflow: scroll;
15
+ padding: 0px;
16
+
17
+ > li {
18
+ list-style: none;
19
+
20
+ > a {
21
+ display: block;
22
+ margin: 2px 0px;
23
+ padding: 6px 15px;
24
+ text-decoration: none;
25
+
26
+ &:hover {
27
+ background: rgb(248,248,248);
28
+ }
29
+ }
30
+ }
31
+ }
32
+ }
33
+
34
+ @else {
35
+ @extend %#{$style};
36
+ }
37
+
38
+ display: none;
39
+ position: absolute;
40
+ width: $width;
41
+ z-index: 20;
42
+
43
+ // position the dropdown absolute to its container
44
+ @if $align == center {
45
+ left: 50%;
46
+ margin-left: -($width/2);
47
+ }
48
+ @else {
49
+ #{$align}: 0%;
50
+ }
51
+ }
52
+
53
+ .dropdown {
54
+ display: inline-block;
55
+ position: relative;
56
+ }
57
+
58
+ .dropdown-link {
59
+ @include button(simple, $base-accent-color);
60
+ font-size: $base-font-size;
61
+ }
62
+
63
+ .dropdown-menu {
64
+ @include ui-dropdown(left, 11.25em);
65
+ }