CSR-2352 Color and spacing

CSR-2352 Color and spacing
This commit is contained in:
CarlNation 2024-11-15 18:42:34 -05:00
parent f7452e8638
commit c9411788de
2 changed files with 19 additions and 4 deletions

View file

@ -299,8 +299,15 @@ body .cc-error-container #alert-message {
width: 100%; width: 100%;
} }
#fmg-checkout-shared #other-payments-container .italicSmall { #fmg-checkout-shared #other-payments-container .italicSmall {
margin-top: 10px; margin-top: 24px;
margin-bottom: 16px; margin-bottom: 24px;
font-size: 14px;
color: #525656;
}
#fmg-checkout-shared #other-payments-container .disclaimerContainerv2 {
margin-bottom: 24px;
font-size: 14px;
color: #525656;
} }
@media only screen and (max-device-width: 767px) { @media only screen and (max-device-width: 767px) {
#fmg-checkout-shared #applepay-and-paypal-container { #fmg-checkout-shared #applepay-and-paypal-container {

View file

@ -379,9 +379,17 @@ body {
} }
.italicSmall { .italicSmall {
margin-top: 10px; margin-top: 24px;
margin-bottom: 16px; margin-bottom: 24px;
font-size: 14px;
color: #525656;
} }
.disclaimerContainerv2 {
margin-bottom: 24px;
font-size: 14px;
color: #525656;
}
} }
@media only screen and (max-device-width: 767px) { @media only screen and (max-device-width: 767px) {