Skip to content

Commit

Permalink
Merge pull request #2621 from woocommerce/PCP-3697-display-fastlane-w…
Browse files Browse the repository at this point in the history
…atermark-on-the-right-side-below-email-field

Axo Blocks: Move the Fastlane watermark to the right (3697)
  • Loading branch information
danieldudzic authored Sep 19, 2024
2 parents b0c43a0 + d083085 commit 304846e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion modules/ppcp-axo-block/resources/css/gateway.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

&: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) {
Expand Down

0 comments on commit 304846e

Please sign in to comment.