DigitalConsumer.ISS/public/css
Alex Humphries 10f4469ebb INSR-8720: Fix payment-page defects
- Adjust error message font size
- Hide redundant loading modal for PayPal
- Adjust iframe resize behavior for when Afterpay opens in the iframe
  instead of as a pop-up
2026-03-06 09:57:01 -05:00
..
hop-styling.css INSR-8720: Fix payment-page defects 2026-03-06 09:57:01 -05:00
README.md SSR-1063 credit card form on payment-page 2024-02-20 09:38:10 -05:00
site-2020Styling.css INSR-8720: Fix payment-page defects 2026-03-06 09:57:01 -05:00

Using Sass in this folder

This public/css folder uses a standalone .scss > .css setup.

Usage

From a Terminal window, run the Sass Watch command from the public folder only:

sass --no-source-map --watch scss:css

This will compile and output .css files (into the public/css folder) that can be consumed by the Payment page.

Do not use the .css files on their own. You must use the .scss files and have Sass compile them to .css files.