Skip to content

Commit

Permalink
fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Sep 27, 2024
1 parent fa8189c commit ebe6f7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
@include is-below-mobile() {
top: 46px;
height: 46px;
position: absolute;
}

@include is-mobile {
Expand Down
8 changes: 2 additions & 6 deletions src/new-user-experience/styles/onboarding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -458,24 +458,20 @@ body.woocommerce_page_woocommerce-square-onboarding #wpbody-content {
padding: 60px 85px;
}

@media screen and (min-height: 992px) and (min-width: 1280px) {
@media screen and (min-height: 720px) and (min-width: 1280px) {
top: 5vh;
}
}

.woo-square-onboarding__payment-complete__intro {
@media screen and (min-width: 1280px) {
position: sticky;
top: 240px;
top: 30vh;
max-width: 400px;
margin-right: 100px;
float: right;
}

@media screen and (min-width: 1280px) and (min-height: 992px) {
top: 25vh;
}

@media screen and (min-width: 1920px) {
position: sticky;
top: 460px;
Expand Down

0 comments on commit ebe6f7e

Please sign in to comment.