CSR-2352 Color and spacing
CSR-2352 Color and spacing
This commit is contained in:
parent
f7452e8638
commit
c9411788de
2 changed files with 19 additions and 4 deletions
|
|
@ -299,8 +299,15 @@ body .cc-error-container #alert-message {
|
|||
width: 100%;
|
||||
}
|
||||
#fmg-checkout-shared #other-payments-container .italicSmall {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 16px;
|
||||
margin-top: 24px;
|
||||
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) {
|
||||
#fmg-checkout-shared #applepay-and-paypal-container {
|
||||
|
|
|
|||
|
|
@ -379,9 +379,17 @@ body {
|
|||
}
|
||||
|
||||
.italicSmall {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 16px;
|
||||
margin-top: 24px;
|
||||
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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue