From eb183829caf315a4683ba9805f653963526b7cb6 Mon Sep 17 00:00:00 2001 From: Matthias Goudjil Date: Thu, 28 Mar 2024 17:40:09 +0100 Subject: [PATCH] lint: [format scss rules] add space before curly braces --- .../new-theme/scss/pages/product/product_page.scss | 10 +++++----- .../new-theme/scss/pages/product/products_catalog.scss | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/admin-dev/themes/new-theme/scss/pages/product/product_page.scss b/admin-dev/themes/new-theme/scss/pages/product/product_page.scss index c3876d9428c3c..777aabb781c92 100644 --- a/admin-dev/themes/new-theme/scss/pages/product/product_page.scss +++ b/admin-dev/themes/new-theme/scss/pages/product/product_page.scss @@ -2813,11 +2813,11 @@ $mobile-menu-height: 2.6rem !default; } } - #product_details_show_condition{ + #product_details_show_condition { margin-top: 0; } - .customization-field-switch{ + .customization-field-switch { .ps-switch { .slide-button { right: 0; @@ -2893,7 +2893,7 @@ $mobile-menu-height: 2.6rem !default; } @include media-breakpoint-down(md) { - #product_shipping{ + #product_shipping { #product_shipping_delivery_time_note_type { .form-check-radio .form-check-label { flex-wrap: wrap; @@ -2971,7 +2971,7 @@ $mobile-menu-height: 2.6rem !default; } } -#product_options{ +#product_options { #product_options_product_suppliers > .row > .col-sm { max-width: calc(100% - 30px); overflow: auto; @@ -2992,7 +2992,7 @@ $mobile-menu-height: 2.6rem !default; } } -#categories-modal-content{ +#categories-modal-content { .form-control-label { margin: 1rem 0; } diff --git a/admin-dev/themes/new-theme/scss/pages/product/products_catalog.scss b/admin-dev/themes/new-theme/scss/pages/product/products_catalog.scss index a47ba65239007..b568de22da493 100644 --- a/admin-dev/themes/new-theme/scss/pages/product/products_catalog.scss +++ b/admin-dev/themes/new-theme/scss/pages/product/products_catalog.scss @@ -6,7 +6,6 @@ /* stylelint-enable */ .products-catalog { - .catalog-tools { flex: 0 0 2rem; max-width: 2rem;