solidus_starter_frontend 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +30 -514
- data/.circleci/config.yml +0 -57
- data/.erb-lint.yml +0 -22
- data/.eslintrc +0 -5
- data/.gem_release.yml +0 -5
- data/.github/pull_request_template.md +0 -28
- data/.github/stale.yml +0 -17
- data/.gitignore +0 -17
- data/.hound.yml +0 -16
- data/.rspec +0 -2
- data/.rubocop.yml +0 -19
- data/.rubocop_todo.yml +0 -229
- data/.scss-lint.yml +0 -4
- data/Gemfile +0 -34
- data/LICENSE +0 -26
- data/README.md +0 -69
- data/Rakefile +0 -6
- data/app/assets/config/solidus_starter_frontend_manifest.js +0 -2
- data/app/assets/javascripts/spree/frontend/cart.js +0 -26
- data/app/assets/javascripts/spree/frontend/checkout/address.js +0 -124
- data/app/assets/javascripts/spree/frontend/checkout/payment.js +0 -44
- data/app/assets/javascripts/spree/frontend/checkout.js +0 -34
- data/app/assets/javascripts/spree/frontend/locale_selector.js +0 -9
- data/app/assets/javascripts/spree/frontend/product.js +0 -21
- data/app/assets/javascripts/spree/frontend/solidus_starter_frontend.js +0 -9
- data/app/assets/javascripts/spree/frontend/utils.js.erb +0 -18
- data/app/assets/javascripts/spree/frontend.js +0 -6
- data/app/assets/stylesheets/spree/frontend/base/_base.scss +0 -29
- data/app/assets/stylesheets/spree/frontend/base/_reset.scss +0 -179
- data/app/assets/stylesheets/spree/frontend/base/_responsive.scss +0 -21
- data/app/assets/stylesheets/spree/frontend/components/account/_account_order.scss +0 -23
- data/app/assets/stylesheets/spree/frontend/components/account/_account_summary.scss +0 -17
- data/app/assets/stylesheets/spree/frontend/components/auth/_auth_container.scss +0 -11
- data/app/assets/stylesheets/spree/frontend/components/auth/_auth_form.scss +0 -5
- data/app/assets/stylesheets/spree/frontend/components/brand/_logo.scss +0 -4
- data/app/assets/stylesheets/spree/frontend/components/buttons/_button_inline.scss +0 -8
- data/app/assets/stylesheets/spree/frontend/components/buttons/_button_primary.scss +0 -26
- data/app/assets/stylesheets/spree/frontend/components/cart/_cart_adjustments.scss +0 -6
- data/app/assets/stylesheets/spree/frontend/components/cart/_cart_amount_row.scss +0 -11
- data/app/assets/stylesheets/spree/frontend/components/cart/_cart_empty.scss +0 -10
- data/app/assets/stylesheets/spree/frontend/components/cart/_cart_footer.scss +0 -20
- data/app/assets/stylesheets/spree/frontend/components/cart/_cart_header.scss +0 -12
- data/app/assets/stylesheets/spree/frontend/components/cart/_cart_item.scss +0 -86
- data/app/assets/stylesheets/spree/frontend/components/cart/_cart_link.scss +0 -22
- data/app/assets/stylesheets/spree/frontend/components/cart/_cart_page.scss +0 -15
- data/app/assets/stylesheets/spree/frontend/components/cart/_cart_secondary_actions.scss +0 -19
- data/app/assets/stylesheets/spree/frontend/components/cart/_coupon_code.scss +0 -8
- data/app/assets/stylesheets/spree/frontend/components/cart/_item_info.scss +0 -19
- data/app/assets/stylesheets/spree/frontend/components/checkout/_checkout.scss +0 -27
- data/app/assets/stylesheets/spree/frontend/components/checkout/_checkout_header.scss +0 -19
- data/app/assets/stylesheets/spree/frontend/components/checkout/_checkout_summary.scss +0 -31
- data/app/assets/stylesheets/spree/frontend/components/checkout/_existing_cards.scss +0 -27
- data/app/assets/stylesheets/spree/frontend/components/checkout/_payment_method_controls.scss +0 -5
- data/app/assets/stylesheets/spree/frontend/components/checkout/_payment_method_selector.scss +0 -14
- data/app/assets/stylesheets/spree/frontend/components/checkout/_progress_steps.scss +0 -38
- data/app/assets/stylesheets/spree/frontend/components/checkout/_proposed_shipment.scss +0 -18
- data/app/assets/stylesheets/spree/frontend/components/checkout/_shipment_items.scss +0 -50
- data/app/assets/stylesheets/spree/frontend/components/checkout/_shipping_methods.scss +0 -9
- data/app/assets/stylesheets/spree/frontend/components/checkout/payments/_gateway_payment_method.scss +0 -11
- data/app/assets/stylesheets/spree/frontend/components/checkout/steps/_address_step.scss +0 -20
- data/app/assets/stylesheets/spree/frontend/components/checkout/steps/_confirm_step.scss +0 -13
- data/app/assets/stylesheets/spree/frontend/components/checkout/steps/_delivery_step.scss +0 -13
- data/app/assets/stylesheets/spree/frontend/components/checkout/steps/_payment_step.scss +0 -13
- data/app/assets/stylesheets/spree/frontend/components/forms/_address_inputs.scss +0 -13
- data/app/assets/stylesheets/spree/frontend/components/forms/inputs/_checkbox_input.scss +0 -3
- data/app/assets/stylesheets/spree/frontend/components/forms/inputs/_radio_input.scss +0 -3
- data/app/assets/stylesheets/spree/frontend/components/forms/inputs/_select_input.scss +0 -27
- data/app/assets/stylesheets/spree/frontend/components/forms/inputs/_text.scss +0 -32
- data/app/assets/stylesheets/spree/frontend/components/forms/inputs/_textarea_input.scss +0 -25
- data/app/assets/stylesheets/spree/frontend/components/general/_flash.scss +0 -20
- data/app/assets/stylesheets/spree/frontend/components/layout/_aside.scss +0 -4
- data/app/assets/stylesheets/spree/frontend/components/layout/_breadcrumbs.scss +0 -16
- data/app/assets/stylesheets/spree/frontend/components/layout/_category_navigation.scss +0 -3
- data/app/assets/stylesheets/spree/frontend/components/layout/_footer.scss +0 -8
- data/app/assets/stylesheets/spree/frontend/components/layout/_header.scss +0 -12
- data/app/assets/stylesheets/spree/frontend/components/layout/_horizontal_input_group.scss +0 -7
- data/app/assets/stylesheets/spree/frontend/components/layout/_top_bar.scss +0 -44
- data/app/assets/stylesheets/spree/frontend/components/navigation/_auth_link.scss +0 -11
- data/app/assets/stylesheets/spree/frontend/components/navigation/_categories.scss +0 -29
- data/app/assets/stylesheets/spree/frontend/components/navigation/_locale_selector.scss +0 -21
- data/app/assets/stylesheets/spree/frontend/components/navigation/_taxonomies.scss +0 -7
- data/app/assets/stylesheets/spree/frontend/components/navigation/_taxonomy.scss +0 -28
- data/app/assets/stylesheets/spree/frontend/components/orders/_address_overview.scss +0 -27
- data/app/assets/stylesheets/spree/frontend/components/orders/_coupon_codes.scss +0 -4
- data/app/assets/stylesheets/spree/frontend/components/orders/_line_items.scss +0 -20
- data/app/assets/stylesheets/spree/frontend/components/orders/_order_details.scss +0 -18
- data/app/assets/stylesheets/spree/frontend/components/orders/_order_item.scss +0 -85
- data/app/assets/stylesheets/spree/frontend/components/orders/_order_page.scss +0 -41
- data/app/assets/stylesheets/spree/frontend/components/orders/_order_shipments.scss +0 -27
- data/app/assets/stylesheets/spree/frontend/components/orders/_payment_info.scss +0 -29
- data/app/assets/stylesheets/spree/frontend/components/presentation/_hero.scss +0 -18
- data/app/assets/stylesheets/spree/frontend/components/products/_product_card.scss +0 -35
- data/app/assets/stylesheets/spree/frontend/components/products/_product_image.scss +0 -7
- data/app/assets/stylesheets/spree/frontend/components/products/_product_info.scss +0 -14
- data/app/assets/stylesheets/spree/frontend/components/products/_product_page.scss +0 -31
- data/app/assets/stylesheets/spree/frontend/components/products/_product_properties.scss +0 -23
- data/app/assets/stylesheets/spree/frontend/components/products/_product_submit.scss +0 -9
- data/app/assets/stylesheets/spree/frontend/components/products/_product_taxons.scss +0 -27
- data/app/assets/stylesheets/spree/frontend/components/products/_product_thumbnails.scss +0 -7
- data/app/assets/stylesheets/spree/frontend/components/products/_product_variants.scss +0 -20
- data/app/assets/stylesheets/spree/frontend/components/products/_products.scss +0 -13
- data/app/assets/stylesheets/spree/frontend/components/products/_products_by_taxon.scss +0 -6
- data/app/assets/stylesheets/spree/frontend/components/products/_products_grid.scss +0 -18
- data/app/assets/stylesheets/spree/frontend/components/search/_filter.scss +0 -32
- data/app/assets/stylesheets/spree/frontend/components/search/_search_bar.scss +0 -34
- data/app/assets/stylesheets/spree/frontend/components/typography/_hero_title.scss +0 -6
- data/app/assets/stylesheets/spree/frontend/components/typography/_subtitle.scss +0 -7
- data/app/assets/stylesheets/spree/frontend/placeholders/main.scss +0 -5
- data/app/assets/stylesheets/spree/frontend/screen.scss +0 -89
- data/app/assets/stylesheets/spree/frontend/solidus_starter_frontend.css +0 -7
- data/app/assets/stylesheets/spree/frontend/variables/_colors.scss +0 -20
- data/app/assets/stylesheets/spree/frontend.css +0 -8
- data/app/controllers/concerns/solidus_starter_frontend/auth_views.rb +0 -16
- data/app/controllers/concerns/solidus_starter_frontend/taxonomies.rb +0 -16
- data/app/controllers/spree/checkout_controller.rb +0 -249
- data/app/controllers/spree/coupon_codes_controller.rb +0 -35
- data/app/controllers/spree/home_controller.rb +0 -13
- data/app/controllers/spree/locale_controller.rb +0 -20
- data/app/controllers/spree/orders_controller.rb +0 -126
- data/app/controllers/spree/products_controller.rb +0 -51
- data/app/controllers/spree/store_controller.rb +0 -31
- data/app/controllers/spree/taxons_controller.rb +0 -30
- data/app/helpers/spree/orders_helper.rb +0 -18
- data/app/helpers/spree/taxon_filters_helper.rb +0 -13
- data/app/views/spree/address/_form_hidden.html.erb +0 -12
- data/app/views/spree/checkout/_terms_and_conditions.en.html.erb +0 -1
- data/app/views/spree/checkout/edit.html.erb +0 -16
- data/app/views/spree/checkout/existing_payment/_gateway.html.erb +0 -9
- data/app/views/spree/checkout/payment/_check.html.erb +0 -0
- data/app/views/spree/checkout/payment/_gateway.html.erb +0 -43
- data/app/views/spree/components/auth/_change_form.html.erb +0 -40
- data/app/views/spree/components/auth/_forgot_form.html.erb +0 -28
- data/app/views/spree/components/auth/_guest_form.html.erb +0 -31
- data/app/views/spree/components/auth/_login_form.html.erb +0 -42
- data/app/views/spree/components/auth/_signup_form.html.erb +0 -48
- data/app/views/spree/components/brand/_logo.html.erb +0 -3
- data/app/views/spree/components/buttons/_button_inline.html.erb +0 -23
- data/app/views/spree/components/buttons/_button_primary.html.erb +0 -29
- data/app/views/spree/components/cart/_cart_adjustment.html.erb +0 -15
- data/app/views/spree/components/cart/_cart_adjustments.html.erb +0 -47
- data/app/views/spree/components/cart/_cart_amount_row.html.erb +0 -12
- data/app/views/spree/components/cart/_cart_empty.html.erb +0 -9
- data/app/views/spree/components/cart/_cart_footer.html.erb +0 -15
- data/app/views/spree/components/cart/_cart_header.html.erb +0 -17
- data/app/views/spree/components/cart/_cart_item.html.erb +0 -52
- data/app/views/spree/components/cart/_cart_items.html.erb +0 -23
- data/app/views/spree/components/cart/_cart_link.html.erb +0 -9
- data/app/views/spree/components/cart/_cart_secondary_actions.html.erb +0 -17
- data/app/views/spree/components/cart/_item_info.html.erb +0 -26
- data/app/views/spree/components/checkout/_checkout_header.html.erb +0 -8
- data/app/views/spree/components/checkout/_checkout_step.html.erb +0 -21
- data/app/views/spree/components/checkout/_checkout_summary.html.erb +0 -70
- data/app/views/spree/components/checkout/_existing_cards.html.erb +0 -39
- data/app/views/spree/components/checkout/_payment_method_controls.html.erb +0 -10
- data/app/views/spree/components/checkout/_payment_method_selector.html.erb +0 -14
- data/app/views/spree/components/checkout/_proposed_shipment.erb +0 -18
- data/app/views/spree/components/checkout/_shipment_items.html.erb +0 -22
- data/app/views/spree/components/checkout/_shipping_methods.html.erb +0 -20
- data/app/views/spree/components/checkout/_unshippable_items.html.erb +0 -7
- data/app/views/spree/components/checkout/steps/_address_step.html.erb +0 -60
- data/app/views/spree/components/checkout/steps/_confirm_step.html.erb +0 -31
- data/app/views/spree/components/checkout/steps/_delivery_step.html.erb +0 -31
- data/app/views/spree/components/checkout/steps/_payment_step.html.erb +0 -25
- data/app/views/spree/components/forms/_address_inputs.html.erb +0 -152
- data/app/views/spree/components/forms/inputs/_checkbox_input.html.erb +0 -29
- data/app/views/spree/components/forms/inputs/_collection_select.html.erb +0 -42
- data/app/views/spree/components/forms/inputs/_radio_input.html.erb +0 -29
- data/app/views/spree/components/forms/inputs/_select_input.html.erb +0 -31
- data/app/views/spree/components/forms/inputs/_text.html.erb +0 -54
- data/app/views/spree/components/forms/inputs/_textarea_input.html.erb +0 -42
- data/app/views/spree/components/layout/_category_navigation.html.erb +0 -3
- data/app/views/spree/components/layout/_footer.html.erb +0 -7
- data/app/views/spree/components/layout/_header.html.erb +0 -8
- data/app/views/spree/components/layout/_top_bar.html.erb +0 -8
- data/app/views/spree/components/navigation/_auth_link.html.erb +0 -1
- data/app/views/spree/components/navigation/_breadcrumbs.html.erb +0 -47
- data/app/views/spree/components/navigation/_categories.html.erb +0 -12
- data/app/views/spree/components/navigation/_locale_selector.html.erb +0 -25
- data/app/views/spree/components/navigation/_taxonomies.html.erb +0 -17
- data/app/views/spree/components/navigation/_taxons.html.erb +0 -17
- data/app/views/spree/components/navigation/_taxons_tree.html.erb +0 -29
- data/app/views/spree/components/orders/_address_overview.html.erb +0 -40
- data/app/views/spree/components/orders/_coupon_code.html.erb +0 -22
- data/app/views/spree/components/orders/_line_items.html.erb +0 -55
- data/app/views/spree/components/orders/_order_details.html.erb +0 -35
- data/app/views/spree/components/orders/_order_item.html.erb +0 -33
- data/app/views/spree/components/orders/_order_items.html.erb +0 -5
- data/app/views/spree/components/orders/_order_shipments.html.erb +0 -25
- data/app/views/spree/components/orders/_payment_info.html.erb +0 -31
- data/app/views/spree/components/presentation/_hero.html.erb +0 -14
- data/app/views/spree/components/products/_product-card.html.erb +0 -36
- data/app/views/spree/components/products/_product_availability.html.erb +0 -19
- data/app/views/spree/components/products/_product_form.html.erb +0 -21
- data/app/views/spree/components/products/_product_image.html.erb +0 -6
- data/app/views/spree/components/products/_product_info.html.erb +0 -9
- data/app/views/spree/components/products/_product_promotions.html.erb +0 -25
- data/app/views/spree/components/products/_product_properties.html.erb +0 -19
- data/app/views/spree/components/products/_product_submit.html.erb +0 -39
- data/app/views/spree/components/products/_product_taxons.html.erb +0 -15
- data/app/views/spree/components/products/_product_thumbnails.html.erb +0 -19
- data/app/views/spree/components/products/_product_variants.html.erb +0 -36
- data/app/views/spree/components/products/_products-grid.html.erb +0 -13
- data/app/views/spree/components/products/_products.html.erb +0 -28
- data/app/views/spree/components/products/_products_by_taxon.html.erb +0 -7
- data/app/views/spree/components/products/_variants_list.html.erb +0 -12
- data/app/views/spree/components/search/_filter.html.erb +0 -42
- data/app/views/spree/components/search/_filters.html.erb +0 -20
- data/app/views/spree/components/search/_form.html.erb +0 -12
- data/app/views/spree/components/search/_products_search.html.erb +0 -36
- data/app/views/spree/components/search/_search_bar.html.erb +0 -36
- data/app/views/spree/components/typography/_hero_title.html.erb +0 -11
- data/app/views/spree/components/typography/_subtitle.html.erb +0 -11
- data/app/views/spree/home/index.html.erb +0 -7
- data/app/views/spree/layouts/spree_application.html.erb +0 -27
- data/app/views/spree/orders/edit.html.erb +0 -21
- data/app/views/spree/orders/show.html.erb +0 -29
- data/app/views/spree/products/index.html.erb +0 -22
- data/app/views/spree/products/show.html.erb +0 -18
- data/app/views/spree/shared/_image.html.erb +0 -12
- data/app/views/spree/shared/_link_to_cart.html.erb +0 -1
- data/app/views/spree/shared/_login_bar_items.html.erb +0 -1
- data/app/views/spree/shared/_shipment_tracking.html.erb +0 -11
- data/app/views/spree/shared/unauthorized.html.erb +0 -0
- data/app/views/spree/taxons/show.html.erb +0 -17
- data/bin/console +0 -17
- data/bin/r +0 -13
- data/bin/rails +0 -7
- data/bin/rake +0 -7
- data/bin/rspec +0 -29
- data/bin/sandbox +0 -84
- data/bin/sandbox_rails +0 -18
- data/bin/setup +0 -8
- data/bin/solidus_compare +0 -155
- data/config/initializers/assets.rb +0 -1
- data/config/initializers/canonical_rails.rb +0 -16
- data/config/locales/en.yml +0 -5
- data/config/routes.rb +0 -33
- data/config/solidus_compare.yml +0 -33
- data/docs/development.md +0 -28
- data/exe/solidus_starter_frontend +0 -9
- data/lib/generators/solidus_starter_frontend/install/install_generator.rb +0 -15
- data/lib/generators/solidus_starter_frontend/solidus_starter_frontend_generator.rb +0 -30
- data/lib/generators/solidus_starter_frontend/views/override_generator.rb +0 -50
- data/lib/solidus_starter_frontend/config.rb +0 -7
- data/lib/solidus_starter_frontend/engine.rb +0 -34
- data/lib/solidus_starter_frontend/factories.rb +0 -4
- data/lib/solidus_starter_frontend/solidus_support_extensions.rb +0 -9
- data/lib/solidus_starter_frontend/version.rb +0 -5
- data/lib/solidus_starter_frontend.rb +0 -12
- data/lib/solidus_starter_frontend_configuration.rb +0 -8
- data/lib/views/auth/spree/checkout/registration.html.erb +0 -7
- data/lib/views/auth/spree/components/navigation/_auth_link.html.erb +0 -5
- data/lib/views/auth/spree/user_passwords/edit.html.erb +0 -7
- data/lib/views/auth/spree/user_passwords/new.html.erb +0 -5
- data/lib/views/auth/spree/user_registrations/new.html.erb +0 -7
- data/lib/views/auth/spree/user_sessions/guest.html.erb +0 -5
- data/lib/views/auth/spree/user_sessions/new.html.erb +0 -7
- data/lib/views/auth/spree/users/edit.html.erb +0 -45
- data/lib/views/auth/spree/users/show.html.erb +0 -55
- data/solidus_starter_frontend.gemspec +0 -43
- data/spec/controllers/controller_helpers_spec.rb +0 -29
- data/spec/controllers/locale_controller_spec.rb +0 -57
- data/spec/controllers/spree/checkout_controller_spec.rb +0 -563
- data/spec/controllers/spree/checkout_controller_with_views_spec.rb +0 -37
- data/spec/controllers/spree/current_order_tracking_spec.rb +0 -33
- data/spec/controllers/spree/home_controller_spec.rb +0 -29
- data/spec/controllers/spree/orders_controller_ability_spec.rb +0 -90
- data/spec/controllers/spree/orders_controller_spec.rb +0 -241
- data/spec/controllers/spree/orders_controller_transitions_spec.rb +0 -33
- data/spec/controllers/spree/products_controller_spec.rb +0 -38
- data/spec/controllers/spree/taxons_controller_spec.rb +0 -14
- data/spec/fixtures/thinking-cat.jpg +0 -0
- data/spec/generators/solidus/views/override_generator_spec.rb +0 -50
- data/spec/helpers/base_helper_spec.rb +0 -13
- data/spec/helpers/order_helper_spec.rb +0 -14
- data/spec/helpers/taxon_filters_helper_spec.rb +0 -12
- data/spec/spec_helper.rb +0 -64
- data/spec/support/shared_contexts/checkout_setup.rb +0 -12
- data/spec/support/shared_contexts/custom_products.rb +0 -28
- data/spec/support/shared_contexts/locales.rb +0 -16
- data/spec/system/address_spec.rb +0 -87
- data/spec/system/automatic_promotion_adjustments_spec.rb +0 -49
- data/spec/system/caching/products_spec.rb +0 -48
- data/spec/system/caching/taxons_spec.rb +0 -35
- data/spec/system/cart_spec.rb +0 -81
- data/spec/system/checkout_confirm_insufficient_stock_spec.rb +0 -71
- data/spec/system/checkout_spec.rb +0 -699
- data/spec/system/checkout_unshippable_spec.rb +0 -37
- data/spec/system/coupon_code_spec.rb +0 -267
- data/spec/system/currency_spec.rb +0 -20
- data/spec/system/first_order_promotion_spec.rb +0 -59
- data/spec/system/free_shipping_promotions_spec.rb +0 -60
- data/spec/system/locale_spec.rb +0 -26
- data/spec/system/order_spec.rb +0 -57
- data/spec/system/products_spec.rb +0 -302
- data/spec/system/promotion_code_invalidation_spec.rb +0 -54
- data/spec/system/quantity_promotions_spec.rb +0 -130
- data/spec/system/taxons_spec.rb +0 -158
- data/spec/system/template_rendering_spec.rb +0 -20
- data/spec/views/spree/checkout/_summary_spec.rb +0 -11
@@ -1,28 +0,0 @@
|
|
1
|
-
.taxonomy {
|
2
|
-
margin-bottom: 2rem;
|
3
|
-
|
4
|
-
&__title {
|
5
|
-
font-size: 1.3rem;
|
6
|
-
margin: 2rem 0 0;
|
7
|
-
|
8
|
-
&:first-of-type {
|
9
|
-
margin-top: 0;
|
10
|
-
}
|
11
|
-
}
|
12
|
-
|
13
|
-
&__list {
|
14
|
-
list-style: none;
|
15
|
-
margin: .5rem 0;
|
16
|
-
padding: 0;
|
17
|
-
|
18
|
-
li {
|
19
|
-
align-items: center;
|
20
|
-
display: flex;
|
21
|
-
margin: .5rem 0;
|
22
|
-
|
23
|
-
&.current {
|
24
|
-
font-weight: bold;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
}
|
28
|
-
}
|
@@ -1,27 +0,0 @@
|
|
1
|
-
.address-overview {
|
2
|
-
&__title {
|
3
|
-
display: inline;
|
4
|
-
font-size: 1.3rem;
|
5
|
-
}
|
6
|
-
|
7
|
-
&__edit {
|
8
|
-
font-size: 1.1rem;
|
9
|
-
margin-left: .3rem;
|
10
|
-
text-decoration: none;
|
11
|
-
}
|
12
|
-
|
13
|
-
&__info {
|
14
|
-
font-size: 1.2rem;
|
15
|
-
margin: 1rem 0 0;
|
16
|
-
padding: 0;
|
17
|
-
padding-left: 1.8rem;
|
18
|
-
|
19
|
-
> li {
|
20
|
-
margin: .5rem 0;
|
21
|
-
|
22
|
-
&:last-child {
|
23
|
-
margin-bottom: 0;
|
24
|
-
}
|
25
|
-
}
|
26
|
-
}
|
27
|
-
}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
.line-items {
|
2
|
-
font-size: 1.3rem;
|
3
|
-
margin-top: 2.5rem;
|
4
|
-
|
5
|
-
> div {
|
6
|
-
display: flex;
|
7
|
-
justify-content: flex-end;
|
8
|
-
margin: .5rem 0;
|
9
|
-
|
10
|
-
&:last-child {
|
11
|
-
margin: 2rem 0 0;
|
12
|
-
}
|
13
|
-
}
|
14
|
-
|
15
|
-
dd {
|
16
|
-
margin-inline-start: 0;
|
17
|
-
min-width: 8rem;
|
18
|
-
text-align: right;
|
19
|
-
}
|
20
|
-
}
|
@@ -1,85 +0,0 @@
|
|
1
|
-
.order-item {
|
2
|
-
border-bottom: solid 1px $color-border-light;
|
3
|
-
font-size: 1.2rem;
|
4
|
-
padding: 1rem 0;
|
5
|
-
|
6
|
-
@include desktop {
|
7
|
-
align-items: center;
|
8
|
-
display: flex;
|
9
|
-
}
|
10
|
-
|
11
|
-
&:first-child {
|
12
|
-
border-top: solid 1px $color-border-light;
|
13
|
-
}
|
14
|
-
|
15
|
-
&__image {
|
16
|
-
@include desktop {
|
17
|
-
flex-grow: 0;
|
18
|
-
flex-shrink: 0;
|
19
|
-
width: 18%;
|
20
|
-
}
|
21
|
-
|
22
|
-
img {
|
23
|
-
max-width: 100%;
|
24
|
-
}
|
25
|
-
}
|
26
|
-
|
27
|
-
&__info {
|
28
|
-
@include desktop {
|
29
|
-
flex-grow: 1;
|
30
|
-
padding-left: 4rem;
|
31
|
-
padding-right: 2rem;
|
32
|
-
}
|
33
|
-
}
|
34
|
-
|
35
|
-
&__price-single {
|
36
|
-
float: left;
|
37
|
-
width: 90%;
|
38
|
-
|
39
|
-
@include desktop {
|
40
|
-
float: none;
|
41
|
-
}
|
42
|
-
}
|
43
|
-
|
44
|
-
&__price-single,
|
45
|
-
&__price {
|
46
|
-
text-align: right;
|
47
|
-
|
48
|
-
@include desktop {
|
49
|
-
padding: 0 1rem;
|
50
|
-
text-align: left;
|
51
|
-
}
|
52
|
-
}
|
53
|
-
|
54
|
-
&__price {
|
55
|
-
clear: both;
|
56
|
-
font-size: 1.5rem;
|
57
|
-
}
|
58
|
-
|
59
|
-
&__quantity {
|
60
|
-
flex-grow: 0;
|
61
|
-
flex-shrink: 0;
|
62
|
-
float: right;
|
63
|
-
text-align: center;
|
64
|
-
width: 6%;
|
65
|
-
|
66
|
-
@include desktop {
|
67
|
-
float: none;
|
68
|
-
}
|
69
|
-
}
|
70
|
-
|
71
|
-
&__price-single,
|
72
|
-
&__quantity,
|
73
|
-
&__price {
|
74
|
-
padding-top: 1em;
|
75
|
-
|
76
|
-
@include desktop {
|
77
|
-
padding-top: 0;
|
78
|
-
}
|
79
|
-
}
|
80
|
-
|
81
|
-
&__remove {
|
82
|
-
text-align: right;
|
83
|
-
width: 12%;
|
84
|
-
}
|
85
|
-
}
|
@@ -1,41 +0,0 @@
|
|
1
|
-
.order-page {
|
2
|
-
margin: 0 auto;
|
3
|
-
max-width: 86rem;
|
4
|
-
padding: 8rem 2rem;
|
5
|
-
|
6
|
-
&__title {
|
7
|
-
color: $color-accent;
|
8
|
-
margin: 0 0 5rem;
|
9
|
-
text-align: center;
|
10
|
-
}
|
11
|
-
|
12
|
-
&__completed {
|
13
|
-
color: $color-background-success;
|
14
|
-
font-size: 1.3rem;
|
15
|
-
font-weight: 700;
|
16
|
-
margin: -2.5rem 0 3rem;
|
17
|
-
text-align: center;
|
18
|
-
}
|
19
|
-
|
20
|
-
&__info {
|
21
|
-
border: solid 1px $color-border;
|
22
|
-
margin-bottom: 2rem;
|
23
|
-
padding: 1.5rem;
|
24
|
-
|
25
|
-
> legend {
|
26
|
-
font-size: 1.2rem;
|
27
|
-
font-weight: 700;
|
28
|
-
text-transform: uppercase;
|
29
|
-
}
|
30
|
-
}
|
31
|
-
|
32
|
-
&__actions {
|
33
|
-
font-size: 1.2rem;
|
34
|
-
margin-top: 4rem;
|
35
|
-
text-align: center;
|
36
|
-
|
37
|
-
> a {
|
38
|
-
margin: 0 1rem;
|
39
|
-
}
|
40
|
-
}
|
41
|
-
}
|
@@ -1,27 +0,0 @@
|
|
1
|
-
.order-shipments {
|
2
|
-
&__title {
|
3
|
-
display: inline;
|
4
|
-
font-size: 1.3rem;
|
5
|
-
}
|
6
|
-
|
7
|
-
&__edit {
|
8
|
-
font-size: 1.1rem;
|
9
|
-
margin-left: .3rem;
|
10
|
-
text-decoration: none;
|
11
|
-
}
|
12
|
-
|
13
|
-
&__info {
|
14
|
-
font-size: 1.2rem;
|
15
|
-
margin: 1rem 0 0;
|
16
|
-
padding: 0;
|
17
|
-
padding-left: 1.8rem;
|
18
|
-
|
19
|
-
> li {
|
20
|
-
margin: .5rem 0;
|
21
|
-
|
22
|
-
&:last-child {
|
23
|
-
margin-bottom: 0;
|
24
|
-
}
|
25
|
-
}
|
26
|
-
}
|
27
|
-
}
|
@@ -1,29 +0,0 @@
|
|
1
|
-
.payment-info {
|
2
|
-
font-size: 1.2rem;
|
3
|
-
|
4
|
-
&__title {
|
5
|
-
display: inline;
|
6
|
-
font-size: 1.3rem;
|
7
|
-
}
|
8
|
-
|
9
|
-
&__edit {
|
10
|
-
font-size: 1.1rem;
|
11
|
-
margin-left: .3rem;
|
12
|
-
text-decoration: none;
|
13
|
-
}
|
14
|
-
|
15
|
-
&__info {
|
16
|
-
font-size: 1.2rem;
|
17
|
-
margin: 1rem 0 0;
|
18
|
-
padding: 0;
|
19
|
-
padding-left: 1.8rem;
|
20
|
-
|
21
|
-
> li {
|
22
|
-
margin: .5rem 0;
|
23
|
-
|
24
|
-
&:last-child {
|
25
|
-
margin-bottom: 0;
|
26
|
-
}
|
27
|
-
}
|
28
|
-
}
|
29
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
.hero {
|
2
|
-
background: $color-background-dark;
|
3
|
-
color: $color-copy-bright;
|
4
|
-
padding: 10rem 0;
|
5
|
-
|
6
|
-
&__container {
|
7
|
-
@extend %section-spacings;
|
8
|
-
display: flex;
|
9
|
-
}
|
10
|
-
|
11
|
-
&__message {
|
12
|
-
padding-right: 2rem;
|
13
|
-
|
14
|
-
@include desktop {
|
15
|
-
width: 50%;
|
16
|
-
}
|
17
|
-
}
|
18
|
-
}
|
@@ -1,35 +0,0 @@
|
|
1
|
-
.product-card {
|
2
|
-
&_image {
|
3
|
-
transition: transform .2s;
|
4
|
-
|
5
|
-
img {
|
6
|
-
width: 100%;
|
7
|
-
}
|
8
|
-
}
|
9
|
-
|
10
|
-
&_header {
|
11
|
-
text-align: center;
|
12
|
-
position: relative;
|
13
|
-
|
14
|
-
h2 {
|
15
|
-
font-weight: 600;
|
16
|
-
margin: 0;
|
17
|
-
}
|
18
|
-
|
19
|
-
a {
|
20
|
-
text-decoration: none;
|
21
|
-
}
|
22
|
-
}
|
23
|
-
|
24
|
-
&_price {
|
25
|
-
color: $color_accent;
|
26
|
-
font-size: 1.3rem;
|
27
|
-
font-weight: 700;
|
28
|
-
margin-top: 1rem;
|
29
|
-
text-align: center;
|
30
|
-
}
|
31
|
-
|
32
|
-
&:hover &_image {
|
33
|
-
transform: scale(1.1);
|
34
|
-
}
|
35
|
-
}
|
@@ -1,31 +0,0 @@
|
|
1
|
-
.product-page {
|
2
|
-
margin: 0 auto;
|
3
|
-
max-width: 86rem;
|
4
|
-
padding: 8rem 3rem;
|
5
|
-
|
6
|
-
@include desktop {
|
7
|
-
display: flex;
|
8
|
-
|
9
|
-
&__images,
|
10
|
-
&__info {
|
11
|
-
flex-grow: 0;
|
12
|
-
flex-shrink: 0;
|
13
|
-
}
|
14
|
-
}
|
15
|
-
|
16
|
-
&__images {
|
17
|
-
@include desktop {
|
18
|
-
padding-right: 4rem;
|
19
|
-
width: 60%;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
|
23
|
-
&__info {
|
24
|
-
margin-top: 3rem;
|
25
|
-
|
26
|
-
@include desktop {
|
27
|
-
margin-top: 0;
|
28
|
-
width: 40%;
|
29
|
-
}
|
30
|
-
}
|
31
|
-
}
|
@@ -1,23 +0,0 @@
|
|
1
|
-
.product-properties {
|
2
|
-
margin: 2rem 0;
|
3
|
-
|
4
|
-
&__title {
|
5
|
-
font-size: 1.8rem;
|
6
|
-
font-weight: 500;
|
7
|
-
margin: 0 0 1rem;
|
8
|
-
}
|
9
|
-
|
10
|
-
&__table {
|
11
|
-
border-collapse: collapse;
|
12
|
-
font-size: 1.3rem;
|
13
|
-
|
14
|
-
tr {
|
15
|
-
height: 1.8rem;
|
16
|
-
}
|
17
|
-
|
18
|
-
td:first-child {
|
19
|
-
font-weight: 500;
|
20
|
-
padding-right: 1rem;
|
21
|
-
}
|
22
|
-
}
|
23
|
-
}
|
@@ -1,27 +0,0 @@
|
|
1
|
-
.product-taxons {
|
2
|
-
&__title {
|
3
|
-
font-size: 1.6rem;
|
4
|
-
font-weight: 500;
|
5
|
-
margin: 0 0 0.5rem;
|
6
|
-
}
|
7
|
-
|
8
|
-
&__list {
|
9
|
-
display: flex;
|
10
|
-
font-size: 1.3rem;
|
11
|
-
list-style-type: none;
|
12
|
-
margin: 0;
|
13
|
-
padding: 0;
|
14
|
-
|
15
|
-
> li {
|
16
|
-
margin: 0.5rem;
|
17
|
-
|
18
|
-
&:first-child {
|
19
|
-
margin-left: 0;
|
20
|
-
}
|
21
|
-
|
22
|
-
&:last-child {
|
23
|
-
margin-right: 0;
|
24
|
-
}
|
25
|
-
}
|
26
|
-
}
|
27
|
-
}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
.product-variants {
|
2
|
-
margin: 2rem 0;
|
3
|
-
|
4
|
-
&__title {
|
5
|
-
font-size: 1.8rem;
|
6
|
-
font-weight: 500;
|
7
|
-
margin: 0 0 1rem;
|
8
|
-
}
|
9
|
-
|
10
|
-
&__list {
|
11
|
-
font-size: 1.3rem;
|
12
|
-
list-style-type: none;
|
13
|
-
margin: 0;
|
14
|
-
padding: 0;
|
15
|
-
|
16
|
-
> li {
|
17
|
-
margin: 0.5rem 0;
|
18
|
-
}
|
19
|
-
}
|
20
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
.products-grid {
|
2
|
-
display: grid;
|
3
|
-
grid-column-gap: 2rem;
|
4
|
-
grid-row-gap: 5rem;
|
5
|
-
grid-template-columns: 1fr;
|
6
|
-
list-style-type: none;
|
7
|
-
margin: 0 auto;
|
8
|
-
max-width: 114rem;
|
9
|
-
padding: 3rem;
|
10
|
-
|
11
|
-
@include tablet {
|
12
|
-
grid-template-columns: repeat(2, 1fr);
|
13
|
-
}
|
14
|
-
|
15
|
-
@include desktop {
|
16
|
-
grid-template-columns: repeat(4, 1fr);
|
17
|
-
}
|
18
|
-
}
|
@@ -1,32 +0,0 @@
|
|
1
|
-
.filter {
|
2
|
-
margin-bottom: 2rem;
|
3
|
-
|
4
|
-
&__title {
|
5
|
-
font-size: 1.3rem;
|
6
|
-
margin: 2rem 0 0;
|
7
|
-
|
8
|
-
&:first-of-type {
|
9
|
-
margin-top: 0;
|
10
|
-
}
|
11
|
-
}
|
12
|
-
|
13
|
-
&__list {
|
14
|
-
list-style: none;
|
15
|
-
margin: .5rem 0;
|
16
|
-
padding: 0;
|
17
|
-
|
18
|
-
li {
|
19
|
-
align-items: center;
|
20
|
-
display: flex;
|
21
|
-
margin: .5rem 0;
|
22
|
-
|
23
|
-
&.current {
|
24
|
-
font-weight: bold;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
}
|
28
|
-
|
29
|
-
&__list:last-of-type {
|
30
|
-
margin-bottom: 1.5rem;
|
31
|
-
}
|
32
|
-
}
|
@@ -1,34 +0,0 @@
|
|
1
|
-
.search-bar {
|
2
|
-
border: solid 1px $color-border-medium;
|
3
|
-
border-radius: 2px;
|
4
|
-
display: flex;
|
5
|
-
font-size: 1.3rem;
|
6
|
-
height: 4.6rem;
|
7
|
-
position: relative;
|
8
|
-
|
9
|
-
&__select {
|
10
|
-
appearance: none;
|
11
|
-
background: $color-background-light;
|
12
|
-
border: 0;
|
13
|
-
border-radius: 0;
|
14
|
-
border-right: solid 1px $color-accent;
|
15
|
-
display: none;
|
16
|
-
padding: 0 2rem;
|
17
|
-
}
|
18
|
-
|
19
|
-
&__input {
|
20
|
-
border: 0;
|
21
|
-
flex-grow: 1;
|
22
|
-
padding: 0 2rem;
|
23
|
-
outline: none;
|
24
|
-
}
|
25
|
-
|
26
|
-
&__button {
|
27
|
-
background: $color-background-light;
|
28
|
-
border: 0;
|
29
|
-
border-left: 1px solid $color-border-medium;
|
30
|
-
color: $color-copy-light;
|
31
|
-
font-weight: 500;
|
32
|
-
padding: 0 2rem;
|
33
|
-
}
|
34
|
-
}
|