From f7452e8638e816bffff909a22aa0d4835c927d86 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Fri, 15 Nov 2024 15:50:21 -0500 Subject: [PATCH] CSR-2352 style changes for hop CSR-2352 style changes for hop --- public/css/README.md | 2 ++ public/css/hop-styling.css | 1 + public/scss/hop-styling.scss | 1 + 3 files changed, 4 insertions(+) diff --git a/public/css/README.md b/public/css/README.md index 0b09019ec..5e3f74a73 100644 --- a/public/css/README.md +++ b/public/css/README.md @@ -14,6 +14,8 @@ This will compile and output .css files (into the public/css folder) that can be From a windows machine, I ran an install for sass even though it is listed in node_modules. It would not run unless I did an install: npm install -g sass + +Then from \git\DigitalConsumer.FixMyGlass\public sass --no-source-map --watch scss:css Then committed the css files and reverted the package.json file so I didn't commit an upgraded version of sass \ No newline at end of file diff --git a/public/css/hop-styling.css b/public/css/hop-styling.css index dcaeba151..20a6b2149 100644 --- a/public/css/hop-styling.css +++ b/public/css/hop-styling.css @@ -300,6 +300,7 @@ body .cc-error-container #alert-message { } #fmg-checkout-shared #other-payments-container .italicSmall { margin-top: 10px; + margin-bottom: 16px; } @media only screen and (max-device-width: 767px) { #fmg-checkout-shared #applepay-and-paypal-container { diff --git a/public/scss/hop-styling.scss b/public/scss/hop-styling.scss index 786d11834..1847cc5f0 100644 --- a/public/scss/hop-styling.scss +++ b/public/scss/hop-styling.scss @@ -380,6 +380,7 @@ body { .italicSmall { margin-top: 10px; + margin-bottom: 16px; } }