Merge pull request #2125 from Safelite/feature/CSR-2352

CSR-2352 style changes for hop
This commit is contained in:
CarlNation 2024-11-15 15:58:48 -05:00 committed by GitHub
commit 0ce3fe73b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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 {

View file

@ -380,6 +380,7 @@ body {
.italicSmall {
margin-top: 10px;
margin-bottom: 16px;
}
}