workarea-haven_theme 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (468) hide show
  1. checksums.yaml +7 -0
  2. data/.editorconfig +16 -0
  3. data/.eslintignore +1 -0
  4. data/.eslintrc +25 -0
  5. data/.github/ISSUE_TEMPLATE/bug_report.md +37 -0
  6. data/.github/ISSUE_TEMPLATE/documentation-request.md +17 -0
  7. data/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
  8. data/.github/workflows/ci.yml +60 -0
  9. data/.gitignore +23 -0
  10. data/.rubocop.yml +3 -0
  11. data/.scss-lint.yml +192 -0
  12. data/.stylelintrc.json +8 -0
  13. data/CHANGELOG.md +1847 -0
  14. data/Gemfile +24 -0
  15. data/README.md +199 -0
  16. data/Rakefile +60 -0
  17. data/app/assets/fonts/workarea/storefront/hind/hind_bold_webfont.woff +0 -0
  18. data/app/assets/fonts/workarea/storefront/hind/hind_bold_webfont.woff2 +0 -0
  19. data/app/assets/fonts/workarea/storefront/hind/hind_regular_webfont.woff +0 -0
  20. data/app/assets/fonts/workarea/storefront/hind/hind_regular_webfont.woff2 +0 -0
  21. data/app/assets/fonts/workarea/storefront/lora/lora_bold_webfont.woff +0 -0
  22. data/app/assets/fonts/workarea/storefront/lora/lora_bold_webfont.woff2 +0 -0
  23. data/app/assets/fonts/workarea/storefront/lora/lora_bolditalic_webfont.woff +0 -0
  24. data/app/assets/fonts/workarea/storefront/lora/lora_bolditalic_webfont.woff2 +0 -0
  25. data/app/assets/fonts/workarea/storefront/lora/lora_italic_webfont.woff +0 -0
  26. data/app/assets/fonts/workarea/storefront/lora/lora_italic_webfont.woff2 +0 -0
  27. data/app/assets/fonts/workarea/storefront/lora/lora_regular_webfont.woff +0 -0
  28. data/app/assets/fonts/workarea/storefront/lora/lora_regular_webfont.woff2 +0 -0
  29. data/app/assets/fonts/workarea/storefront/muli/muli_bold_webfont.woff +0 -0
  30. data/app/assets/fonts/workarea/storefront/muli/muli_bold_webfont.woff2 +0 -0
  31. data/app/assets/fonts/workarea/storefront/muli/muli_bolditalic_webfont.woff +0 -0
  32. data/app/assets/fonts/workarea/storefront/muli/muli_bolditalic_webfont.woff2 +0 -0
  33. data/app/assets/fonts/workarea/storefront/muli/muli_italic_webfont.woff +0 -0
  34. data/app/assets/fonts/workarea/storefront/muli/muli_italic_webfont.woff2 +0 -0
  35. data/app/assets/fonts/workarea/storefront/muli/muli_regular_webfont.woff +0 -0
  36. data/app/assets/fonts/workarea/storefront/muli/muli_regular_webfont.woff2 +0 -0
  37. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bold_webfont.woff +0 -0
  38. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bold_webfont.woff2 +0 -0
  39. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bolditalic_webfont.woff +0 -0
  40. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bolditalic_webfont.woff2 +0 -0
  41. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_italic_webfont.woff +0 -0
  42. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_italic_webfont.woff2 +0 -0
  43. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_regular_webfont.woff +0 -0
  44. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_regular_webfont.woff2 +0 -0
  45. data/app/assets/fonts/workarea/storefront/poppins/poppins_300.woff +0 -0
  46. data/app/assets/fonts/workarea/storefront/poppins/poppins_300.woff2 +0 -0
  47. data/app/assets/fonts/workarea/storefront/poppins/poppins_500.woff +0 -0
  48. data/app/assets/fonts/workarea/storefront/poppins/poppins_500.woff2 +0 -0
  49. data/app/assets/fonts/workarea/storefront/poppins/poppins_700.woff +0 -0
  50. data/app/assets/fonts/workarea/storefront/poppins/poppins_700.woff2 +0 -0
  51. data/app/assets/fonts/workarea/storefront/poppins/poppins_regular.woff +0 -0
  52. data/app/assets/fonts/workarea/storefront/poppins/poppins_regular.woff2 +0 -0
  53. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_700.woff +0 -0
  54. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_700.woff2 +0 -0
  55. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_regular.woff +0 -0
  56. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_regular.woff2 +0 -0
  57. data/app/assets/fonts/workarea/storefront/roboto/roboto_bold_webfont.woff +0 -0
  58. data/app/assets/fonts/workarea/storefront/roboto/roboto_bold_webfont.woff2 +0 -0
  59. data/app/assets/fonts/workarea/storefront/roboto/roboto_italic_webfont.woff +0 -0
  60. data/app/assets/fonts/workarea/storefront/roboto/roboto_italic_webfont.woff2 +0 -0
  61. data/app/assets/fonts/workarea/storefront/roboto/roboto_regular_webfont.woff +0 -0
  62. data/app/assets/fonts/workarea/storefront/roboto/roboto_regular_webfont.woff2 +0 -0
  63. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_bold_webfont.woff +0 -0
  64. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_bold_webfont.woff2 +0 -0
  65. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_regular_webfont.woff +0 -0
  66. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_regular_webfont.woff2 +0 -0
  67. data/app/assets/images/workarea/core/product_placeholder.jpg +0 -0
  68. data/app/assets/images/workarea/storefront/dialog_close.svg +1 -0
  69. data/app/assets/images/workarea/storefront/favicon.ico +0 -0
  70. data/app/assets/images/workarea/storefront/icons/account.svg +1 -0
  71. data/app/assets/images/workarea/storefront/icons/arrow_down.svg +1 -0
  72. data/app/assets/images/workarea/storefront/icons/arrow_left.svg +1 -0
  73. data/app/assets/images/workarea/storefront/icons/arrow_right.svg +1 -0
  74. data/app/assets/images/workarea/storefront/icons/arrow_up.svg +1 -0
  75. data/app/assets/images/workarea/storefront/icons/cart.svg +1 -0
  76. data/app/assets/images/workarea/storefront/icons/checkmark.svg +1 -0
  77. data/app/assets/images/workarea/storefront/icons/email.svg +1 -0
  78. data/app/assets/images/workarea/storefront/icons/empty_star.svg +1 -0
  79. data/app/assets/images/workarea/storefront/icons/eye.svg +1 -0
  80. data/app/assets/images/workarea/storefront/icons/facebook.svg +1 -0
  81. data/app/assets/images/workarea/storefront/icons/half_star.svg +1 -0
  82. data/app/assets/images/workarea/storefront/icons/lock.svg +1 -0
  83. data/app/assets/images/workarea/storefront/icons/long_arrow.svg +1 -0
  84. data/app/assets/images/workarea/storefront/icons/menu.svg +1 -0
  85. data/app/assets/images/workarea/storefront/icons/minus.svg +1 -0
  86. data/app/assets/images/workarea/storefront/icons/plus.svg +1 -0
  87. data/app/assets/images/workarea/storefront/icons/search.svg +1 -0
  88. data/app/assets/images/workarea/storefront/icons/share.svg +1 -0
  89. data/app/assets/images/workarea/storefront/icons/twitter.svg +1 -0
  90. data/app/assets/images/workarea/storefront/icons/x.svg +1 -0
  91. data/app/assets/images/workarea/storefront/logo.png +0 -0
  92. data/app/assets/images/workarea/storefront/style_guide_product.jpg +0 -0
  93. data/app/assets/images/workarea/storefront/style_guide_product_retina.jpg +0 -0
  94. data/app/assets/javascripts/workarea/storefront/haven_theme/config.js +44 -0
  95. data/app/assets/javascripts/workarea/storefront/modules/address_region_fields.js +93 -0
  96. data/app/assets/javascripts/workarea/storefront/modules/checkout_primary_payments.js +130 -0
  97. data/app/assets/javascripts/workarea/storefront/modules/expandable_filters.js +50 -0
  98. data/app/assets/javascripts/workarea/storefront/modules/mobile_filter_buttons.js +89 -0
  99. data/app/assets/javascripts/workarea/storefront/modules/mobile_nav_button.js +104 -0
  100. data/app/assets/javascripts/workarea/storefront/modules/product_detail_tabs.js +59 -0
  101. data/app/assets/javascripts/workarea/storefront/modules/quantity_control.js +56 -0
  102. data/app/assets/javascripts/workarea/storefront/modules/search_buttons.js +56 -0
  103. data/app/assets/javascripts/workarea/storefront/modules/toggle_class_button.js +43 -0
  104. data/app/assets/javascripts/workarea/storefront/modules/user_welcome_placeholder.js +38 -0
  105. data/app/assets/javascripts/workarea/storefront/reviews/modules/product_reviews_sort_menus.js +82 -0
  106. data/app/assets/javascripts/workarea/storefront/reviews/templates/sort_by_property.jst.ejs +13 -0
  107. data/app/assets/javascripts/workarea/storefront/templates/back_to_top_button.jst.ejs +3 -0
  108. data/app/assets/javascripts/workarea/storefront/templates/log_out_link.jst.ejs +1 -0
  109. data/app/assets/javascripts/workarea/storefront/templates/mobile_filters_nav_close_button.jst.ejs +3 -0
  110. data/app/assets/javascripts/workarea/storefront/templates/optional_field_prompt.jst.ejs +8 -0
  111. data/app/assets/javascripts/workarea/storefront/templates/saved_addresses_property.jst.ejs +23 -0
  112. data/app/assets/javascripts/workarea/storefront/templates/ui_menu_item.jst.ejs +9 -0
  113. data/app/assets/javascripts/workarea/storefront/templates/user_welcome.jst.ejs +7 -0
  114. data/app/assets/stylesheets/haven_theme/.keep +0 -0
  115. data/app/assets/stylesheets/jquery_ui/storefront/_ui_autocomplete.scss +13 -0
  116. data/app/assets/stylesheets/jquery_ui/storefront/_ui_dialog.scss +168 -0
  117. data/app/assets/stylesheets/jquery_ui/storefront/_ui_menu.scss +133 -0
  118. data/app/assets/stylesheets/jquery_ui/storefront/_ui_state_focus.scss +7 -0
  119. data/app/assets/stylesheets/jquery_ui/storefront/_ui_widget_overlay.scss +15 -0
  120. data/app/assets/stylesheets/workarea/product_badges/components/_badges.scss +83 -0
  121. data/app/assets/stylesheets/workarea/product_grid_content/components/_product_grid_cell_content_block.scss +32 -0
  122. data/app/assets/stylesheets/workarea/storefront/base/_forms.scss +224 -0
  123. data/app/assets/stylesheets/workarea/storefront/blog/components/_blog_entry.scss +127 -0
  124. data/app/assets/stylesheets/workarea/storefront/blog/components/_blog_entry_summary.scss +166 -0
  125. data/app/assets/stylesheets/workarea/storefront/blog/components/_blog_index.scss +25 -0
  126. data/app/assets/stylesheets/workarea/storefront/blog/components/_featured_entry_content_block.scss +9 -0
  127. data/app/assets/stylesheets/workarea/storefront/components/_account_menu.scss +50 -0
  128. data/app/assets/stylesheets/workarea/storefront/components/_add_to_cart.scss +51 -0
  129. data/app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss +30 -0
  130. data/app/assets/stylesheets/workarea/storefront/components/_box.scss +44 -0
  131. data/app/assets/stylesheets/workarea/storefront/components/_breadcrumbs.scss +53 -0
  132. data/app/assets/stylesheets/workarea/storefront/components/_button.scss +153 -0
  133. data/app/assets/stylesheets/workarea/storefront/components/_button_property.scss +46 -0
  134. data/app/assets/stylesheets/workarea/storefront/components/_cart.scss +85 -0
  135. data/app/assets/stylesheets/workarea/storefront/components/_category_summary_content_block.scss +27 -0
  136. data/app/assets/stylesheets/workarea/storefront/components/_checkout_addresses.scss +21 -0
  137. data/app/assets/stylesheets/workarea/storefront/components/_checkout_confirmation.scss +57 -0
  138. data/app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss +80 -0
  139. data/app/assets/stylesheets/workarea/storefront/components/_checkout_progress.scss +149 -0
  140. data/app/assets/stylesheets/workarea/storefront/components/_checkout_shipping.scss +15 -0
  141. data/app/assets/stylesheets/workarea/storefront/components/_checkout_step_summary.scss +81 -0
  142. data/app/assets/stylesheets/workarea/storefront/components/_color_box.scss +83 -0
  143. data/app/assets/stylesheets/workarea/storefront/components/_content_block.scss +56 -0
  144. data/app/assets/stylesheets/workarea/storefront/components/_data_card.scss +70 -0
  145. data/app/assets/stylesheets/workarea/storefront/components/_divider_content_block.scss +39 -0
  146. data/app/assets/stylesheets/workarea/storefront/components/_email_signup.scss +61 -0
  147. data/app/assets/stylesheets/workarea/storefront/components/_email_signup_view.scss +18 -0
  148. data/app/assets/stylesheets/workarea/storefront/components/_hero_content_block.scss +77 -0
  149. data/app/assets/stylesheets/workarea/storefront/components/_image_and_text_content_block.scss +29 -0
  150. data/app/assets/stylesheets/workarea/storefront/components/_image_content_block.scss +16 -0
  151. data/app/assets/stylesheets/workarea/storefront/components/_image_group_content_block.scss +9 -0
  152. data/app/assets/stylesheets/workarea/storefront/components/_loading.scss +92 -0
  153. data/app/assets/stylesheets/workarea/storefront/components/_login.scss +47 -0
  154. data/app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss +51 -0
  155. data/app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss +42 -0
  156. data/app/assets/stylesheets/workarea/storefront/components/_mobile_nav.scss +120 -0
  157. data/app/assets/stylesheets/workarea/storefront/components/_option_button.scss +48 -0
  158. data/app/assets/stylesheets/workarea/storefront/components/_order_details.scss +55 -0
  159. data/app/assets/stylesheets/workarea/storefront/components/_order_summary.scss +34 -0
  160. data/app/assets/stylesheets/workarea/storefront/components/_overlay.scss +20 -0
  161. data/app/assets/stylesheets/workarea/storefront/components/_page_content.scss +96 -0
  162. data/app/assets/stylesheets/workarea/storefront/components/_page_footer.scss +53 -0
  163. data/app/assets/stylesheets/workarea/storefront/components/_page_header.scss +208 -0
  164. data/app/assets/stylesheets/workarea/storefront/components/_pagination.scss +12 -0
  165. data/app/assets/stylesheets/workarea/storefront/components/_payment_icon.scss +37 -0
  166. data/app/assets/stylesheets/workarea/storefront/components/_personalized_recommendations_content_block.scss +19 -0
  167. data/app/assets/stylesheets/workarea/storefront/components/_primary_nav.scss +75 -0
  168. data/app/assets/stylesheets/workarea/storefront/components/_product_detail_container.scss +177 -0
  169. data/app/assets/stylesheets/workarea/storefront/components/_product_details.scss +105 -0
  170. data/app/assets/stylesheets/workarea/storefront/components/_product_insights_content_block.scss +22 -0
  171. data/app/assets/stylesheets/workarea/storefront/components/_product_list.scss +186 -0
  172. data/app/assets/stylesheets/workarea/storefront/components/_product_list_content_block.scss +22 -0
  173. data/app/assets/stylesheets/workarea/storefront/components/_product_media.scss +70 -0
  174. data/app/assets/stylesheets/workarea/storefront/components/_product_prices.scss +82 -0
  175. data/app/assets/stylesheets/workarea/storefront/components/_product_summary.scss +104 -0
  176. data/app/assets/stylesheets/workarea/storefront/components/_property.scss +71 -0
  177. data/app/assets/stylesheets/workarea/storefront/components/_quantity_control.scss +101 -0
  178. data/app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss +42 -0
  179. data/app/assets/stylesheets/workarea/storefront/components/_recent_views.scss +46 -0
  180. data/app/assets/stylesheets/workarea/storefront/components/_recommendations.scss +31 -0
  181. data/app/assets/stylesheets/workarea/storefront/components/_result_filters.scss.erb +203 -0
  182. data/app/assets/stylesheets/workarea/storefront/components/_search.scss +64 -0
  183. data/app/assets/stylesheets/workarea/storefront/components/_search_no_results.scss +34 -0
  184. data/app/assets/stylesheets/workarea/storefront/components/_secondary_nav.scss +58 -0
  185. data/app/assets/stylesheets/workarea/storefront/components/_social_networks_content_block.scss +46 -0
  186. data/app/assets/stylesheets/workarea/storefront/components/_svg_icon.scss +80 -0
  187. data/app/assets/stylesheets/workarea/storefront/components/_table.scss +57 -0
  188. data/app/assets/stylesheets/workarea/storefront/components/_taxonomy_content_block.scss +138 -0
  189. data/app/assets/stylesheets/workarea/storefront/components/_text_box.scss +82 -0
  190. data/app/assets/stylesheets/workarea/storefront/components/_text_content_block.scss +5 -0
  191. data/app/assets/stylesheets/workarea/storefront/components/_value.scss +85 -0
  192. data/app/assets/stylesheets/workarea/storefront/components/_video_and_text_content_block.scss +42 -0
  193. data/app/assets/stylesheets/workarea/storefront/content_search/components/_search_autocomplete.scss +20 -0
  194. data/app/assets/stylesheets/workarea/storefront/email/_settings.scss +23 -0
  195. data/app/assets/stylesheets/workarea/storefront/generic/_fonts.scss.erb +11 -0
  196. data/app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss +19 -0
  197. data/app/assets/stylesheets/workarea/storefront/package_products/components/_product_detail_packaged_products.scss +29 -0
  198. data/app/assets/stylesheets/workarea/storefront/product_quickview/components/_quickview_button.scss +22 -0
  199. data/app/assets/stylesheets/workarea/storefront/reviews/components/_rating.scss +41 -0
  200. data/app/assets/stylesheets/workarea/storefront/reviews/components/_reviews.scss +93 -0
  201. data/app/assets/stylesheets/workarea/storefront/reviews/components/_reviews_aggregate.scss +54 -0
  202. data/app/assets/stylesheets/workarea/storefront/reviews/components/_write_review.scss +65 -0
  203. data/app/assets/stylesheets/workarea/storefront/search_autocomplete/components/_search_autocomplete.scss +56 -0
  204. data/app/assets/stylesheets/workarea/storefront/settings/_colors.scss.erb +17 -0
  205. data/app/assets/stylesheets/workarea/storefront/settings/_font_families.scss.erb +6 -0
  206. data/app/assets/stylesheets/workarea/storefront/settings/_global.scss +36 -0
  207. data/app/assets/stylesheets/workarea/storefront/settings/_typography.scss +19 -0
  208. data/app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss +39 -0
  209. data/app/assets/stylesheets/workarea/storefront/share/components/_share_buttons.scss +139 -0
  210. data/app/assets/stylesheets/workarea/storefront/slick_slider/components/_slick_slider.scss +140 -0
  211. data/app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_facet.scss +37 -0
  212. data/app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_options.scss +79 -0
  213. data/app/assets/stylesheets/workarea/storefront/theme/_style_guide.scss +9 -0
  214. data/app/assets/stylesheets/workarea/storefront/theme_config/color_schemes/_haven_color_scheme.scss +276 -0
  215. data/app/assets/stylesheets/workarea/storefront/theme_config/color_schemes/_lagoon_color_scheme.scss +279 -0
  216. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_hind.scss +21 -0
  217. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_lora.scss +37 -0
  218. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_muli.scss +37 -0
  219. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_playfair_display.scss +37 -0
  220. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_poppins.scss +40 -0
  221. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_pt_serif.scss +22 -0
  222. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_roboto.scss +29 -0
  223. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_source_serif_pro.scss +21 -0
  224. data/app/assets/stylesheets/workarea/storefront/tools/_focus_ring.scss +22 -0
  225. data/app/assets/stylesheets/workarea/storefront/tools/_full_bleed_container.scss +15 -0
  226. data/app/assets/stylesheets/workarea/storefront/typography/_headings.scss +144 -0
  227. data/app/assets/stylesheets/workarea/storefront/typography/_links.scss +47 -0
  228. data/app/assets/stylesheets/workarea/storefront/typography/_text.scss +45 -0
  229. data/app/assets/stylesheets/workarea/styled_selects/components/_styled_select.scss +64 -0
  230. data/app/helpers/workarea/storefront/applied_facets_helper.rb +30 -0
  231. data/app/helpers/workarea/storefront/haven_blog_helper.rb +12 -0
  232. data/app/helpers/workarea/storefront/haven_swatches_helper.rb +24 -0
  233. data/app/helpers/workarea/storefront/product_media_slider_helper.rb +37 -0
  234. data/app/helpers/workarea/storefront/product_retina_image_srcset_helper.rb +9 -0
  235. data/app/seeds/workarea/haven_categories_seeds.rb +42 -0
  236. data/app/seeds/workarea/haven_demo_product_seeds.rb +94 -0
  237. data/app/seeds/workarea/theme_layout_content_seeds.rb +59 -0
  238. data/app/view_models/workarea/storefront/blog_entry_view_model.decorator +11 -0
  239. data/app/view_models/workarea/storefront/cart_content.rb +19 -0
  240. data/app/view_models/workarea/storefront/cart_view_model.decorator +7 -0
  241. data/app/view_models/workarea/storefront/content_blocks/hero_view_model.decorator +19 -0
  242. data/app/view_models/workarea/storefront/content_blocks/product_grid_cell_view_model.decorator +11 -0
  243. data/app/view_models/workarea/storefront/product_view_model.decorator +19 -0
  244. data/app/views/layouts/workarea/storefront/application.html.haml +194 -0
  245. data/app/views/layouts/workarea/storefront/checkout.html.haml +82 -0
  246. data/app/views/workarea/storefront/blog_comments/index.html.haml +29 -0
  247. data/app/views/workarea/storefront/blog_entries/_summary.html.haml +32 -0
  248. data/app/views/workarea/storefront/blog_entries/show.html.haml +84 -0
  249. data/app/views/workarea/storefront/blogs/_blog_navigation.html.haml +9 -0
  250. data/app/views/workarea/storefront/blogs/index.html.haml +25 -0
  251. data/app/views/workarea/storefront/blogs/show.html.haml +31 -0
  252. data/app/views/workarea/storefront/cart_items/create.html.haml +76 -0
  253. data/app/views/workarea/storefront/cart_items/package.html.haml +64 -0
  254. data/app/views/workarea/storefront/carts/_pricing.html.haml +12 -0
  255. data/app/views/workarea/storefront/carts/show.html.haml +172 -0
  256. data/app/views/workarea/storefront/categories/show.html.haml +131 -0
  257. data/app/views/workarea/storefront/checkouts/_checkout_progress.html.haml +26 -0
  258. data/app/views/workarea/storefront/checkouts/_gift_card_payment.html.haml +34 -0
  259. data/app/views/workarea/storefront/checkouts/_summary.html.haml +175 -0
  260. data/app/views/workarea/storefront/checkouts/addresses.html.haml +56 -0
  261. data/app/views/workarea/storefront/checkouts/confirmation.html.haml +56 -0
  262. data/app/views/workarea/storefront/checkouts/payment.html.haml +110 -0
  263. data/app/views/workarea/storefront/content_blocks/_blog_entry.html.haml +5 -0
  264. data/app/views/workarea/storefront/content_blocks/_category_summary.html.haml +16 -0
  265. data/app/views/workarea/storefront/content_blocks/_hero.html.haml +3 -0
  266. data/app/views/workarea/storefront/content_blocks/_product_grid_cell.html.haml +25 -0
  267. data/app/views/workarea/storefront/content_blocks/_product_insights.html.haml +12 -0
  268. data/app/views/workarea/storefront/content_blocks/_product_list.html.haml +12 -0
  269. data/app/views/workarea/storefront/content_blocks/_social_networks.html.haml +17 -0
  270. data/app/views/workarea/storefront/content_blocks/_taxonomy.html.haml +27 -0
  271. data/app/views/workarea/storefront/content_blocks/_three_column_taxonomy.html.haml +28 -0
  272. data/app/views/workarea/storefront/content_blocks/_two_column_taxonomy.html.haml +28 -0
  273. data/app/views/workarea/storefront/email_signups/_form.html.haml +9 -0
  274. data/app/views/workarea/storefront/email_signups/show.html.haml +8 -0
  275. data/app/views/workarea/storefront/facets/_applied.html.haml +13 -0
  276. data/app/views/workarea/storefront/facets/_range.html.haml +15 -0
  277. data/app/views/workarea/storefront/facets/_swatches.html.haml +16 -0
  278. data/app/views/workarea/storefront/facets/_terms.html.haml +15 -0
  279. data/app/views/workarea/storefront/menus/show.html.haml +10 -0
  280. data/app/views/workarea/storefront/orders/_details.haml +143 -0
  281. data/app/views/workarea/storefront/orders/_summary.html.haml +75 -0
  282. data/app/views/workarea/storefront/orders/index.html.haml +47 -0
  283. data/app/views/workarea/storefront/orders/show.html.haml +19 -0
  284. data/app/views/workarea/storefront/products/_media.html.haml +42 -0
  285. data/app/views/workarea/storefront/products/_pricing.html.haml +34 -0
  286. data/app/views/workarea/storefront/products/_rating.html.haml +9 -0
  287. data/app/views/workarea/storefront/products/_reviews.html.haml +34 -0
  288. data/app/views/workarea/storefront/products/_reviews_aggregate.html.haml +13 -0
  289. data/app/views/workarea/storefront/products/_summary.html.haml +16 -0
  290. data/app/views/workarea/storefront/products/_swatch_summary.html.haml +20 -0
  291. data/app/views/workarea/storefront/products/_video_thumbnail.html.haml +11 -0
  292. data/app/views/workarea/storefront/products/package_show.html.haml +50 -0
  293. data/app/views/workarea/storefront/products/show.html.haml +95 -0
  294. data/app/views/workarea/storefront/products/templates/_family.html.haml +28 -0
  295. data/app/views/workarea/storefront/products/templates/_generic.html.haml +57 -0
  296. data/app/views/workarea/storefront/products/templates/_gift_card.html.haml +68 -0
  297. data/app/views/workarea/storefront/products/templates/_option_selects.html.haml +59 -0
  298. data/app/views/workarea/storefront/products/templates/_option_thumbnails.html.haml +66 -0
  299. data/app/views/workarea/storefront/products/templates/_package.html.haml +22 -0
  300. data/app/views/workarea/storefront/products/templates/_swatches.html.haml +72 -0
  301. data/app/views/workarea/storefront/recent_views/show.html.haml +21 -0
  302. data/app/views/workarea/storefront/recommendations/show.html.haml +13 -0
  303. data/app/views/workarea/storefront/reviews/new.html.haml +71 -0
  304. data/app/views/workarea/storefront/searches/autocomplete.html.haml +35 -0
  305. data/app/views/workarea/storefront/searches/content.html.haml +72 -0
  306. data/app/views/workarea/storefront/searches/no_results.html.haml +33 -0
  307. data/app/views/workarea/storefront/searches/show.html.haml +118 -0
  308. data/app/views/workarea/storefront/shared/_address_fields.html.haml +99 -0
  309. data/app/views/workarea/storefront/shared/_left_navigation.html.haml +26 -0
  310. data/app/views/workarea/storefront/shares/_share_buttons.html.haml +19 -0
  311. data/app/views/workarea/storefront/shares/new.html.haml +53 -0
  312. data/app/views/workarea/storefront/style_guides/components/_button.html.haml +100 -0
  313. data/app/views/workarea/storefront/style_guides/components/_data_card.html.haml +218 -0
  314. data/app/views/workarea/storefront/style_guides/components/_mobile_filters.html.haml +146 -0
  315. data/app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml +34 -0
  316. data/app/views/workarea/storefront/style_guides/components/_product_insights_content_block.html.haml +34 -0
  317. data/app/views/workarea/storefront/style_guides/components/_product_list.html.haml +222 -0
  318. data/app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml +34 -0
  319. data/app/views/workarea/storefront/style_guides/components/_product_summary.html.haml +47 -0
  320. data/app/views/workarea/storefront/style_guides/components/_property.html.haml +93 -0
  321. data/app/views/workarea/storefront/style_guides/components/_recommendations.html.haml +43 -0
  322. data/app/views/workarea/storefront/style_guides/components/_social_networks_content_block.html.haml +20 -0
  323. data/app/views/workarea/storefront/style_guides/components/_svg_icon.html.haml +76 -0
  324. data/app/views/workarea/storefront/style_guides/components/_value.html.haml +90 -0
  325. data/app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml +90 -0
  326. data/app/views/workarea/storefront/style_guides/settings/color_schemes/_haven_color_scheme.html.haml +8 -0
  327. data/app/views/workarea/storefront/style_guides/settings/color_schemes/_lagoon_color_scheme.html.haml +8 -0
  328. data/app/views/workarea/storefront/style_guides/typography/_fonts.html.haml +13 -0
  329. data/app/views/workarea/storefront/style_guides/typography/_headings.html.haml +53 -0
  330. data/app/views/workarea/storefront/style_guides/typography/_links.html.haml +27 -0
  331. data/app/views/workarea/storefront/style_guides/typography/_text.html.haml +27 -0
  332. data/app/views/workarea/storefront/users/_haven_current_user.json.jbuilder +1 -0
  333. data/app/views/workarea/storefront/users/accounts/edit.html.haml +48 -0
  334. data/app/views/workarea/storefront/users/accounts/show.html.haml +119 -0
  335. data/app/views/workarea/storefront/users/addresses/edit.html.haml +24 -0
  336. data/app/views/workarea/storefront/users/addresses/new.html.haml +24 -0
  337. data/app/views/workarea/storefront/users/credit_cards/edit.html.haml +71 -0
  338. data/app/views/workarea/storefront/users/credit_cards/new.html.haml +66 -0
  339. data/app/views/workarea/storefront/users/logins/new.html.haml +60 -0
  340. data/app/views/workarea/storefront/users/orders/_summary.html.haml +25 -0
  341. data/app/views/workarea/storefront/users/orders/index.html.haml +23 -0
  342. data/app/views/workarea/storefront/users/orders/show.html.haml +22 -0
  343. data/app/views/workarea/storefront/users/passwords/change.html.haml +25 -0
  344. data/app/views/workarea/storefront/users/passwords/edit.html.haml +16 -0
  345. data/app/views/workarea/storefront/users/passwords/new.html.haml +27 -0
  346. data/bin/rails +20 -0
  347. data/browserslist +3 -0
  348. data/config/initializers/appends.rb +94 -0
  349. data/config/initializers/assets.rb +1 -0
  350. data/config/initializers/content_block_types.rb +95 -0
  351. data/config/initializers/dragonfly.rb +74 -0
  352. data/config/initializers/seeds.rb +3 -0
  353. data/config/initializers/theme.rb +68 -0
  354. data/config/initializers/workarea.rb +3 -0
  355. data/config/locales/en.yml +63 -0
  356. data/data/content_assets/product_grid_content_2_cell_background.jpg +0 -0
  357. data/data/content_assets/product_grid_content_background.jpg +0 -0
  358. data/data/content_assets/taxonomy_content_image.jpg +0 -0
  359. data/data/workarea/images/products/Clock.jpg +0 -0
  360. data/data/workarea/images/products/Headphones.jpg +0 -0
  361. data/data/workarea/images/products/Scissors.jpg +0 -0
  362. data/data/workarea/images/products/bookends.jpg +0 -0
  363. data/data/workarea/images/products/camera.jpg +0 -0
  364. data/data/workarea/images/products/coffee.jpg +0 -0
  365. data/data/workarea/images/products/lamp1.jpg +0 -0
  366. data/data/workarea/images/products/lamp2.png +0 -0
  367. data/data/workarea/images/products/lamp3.jpg +0 -0
  368. data/data/workarea/images/products/pen.jpg +0 -0
  369. data/data/workarea/images/products/plant.jpg +0 -0
  370. data/data/workarea/images/products/plant2.jpg +0 -0
  371. data/data/workarea/images/products/table.jpg +0 -0
  372. data/data/workarea/images/products/table2.jpg +0 -0
  373. data/data/workarea/images/products/table3.jpg +0 -0
  374. data/lib/tasks/haven_theme_tasks.rake +20 -0
  375. data/lib/workarea/haven_theme.rb +30 -0
  376. data/lib/workarea/haven_theme/engine.rb +17 -0
  377. data/lib/workarea/haven_theme/version.rb +5 -0
  378. data/package.json +9 -0
  379. data/public/screenshots/account.png +0 -0
  380. data/public/screenshots/blog.png +0 -0
  381. data/public/screenshots/blog_entry.png +0 -0
  382. data/public/screenshots/cart.png +0 -0
  383. data/public/screenshots/category_page.png +0 -0
  384. data/public/screenshots/checkout.png +0 -0
  385. data/public/screenshots/full_screen_search.png +0 -0
  386. data/public/screenshots/product_detail_page.png +0 -0
  387. data/script/admin_ci +9 -0
  388. data/script/ci +11 -0
  389. data/script/core_ci +9 -0
  390. data/script/plugins_ci +9 -0
  391. data/script/storefront_ci +9 -0
  392. data/test/dummy/Rakefile +6 -0
  393. data/test/dummy/app/assets/config/manifest.js +4 -0
  394. data/test/dummy/app/assets/images/.keep +0 -0
  395. data/test/dummy/app/assets/javascripts/application.js +13 -0
  396. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  397. data/test/dummy/app/controllers/application_controller.rb +3 -0
  398. data/test/dummy/app/controllers/concerns/.keep +0 -0
  399. data/test/dummy/app/helpers/application_helper.rb +2 -0
  400. data/test/dummy/app/jobs/application_job.rb +2 -0
  401. data/test/dummy/app/mailers/application_mailer.rb +4 -0
  402. data/test/dummy/app/models/concerns/.keep +0 -0
  403. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  404. data/test/dummy/app/views/layouts/mailer.html.erb +13 -0
  405. data/test/dummy/app/views/layouts/mailer.text.erb +1 -0
  406. data/test/dummy/bin/bundle +3 -0
  407. data/test/dummy/bin/rails +4 -0
  408. data/test/dummy/bin/rake +4 -0
  409. data/test/dummy/bin/setup +38 -0
  410. data/test/dummy/bin/update +29 -0
  411. data/test/dummy/bin/yarn +11 -0
  412. data/test/dummy/config.ru +5 -0
  413. data/test/dummy/config/application.rb +28 -0
  414. data/test/dummy/config/boot.rb +5 -0
  415. data/test/dummy/config/cable.yml +10 -0
  416. data/test/dummy/config/environment.rb +5 -0
  417. data/test/dummy/config/environments/development.rb +54 -0
  418. data/test/dummy/config/environments/production.rb +91 -0
  419. data/test/dummy/config/environments/test.rb +44 -0
  420. data/test/dummy/config/initializers/application_controller_renderer.rb +8 -0
  421. data/test/dummy/config/initializers/assets.rb +14 -0
  422. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  423. data/test/dummy/config/initializers/cookies_serializer.rb +5 -0
  424. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  425. data/test/dummy/config/initializers/inflections.rb +16 -0
  426. data/test/dummy/config/initializers/mime_types.rb +4 -0
  427. data/test/dummy/config/initializers/workarea.rb +5 -0
  428. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  429. data/test/dummy/config/locales/en.yml +33 -0
  430. data/test/dummy/config/puma.rb +56 -0
  431. data/test/dummy/config/routes.rb +5 -0
  432. data/test/dummy/config/secrets.yml +32 -0
  433. data/test/dummy/config/spring.rb +6 -0
  434. data/test/dummy/db/seeds.rb +2 -0
  435. data/test/dummy/lib/assets/.keep +0 -0
  436. data/test/dummy/log/.keep +0 -0
  437. data/test/dummy/package.json +5 -0
  438. data/test/integration/workarea/storefront/swatches_integration_test.decorator +28 -0
  439. data/test/system/workarea/admin/guest_browsing_system_test.decorator +38 -0
  440. data/test/system/workarea/storefront/analytics_system_test.decorator +71 -0
  441. data/test/system/workarea/storefront/blog_system_test.decorator +26 -0
  442. data/test/system/workarea/storefront/cart_content_system_test.rb +60 -0
  443. data/test/system/workarea/storefront/categories_system_test.decorator +188 -0
  444. data/test/system/workarea/storefront/categories_with_packages_system_test.decorator +94 -0
  445. data/test/system/workarea/storefront/content_system_test.decorator +21 -0
  446. data/test/system/workarea/storefront/digital_products_system_test.decorator +58 -0
  447. data/test/system/workarea/storefront/discounting_system_test.decorator +141 -0
  448. data/test/system/workarea/storefront/gift_cards_system_test.decorator +224 -0
  449. data/test/system/workarea/storefront/guest_checkout_system_test.decorator +100 -0
  450. data/test/system/workarea/storefront/hover_zoom_test.decorator +12 -0
  451. data/test/system/workarea/storefront/logged_in_checkout_system_test.decorator +90 -0
  452. data/test/system/workarea/storefront/login_system_test.decorator +94 -0
  453. data/test/system/workarea/storefront/navigation_system_test.decorator +28 -0
  454. data/test/system/workarea/storefront/no_js_system_test.decorator +76 -0
  455. data/test/system/workarea/storefront/passwords_system_test.decorator +59 -0
  456. data/test/system/workarea/storefront/product_videos_system_test.decorator +28 -0
  457. data/test/system/workarea/storefront/products_system_test.decorator +14 -0
  458. data/test/system/workarea/storefront/review_system_test.decorator +34 -0
  459. data/test/system/workarea/storefront/search_autocomplete_system_test.decorator +46 -0
  460. data/test/system/workarea/storefront/search_system_test.decorator +105 -0
  461. data/test/system/workarea/storefront/sharing_system_test.decorator +50 -0
  462. data/test/system/workarea/storefront/store_credit_system_test.decorator +125 -0
  463. data/test/teaspoon_env.rb +6 -0
  464. data/test/test_helper.rb +10 -0
  465. data/test/view_models/workarea/storefront/content_blocks/product_insights_view_model_test.decorator +41 -0
  466. data/vendor/assets/javascripts/polyfills/stickyfill.js +520 -0
  467. data/workarea-haven_theme.gemspec +39 -0
  468. metadata +789 -0
@@ -0,0 +1,37 @@
1
+ /*------------------------------------*\
2
+ #SWATCH-FACET
3
+ \*------------------------------------*/
4
+
5
+ /**
6
+ * Each `.swatch-facet` also receives an ID modifier class, in order to offer
7
+ * more granular control over the component, if needed. Since this is a
8
+ * dynamically generated value, they are not listed here.
9
+ */
10
+
11
+ $swatch-facet-height: 16px !default;
12
+ $swatch-facet-width: 16px !default;
13
+ $swatch-facet-white-border: 1px solid $border-color;
14
+
15
+
16
+ .swatch-facet {
17
+ display: inline-block;
18
+ margin: 0 ($spacing-unit * 2) 0 $spacing-unit;
19
+ width: $swatch-facet-width;
20
+ height: $swatch-facet-height;
21
+ text-decoration: none;
22
+ vertical-align: baseline;
23
+ }
24
+
25
+ .swatch-facet--hex {}
26
+ .swatch-facet--image {}
27
+
28
+ .swatch-facet--empty {
29
+ .applied-filters & {
30
+ margin: 0;
31
+ width: $spacing-unit;
32
+ }
33
+ }
34
+
35
+ .swatch-facet--white {
36
+ border: $swatch-facet-white-border;
37
+ }
@@ -0,0 +1,79 @@
1
+ /*------------------------------------*\
2
+ #SWATCH-OPTIONS
3
+ \*------------------------------------*/
4
+
5
+ $swatch-options-outline: 1px solid $border-color !default;
6
+ $swatch-options-selected-outline: 1px solid $highlight-color !default;
7
+ $swatch-options-swatch-size: 44px !default;
8
+ $swatch-options-swatch-size-small: 16px !default;
9
+ $swatch-options-swatch-size-small-wide: 24px !default;
10
+ $swatch-options-swatch-margin-top: 12px !default;
11
+
12
+ $swatch-options-swatch-truncated-color: $link-color !default;
13
+ $swatch-options-swatch-truncated-background-color: $background-color-component !default;
14
+
15
+
16
+ .swatch-options {}
17
+
18
+ .swatch-options--small {
19
+ display: inline-block;
20
+ }
21
+
22
+ .swatch-options__label {
23
+ margin: 0;
24
+ }
25
+
26
+ .swatch-options__group {
27
+ @extend %inline-list;
28
+ }
29
+
30
+ .swatch-options__swatch {
31
+ position: relative;
32
+ margin: 0 $spacing-unit $spacing-unit 0;
33
+ width: $swatch-options-swatch-size;
34
+ height: $swatch-options-swatch-size;
35
+ outline: $swatch-options-outline;
36
+
37
+ .swatch-options--small & {
38
+ margin-top: $swatch-options-swatch-margin-top;
39
+ margin-bottom: 0;
40
+ width: $swatch-options-swatch-size-small;
41
+ height: $swatch-options-swatch-size-small;
42
+
43
+ @include respond-to($medium-breakpoint) {
44
+ width: $swatch-options-swatch-size-small-wide;
45
+ height: $swatch-options-swatch-size-small-wide;
46
+ }
47
+ }
48
+ }
49
+
50
+ .swatch-options__swatch--selected {
51
+ outline: $swatch-options-selected-outline;
52
+ }
53
+
54
+ .swatch-options__swatch--truncated {
55
+ color: $swatch-options-swatch-truncated-color;
56
+ text-align: center;
57
+ background-color: $swatch-options-swatch-truncated-background-color;
58
+
59
+ .swatch-options--small & {
60
+ line-height: $swatch-options-swatch-size-small;
61
+
62
+ @include respond-to($medium-breakpoint) {
63
+ line-height: $swatch-options-swatch-size-small-wide;
64
+ }
65
+ }
66
+ }
67
+
68
+ .swatch-options__swatch-button,
69
+ .swatch-options__swatch-button-image,
70
+ .swatch-options__swatch-button-text {
71
+ display: block;
72
+ position: absolute;
73
+ top: 0;
74
+ right: 0;
75
+ bottom: 0;
76
+ left: 0;
77
+ }
78
+
79
+ .swatch-options__swatch-name {}
@@ -0,0 +1,9 @@
1
+ /*------------------------------------*\
2
+ #STYLE-GUIDE
3
+ \*------------------------------------*/
4
+
5
+ /*
6
+ * This file extends the style_guide.scss component from Workarea storefront
7
+ */
8
+
9
+ .style-guide__color-swatch--white-alpha-50 { background: $white-alpha-50; }
@@ -0,0 +1,276 @@
1
+ /*------------------------------------*\
2
+ #HAVEN-COLOR-SCHEME
3
+ \*------------------------------------*/
4
+ /**
5
+ * Color Variables
6
+ *
7
+ * These variables should always be aliased as Functional Variables at
8
+ * the bottom of this file. Using color name variables outside of this file may
9
+ * cause errors when changing color scheme.
10
+ */
11
+
12
+ $blue: #0116ac !default;
13
+ $yellow: #e7ca00 !default;
14
+ $red: #ff404a !default;
15
+ $green: #42cc81 !default;
16
+
17
+ $white: #ffffff !default;
18
+ $black: #000000 !default;
19
+
20
+ $black-alpha-15: rgba($black, 0.15) !default;
21
+ $black-alpha-50: rgba($black, 0.50) !default;
22
+
23
+ $white-alpha-50: rgba($white, 0.50) !default;
24
+
25
+ $transparent: transparent !default;
26
+
27
+ /**
28
+ * Theme colors
29
+ */
30
+
31
+ $gray: #7c7a94 !default;
32
+ $medium-gray: #c1c2d0 !default;
33
+ $light-gray: #eaedf3 !default;
34
+
35
+ $midnight: #0c102c !default;
36
+ $purple-blue: #3e36d9 !default;
37
+ $dark-purple-blue: #3029ad !default;
38
+ $highlighter: #fff93d !default;
39
+
40
+ /**
41
+ * Styleguide color box modifiers for theme colors
42
+ */
43
+ .color-box__swatch--gray { background: $gray; }
44
+ .color-box__swatch--medium-gray { background: $medium-gray; }
45
+ .color-box__swatch--light-gray { background: $light-gray; }
46
+ .color-box__swatch--midnight { background: $midnight; }
47
+ .color-box__swatch--purple-blue { background: $purple-blue; }
48
+ .color-box__swatch--dark-purple-blue { background: $dark-purple-blue; }
49
+ .color-box__swatch--highlighter { background: $highlighter; }
50
+
51
+
52
+ /**
53
+ * FUNCTIONAL COLOR VARIABLES
54
+ */
55
+
56
+ // Generic
57
+ $primary-color: $purple-blue !default;
58
+ $primary-color-dark: $dark-purple-blue !default;
59
+
60
+ $background-color: $white !default;
61
+ $background-color-component: $white !default;
62
+ $background-color-alternate: $light-gray !default;
63
+ $page-aside-background-color: $background-color-alternate !default;
64
+
65
+ $border-color: $light-gray !default;
66
+ $highlight-color: $highlighter !default;
67
+ $overlay-shadow-color: rgba($black, 0.8) !default;
68
+ $ui-dialog-titlebar-bg-color: $gray !default;
69
+
70
+ // Breadcrumbs
71
+ $breadcrumbs-divider-color: $border-color !default;
72
+ $breadcrumbs-color: $gray !default;
73
+ $breadcrumbs-arrow-color: $medium-gray !default;
74
+
75
+ // Site header colors
76
+ $header-background-color: $white !default;
77
+ $header-border-color: $border-color !default;
78
+ $header-icon-color: $gray !default;
79
+ $header-icon-color-hover: $primary-color !default;
80
+ $header-icon-color-cart: $white !default;
81
+ $header-cart-background-color: $primary-color !default;
82
+ $header-cart-count-color: $white !default;
83
+ $header-cart-count-background-color: $primary-color-dark !default;
84
+ $utility-nav-background-color: $background-color-alternate !default;
85
+ $utility-nav-heading-color: $primary-color !default;
86
+
87
+ // Navigation colors
88
+ $primary-nav-background-color: $background-color !default;
89
+ $primary-nav-border-color: $border-color !default;
90
+ $primary-nav-links-color: $midnight !default;
91
+ $primary-nav-links-color-hover: $midnight !default;
92
+ $primary-nav-link-hover-border-color: $highlighter !default;
93
+ $primary-nav-dropdown-links: $midnight !default;
94
+ $primary-nav-dropdown-links-hover: $purple-blue !default;
95
+
96
+ $mobile-nav-bg-color: $background-color !default;
97
+ $mobile-nav-links: $midnight !default;
98
+ $mobile-nav-close-button-color: $white !default;
99
+ $mobile-nav-back-button-color: $primary-color !default;
100
+ $mobile-nav-back-button-bg-color: $background-color-alternate !default;
101
+
102
+ // Secondary navigation colors
103
+ $secondary-nav-link-selected-color: $purple-blue !default;
104
+ $secondary-nav-link-color: $black !default;
105
+ $secondary-nav-background-color: $white !default;
106
+
107
+ // Search colors
108
+ $search-overlay-background-color: $overlay-shadow-color !default;
109
+ $search-color: $white !default;
110
+ $search-input-border-color: $white !default;
111
+ $search-item-color: $black !default;
112
+ $search-item-background-color: $white !default;
113
+ $search-item-border-color: $gray !default;
114
+ $search-item-content-result-background-color: $transparent !default;
115
+ $search-item-content-result-color: $white !default;
116
+
117
+ // Footer colors
118
+ $footer-background-color: $midnight !default;
119
+ $footer-color: $white !default;
120
+ $footer-border-color: rgba($white, 0.3) !default;
121
+ $footer-link-color: $white !default;
122
+ $footer-link-color-hover: $highlighter !default;
123
+
124
+ $footer-icon-color: $midnight !default;
125
+ $footer-icon-color-hover: $primary-color !default;
126
+
127
+ // Email signup colors
128
+ $email-signup-value-border-color: $highlighter !default;
129
+ $email-signup-label-color: $white !default;
130
+ $email-signup-button-bg-color: $transparent !default;
131
+ $email-signup-button-icon-color: $highlighter !default;
132
+ $email-signup-button-icon-color-hover: $highlighter !default;
133
+
134
+ // Typography colors
135
+ $font-color: $midnight !default;
136
+ $font-color-light: $gray !default;
137
+ $font-color-inverted: $white !default;
138
+ $heading-color: $midnight !default;
139
+ $product-name-color: $heading-color !default;
140
+
141
+ // Links & Buttons
142
+ $link-color: $primary-color !default;
143
+ $link-color-hover: $primary-color-dark !default;
144
+ $button-color: $white !default;
145
+ $button-background-color: $primary-color !default;
146
+ $button-background-color-hover: $primary-color-dark !default;
147
+ $button-border-color: $transparent !default;
148
+
149
+ $button-secondary-color: $midnight !default;
150
+ $button-secondary-background-color: $transparent !default;
151
+ $button-secondary-background-color-hover: $white !default;
152
+ $button-secondary-border-color: $primary-color !default;
153
+ $button-secondary-border-color-disabled: $white !default;
154
+
155
+ $button-secondary-color-alt: $white !default;
156
+ $button-secondary-border-color-alt: $white !default;
157
+
158
+ $button-disabled-color: $white !default;
159
+ $button-disabled-background-color: $medium-gray !default;
160
+
161
+ // Inputs
162
+ $label-color: $midnight !default;
163
+ $input-color: $midnight !default;
164
+ $placeholder-color: $midnight !default;
165
+ $input-background-color: $background-color-alternate !default;
166
+ $input-border-color: $medium-gray !default;
167
+ $input-border-color-focus: $primary-color !default;
168
+ $input-disabled-color: rgba($input-color, 0.18) !default;
169
+ $input-disabled-background-color: $input-background-color !default;
170
+ $input-icon-color: $medium-gray !default;
171
+
172
+ $input-radio-color: $white !default;
173
+ $input-radio-border-color: $gray !default;
174
+ $input-radio-fill-color: $primary-color !default;
175
+ $input-radio-background-color: $white !default;
176
+
177
+ $input-checkbox-color: $white !default;
178
+ $input-checkbox-border-color: $gray !default;
179
+ $input-checkbox-fill-color: $primary-color !default;
180
+
181
+ $quantity-control-background-color: $background-color-component !default;
182
+ $quantity-control-button-color: $primary-color !default;
183
+ $quantity-control-button-background-color: $background-color-alternate !default;
184
+ $quantity-control-border-color: $border-color !default;
185
+
186
+ $select-menu-bg-color: $white !default;
187
+
188
+ $valid-color: $green !default;
189
+ $invalid-color: $red !default;
190
+ $focus-ring-color: $primary-color !default;
191
+
192
+ // Browse page colors
193
+ $category-count-color: $gray !default;
194
+ $product-summary-background-color: $background-color-component !default;
195
+ $product-summary-background-color-hover: rgba($background-color-alternate, 0.5) !default;
196
+ $product-summary-border-color: $border-color !default;
197
+ $product-summary-name-color: $black !default;
198
+
199
+ // Browse page filters
200
+ $result-filters-text-color: $black !default;
201
+ $result-filters-text-color-hover: $link-color-hover !default;
202
+ $result-filters-count-background-color: $white !default;
203
+ $result-filters-count-text-color: $medium-gray !default;
204
+ $result-filters-selected-background-color: $white !default;
205
+ $result-filters-selected-color-hover: $black !default;
206
+ $result-filters-icon-background-color: $black !default;
207
+ $result-filters-view-more-text-color: $purple-blue !default;
208
+ $result-filters-view-more-text-color-hover: $purple-blue !default;
209
+ $result-filters-applied-background-color: lighten($background-color-alternate, 1%) !default;
210
+
211
+ // Mobile Filters
212
+ $mobile-filters-heading-color: $purple-blue !default;
213
+ $mobile-filters-overlay-color: $black-alpha-50 !default;
214
+ $mobile-filters-background-color: $background-color-alternate !default;
215
+ $mobile-filters-sort-background-color: $white !default;
216
+
217
+ // Badge Colors
218
+ $badge-color: $white;
219
+ $badge-background-color: $primary-color;
220
+ $badge-new-background-color: #fdb635;
221
+ $badge-sale-background-color: #e50461;
222
+ $badge-best-seller-background-color: #21c0af;
223
+
224
+ // Cart page colors
225
+ $cart-item-count-color: $gray !default;
226
+
227
+ // Product list item colors
228
+ $product-list-item-options-color: $gray !default;
229
+
230
+ $product-detail-container-tab-border-color: $white !default;
231
+
232
+ // Product price colors
233
+ $product-price-color: $black !default;
234
+ $product-price-sale-color: $red !default;
235
+ $product-price-discount-color: $red !default;
236
+
237
+ // Checkout colors
238
+ $checkout-summary-section-border-color: $medium-gray !default;
239
+ $checkout-progress-color: $medium-gray !default;
240
+ $checkout-progress-active-color: $primary-color !default;
241
+ $checkout-progress-completed-color: $primary-color !default;
242
+ $checkout-progress-step-color: $medium-gray !default;
243
+ $checkout-progress-step-background-color: $gray !default;
244
+ $checkout-progress-step-number-color: $white !default;
245
+ $checkout-progress-step-divider-color: $medium-gray !default;
246
+
247
+ $checkout-conifrmation-checkmark-background-color: $primary-color !default;
248
+ $checkout-conifrmation-checkmark-icon-color: $white !default;
249
+
250
+ // Content block colors
251
+ $divider-content-block-color: $medium-gray !default;
252
+ $recommendations-background-color: $light-gray !default;
253
+
254
+ // Reviews
255
+ $rating-star-color: $yellow !default;
256
+ $rating-star-color-empty: $gray !default;
257
+
258
+ //Blog
259
+ $blog-entry-tag-color: $white !default;
260
+ $blog-entry-tag-background-color: $primary-color !default;
261
+
262
+ // Social Icons
263
+ $social-icon-color: $primary-color !default;
264
+ $social-icon-color-hover: $white !default;
265
+ $social-icon-background: $white !default;
266
+ $social-icon-background-hover: $primary-color !default;
267
+ $social-icon-border-color: $primary-color !default;
268
+ $social-icon-border-color-hover: $white !default;
269
+
270
+ // Slider
271
+ $slider-dots-color: $link-color !default;
272
+ $slider-dots-bg-color: $background-color !default;
273
+ $slider-nav-color: $medium-gray !default;
274
+ $slider-nav-color-alt: $primary-color !default;
275
+ $slider-nav-bg-color: transparent !default;
276
+ $slider-active-color: $link-color !default;
@@ -0,0 +1,279 @@
1
+ /*------------------------------------*\
2
+ #LAGOON-COLOR-SCHEME
3
+ \*------------------------------------*/
4
+ /**
5
+ * Color Variables
6
+ *
7
+ * These variables should always be aliased as Functional Variables at
8
+ * the bottom of this file. Using color name variables outside of this file may
9
+ * cause errors when changing color scheme.
10
+ */
11
+
12
+ $blue: #0116ac !default;
13
+ $yellow: #e7ca00 !default;
14
+ $red: #ff404a !default;
15
+ $green: #42cc81 !default;
16
+
17
+ $white: #ffffff !default;
18
+ $black: #000000 !default;
19
+
20
+ $black-alpha-15: rgba($black, 0.15) !default;
21
+ $black-alpha-50: rgba($black, 0.50) !default;
22
+
23
+ $white-alpha-50: rgba($white, 0.50) !default;
24
+
25
+ $transparent: transparent !default;
26
+
27
+ /**
28
+ * Theme colors
29
+ */
30
+
31
+ $gray: #1b1b1e !default;
32
+ $medium-gray: #6d676e !default;
33
+ $light-gray: #adaaad !default;
34
+
35
+ $darkest-teal: #0b452f !default;
36
+ $dark-teal: #33755c !default;
37
+ $teal: #7ba696 !default;
38
+ $light-teal: #aac6bb !default;
39
+ $lightest-teal: #dae5e1 !default;
40
+
41
+
42
+ /**
43
+ * Styleguide color box modifiers for theme colors
44
+ */
45
+ .color-box__swatch--gray { background: $gray; }
46
+ .color-box__swatch--medium-gray { background: $medium-gray; }
47
+ .color-box__swatch--light-gray { background: $light-gray; }
48
+ .color-box__swatch--darkest-teal { background: $darkest-teal; }
49
+ .color-box__swatch--dark-teal { background: $dark-teal; }
50
+ .color-box__swatch--teal { background: $teal; }
51
+ .color-box__swatch--light-teal { background: $light-teal; }
52
+ .color-box__swatch--lightest-teal { background: $lightest-teal; }
53
+
54
+
55
+ /**
56
+ * FUNCTIONAL COLOR VARIABLES
57
+ */
58
+
59
+ // Generic
60
+ $primary-color: $teal !default;
61
+ $primary-color-dark: $dark-teal !default;
62
+
63
+ $background-color: $white !default;
64
+ $background-color-component: $white !default;
65
+ $background-color-alternate: $lightest-teal !default;
66
+ $page-aside-background-color: $background-color-alternate !default;
67
+
68
+ $border-color: $light-gray !default;
69
+ $highlight-color: $primary-color !default;
70
+ $overlay-shadow-color: rgba($black, 0.8) !default;
71
+ $ui-dialog-titlebar-bg-color: $background-color !default;
72
+
73
+ // Breadcrumbs
74
+ $breadcrumbs-divider-color: $border-color !default;
75
+ $breadcrumbs-color: $darkest-teal !default;
76
+ $breadcrumbs-arrow-color: $teal !default;
77
+
78
+ // Site header colors
79
+ $header-background-color: $white !default;
80
+ $header-border-color: $gray !default;
81
+ $header-icon-color: $medium-gray !default;
82
+ $header-icon-color-hover: $primary-color !default;
83
+ $header-icon-color-cart: $white !default;
84
+ $header-cart-background-color: $primary-color !default;
85
+ $header-cart-count-color: $white !default;
86
+ $header-cart-count-background-color: $primary-color-dark !default;
87
+ $utility-nav-background-color: $background-color-alternate !default;
88
+ $utility-nav-heading-color: $primary-color !default;
89
+
90
+ // Navigation colors
91
+ $primary-nav-background-color: $background-color !default;
92
+ $primary-nav-border-color: $border-color !default;
93
+ $primary-nav-links-color: $darkest-teal !default;
94
+ $primary-nav-links-color-hover: $dark-teal !default;
95
+ $primary-nav-link-hover-border-color: $teal !default;
96
+ $primary-nav-dropdown-links: $darkest-teal !default;
97
+ $primary-nav-dropdown-links-hover: $dark-teal !default;
98
+
99
+ $mobile-nav-bg-color: $background-color !default;
100
+ $mobile-nav-links: $darkest-teal !default;
101
+ $mobile-nav-close-button-color: $white !default;
102
+ $mobile-nav-back-button-color: $darkest-teal !default;
103
+ $mobile-nav-back-button-bg-color: $background-color-alternate !default;
104
+
105
+ // Secondary navigation colors
106
+ $secondary-nav-link-selected-color: $teal !default;
107
+ $secondary-nav-link-color: $black !default;
108
+ $secondary-nav-background-color: $white !default;
109
+
110
+ // Search colors
111
+ $search-overlay-background-color: $overlay-shadow-color !default;
112
+ $search-color: $white !default;
113
+ $search-input-border-color: $white !default;
114
+ $search-item-color: $black !default;
115
+ $search-item-background-color: $white !default;
116
+ $search-item-border-color: $medium-gray !default;
117
+ $search-item-content-result-background-color: $transparent !default;
118
+ $search-item-content-result-color: $white !default;
119
+
120
+ // Footer colors
121
+ $footer-background-color: $lightest-teal !default;
122
+ $footer-color: $black !default;
123
+ $footer-border-color: rgba($white, 0.3) !default;
124
+ $footer-link-color: $dark-teal !default;
125
+ $footer-link-color-hover: $darkest-teal !default;
126
+
127
+ $footer-icon-color: $dark-teal !default;
128
+ $footer-icon-color-hover: $darkest-teal !default;
129
+
130
+ // Email signup colors
131
+ $email-signup-value-border-color: $black !default;
132
+ $email-signup-label-color: $black !default;
133
+ $email-signup-button-bg-color: $transparent !default;
134
+ $email-signup-button-icon-color: $dark-teal !default;
135
+ $email-signup-button-icon-color-hover: $darkest-teal !default;
136
+
137
+ // Typography colors
138
+ $font-color: $black !default;
139
+ $font-color-light: $medium-gray !default;
140
+ $font-color-inverted: $white !default;
141
+ $heading-color: $black !default;
142
+ $product-name-color: $heading-color !default;
143
+
144
+ // Links & Buttons
145
+ $link-color: $primary-color !default;
146
+ $link-color-hover: $primary-color-dark !default;
147
+ $button-color: $white !default;
148
+ $button-background-color: $primary-color !default;
149
+ $button-background-color-hover: $primary-color-dark !default;
150
+ $button-border-color: $transparent !default;
151
+
152
+ $button-secondary-color: $dark-teal !default;
153
+ $button-secondary-background-color: $transparent !default;
154
+ $button-secondary-background-color-hover: $white !default;
155
+ $button-secondary-border-color: $primary-color !default;
156
+ $button-secondary-border-color-disabled: $white !default;
157
+
158
+ $button-secondary-color-alt: $white !default;
159
+ $button-secondary-border-color-alt: $white !default;
160
+
161
+ $button-disabled-color: $white !default;
162
+ $button-disabled-background-color: $medium-gray !default;
163
+
164
+ // Inputs
165
+ $label-color: $black !default;
166
+ $input-color: $black !default;
167
+ $placeholder-color: $black !default;
168
+ $input-background-color: lighten($background-color-alternate, 10%) !default;
169
+ $input-border-color: $border-color !default;
170
+ $input-border-color-focus: $primary-color !default;
171
+ $input-disabled-color: rgba($input-color, 0.18) !default;
172
+ $input-disabled-background-color: $input-background-color !default;
173
+ $input-icon-color: $medium-gray !default;
174
+
175
+ $input-radio-color: $white !default;
176
+ $input-radio-border-color: $gray !default;
177
+ $input-radio-fill-color: $primary-color !default;
178
+ $input-radio-background-color: $white !default;
179
+
180
+ $input-checkbox-color: $white !default;
181
+ $input-checkbox-border-color: $gray !default;
182
+ $input-checkbox-fill-color: $primary-color !default;
183
+
184
+ $quantity-control-background-color: $background-color-component !default;
185
+ $quantity-control-button-color: $white !default;
186
+ $quantity-control-button-background-color: $primary-color !default;
187
+ $quantity-control-border-color: $primary-color !default;
188
+
189
+ $select-menu-bg-color: $white !default;
190
+
191
+ $valid-color: $green !default;
192
+ $invalid-color: $red !default;
193
+ $focus-ring-color: $primary-color !default;
194
+
195
+ // Browse page colors
196
+ $category-count-color: $light-teal !default;
197
+ $product-summary-background-color: $background-color-component !default;
198
+ $product-summary-background-color-hover: rgba($background-color-alternate, 0.5) !default;
199
+ $product-summary-border-color: $border-color !default;
200
+ $product-summary-name-color: $black !default;
201
+
202
+ // Browse page filters
203
+ $result-filters-text-color: $black !default;
204
+ $result-filters-text-color-hover: $white !default;
205
+ $result-filters-count-background-color: $white !default;
206
+ $result-filters-count-text-color: $medium-gray !default;
207
+ $result-filters-selected-background-color: $white !default;
208
+ $result-filters-selected-color-hover: $darkest-teal !default;
209
+ $result-filters-icon-background-color: $black !default;
210
+ $result-filters-view-more-text-color: $black !default;
211
+ $result-filters-view-more-text-color-hover: $white !default;
212
+ $result-filters-applied-background-color: lighten($background-color-alternate, 1%) !default;
213
+
214
+ // Mobile Filters
215
+ $mobile-filters-heading-color: $dark-teal !default;
216
+ $mobile-filters-overlay-color: $black-alpha-50 !default;
217
+ $mobile-filters-background-color: $background-color-alternate !default;
218
+ $mobile-filters-sort-background-color: $white !default;
219
+
220
+ // Badge Colors
221
+ $badge-color: $white;
222
+ $badge-background-color: $primary-color;
223
+ $badge-new-background-color: #fdb635;
224
+ $badge-sale-background-color: #e50461;
225
+ $badge-best-seller-background-color: #21c0af;
226
+
227
+ // Cart page colors
228
+ $cart-item-count-color: $gray !default;
229
+
230
+ // Product list item colors
231
+ $product-list-item-options-color: $gray !default;
232
+
233
+ $product-detail-container-tab-border-color: $white !default;
234
+
235
+ // Product price colors
236
+ $product-price-color: $black !default;
237
+ $product-price-sale-color: $red !default;
238
+ $product-price-discount-color: $red !default;
239
+
240
+ // Checkout colors
241
+ $checkout-summary-section-border-color: $medium-gray !default;
242
+ $checkout-progress-color: $medium-gray !default;
243
+ $checkout-progress-active-color: $primary-color !default;
244
+ $checkout-progress-completed-color: $primary-color !default;
245
+ $checkout-progress-step-color: $medium-gray !default;
246
+ $checkout-progress-step-background-color: $gray !default;
247
+ $checkout-progress-step-number-color: $white !default;
248
+ $checkout-progress-step-divider-color: $medium-gray !default;
249
+
250
+ $checkout-conifrmation-checkmark-background-color: $primary-color !default;
251
+ $checkout-conifrmation-checkmark-icon-color: $white !default;
252
+
253
+ // Content block colors
254
+ $divider-content-block-color: $medium-gray !default;
255
+ $recommendations-background-color: $background-color-alternate !default;
256
+
257
+ // Reviews
258
+ $rating-star-color: $yellow !default;
259
+ $rating-star-color-empty: $light-gray !default;
260
+
261
+ //Blog
262
+ $blog-entry-tag-color: $white !default;
263
+ $blog-entry-tag-background-color: $primary-color !default;
264
+
265
+ // Social Icons
266
+ $social-icon-color: $primary-color !default;
267
+ $social-icon-color-hover: $white !default;
268
+ $social-icon-background: $white !default;
269
+ $social-icon-background-hover: $primary-color !default;
270
+ $social-icon-border-color: $primary-color !default;
271
+ $social-icon-border-color-hover: $white !default;
272
+
273
+ // Slider
274
+ $slider-dots-color: $link-color !default;
275
+ $slider-dots-bg-color: $background-color !default;
276
+ $slider-nav-color: $medium-gray !default;
277
+ $slider-nav-color-alt: $primary-color !default;
278
+ $slider-nav-bg-color: transparent !default;
279
+ $slider-active-color: $link-color !default;