From af136f26631bdc832436ab573b877d4d909a1ed3 Mon Sep 17 00:00:00 2001 From: Matthias Goudjil Date: Thu, 28 Mar 2024 10:12:45 +0100 Subject: [PATCH] lint: fix github check lint job --- .../themes/new-theme/scss/pages/product/product_page.scss | 6 +++--- .../new-theme/scss/pages/product/products_catalog.scss | 2 +- 2 files changed, 4 insertions(+), 4 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 9e873b6f4730d..c3876d9428c3c 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 @@ -500,7 +500,7 @@ $product-page-padding-bottom: 80px !default; } .customization-field-row { - gap: 16px; + gap: 1rem; @include media-breakpoint-up("md") { gap: 0; @@ -573,7 +573,7 @@ $product-page-padding-bottom: 80px !default; } .product-feature { - gap: 16px; + gap: 1rem; align-items: flex-end; margin-bottom: 1rem; @@ -2833,7 +2833,7 @@ $mobile-menu-height: 2.6rem !default; } .remove-customization-btn { - padding: 8px 0; + padding: 0.5rem 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 55cb0cda6b562..a47ba65239007 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 @@ -66,7 +66,7 @@ } } -table tr.column-filters td[data-column-id^=id_] input { +table tr.column-filters td[data-column-id^="id_"] input { min-width: 5rem; }