From: soufiane Date: Thu, 13 Feb 2025 10:50:31 +0000 (+0100) Subject: wip #7303 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=53db0663e7358eae8f12bd0e7746f2efedd83fa8;p=physioassist-wordpress.git wip #7303 --- diff --git a/wp-content/themes/physioassist/resources/assets/styles/common/app.styl b/wp-content/themes/physioassist/resources/assets/styles/common/app.styl new file mode 100644 index 00000000..894695bf --- /dev/null +++ b/wp-content/themes/physioassist/resources/assets/styles/common/app.styl @@ -0,0 +1,27 @@ +.woocommerce-app + + header.site, + .footer-site, + .frequency, + .product-frequency, + .hide-on-mobileapp, + .related.products, + .woocommerce-cart-form .product-price + display: none + + // Single product + div.product + form.cart + display: flex + flex-direction: column + .frequency + text-align: left !important + margin-left: 0 !important + button[type="submit"] + width: max-content + + // Cart + .frequency, + .product-frequency, + .hide-on-desktop + display block !important