mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Move the Fastlane watermark to the right
This commit is contained in:
parent
b0c43a02d2
commit
f90282ab2b
1 changed files with 12 additions and 2 deletions
|
@ -172,14 +172,24 @@ $fast-transition-duration: 0.5s;
|
|||
// 4.6 Watermark Container
|
||||
.wc-block-checkout-axo-block-watermark-container {
|
||||
grid-area: watermark;
|
||||
width: 100%;
|
||||
justify-self: end;
|
||||
grid-column: 1;
|
||||
}
|
||||
|
||||
// 4.7 Validation Error
|
||||
&:not(.wc-block-axo-is-authenticated) .wc-block-checkout-axo-block-watermark-container {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
// 4.7 Validation Error
|
||||
.wc-block-components-address-form__email .wc-block-components-validation-error {
|
||||
grid-area: error;
|
||||
width: 100%;
|
||||
margin-top: 4px;
|
||||
grid-row: 3;
|
||||
|
||||
@media (min-width: 783px) {
|
||||
grid-row: 2;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 783px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue