Skip to content

Commit

Permalink
Move the Fastlane watermark to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldudzic committed Sep 18, 2024
1 parent b0c43a0 commit f90282a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions 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
// 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 f90282a

Please sign in to comment.