From: soufiane Date: Thu, 13 Feb 2025 10:50:46 +0000 (+0100) Subject: wip #7303 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0bd2a23321f620394a858e9df25d8a5c73be5b28;p=physioassist-wordpress.git wip #7303 --- diff --git a/wp-content/themes/physioassist/resources/assets/styles/components/woocommerce.styl b/wp-content/themes/physioassist/resources/assets/styles/components/woocommerce.styl index af20b242..ca77485d 100644 --- a/wp-content/themes/physioassist/resources/assets/styles/components/woocommerce.styl +++ b/wp-content/themes/physioassist/resources/assets/styles/components/woocommerce.styl @@ -1,11 +1,6 @@ // Woocommerce overrides // Disabling some/all default CSS: https://docs.woocommerce.com/document/disable-the-default-stylesheet/ -body:not(.woocommerce-app) - .frequency, - .product-frequency - display none !important - .woocommerce // Headings h2 @@ -164,20 +159,6 @@ body:not(.woocommerce-app) outline: 1px dotted $colors.blue // Single Product - &.woocommerce-app - div.product - form.cart - display: flex - flex-direction: column - .frequency - text-align: left !important - margin-left: 0 !important - button[type="submit"] - width: max-content - - .woocommerce-cart-form - .product-price - display: none div.product form.cart @@ -340,3 +321,8 @@ body:not(.woocommerce-app) .select2-search--dropdown padding: 4px 8px + +.frequency, +.product-frequency, +.hide-on-desktop + display: none !important