Merge pull request #2125 from Safelite/feature/CSR-2352
CSR-2352 style changes for hop
This commit is contained in:
commit
0ce3fe73b4
3 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -380,6 +380,7 @@ body {
|
|||
|
||||
.italicSmall {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue