Skip to content

Commit

Permalink
Merge pull request #948 from ita-social-projects/fix-player-overlaps-…
Browse files Browse the repository at this point in the history
…donate-button

Fix player overlaps donate button
  • Loading branch information
MementoMorj authored Oct 30, 2023
2 parents 0139cb9 + 058a65a commit 08f10df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@include mut.sized(1200px, 46px);
@include mut.flex-centered();

@include mut.positioned-as(fixed, $bottom: 4%);
@include mut.positioned-as(fixed, $bottom: 15px);
@include mut.full-rounded(11px, $overflow: visible);

background-color: c.$pure-white-color;
Expand Down
9 changes: 1 addition & 8 deletions src/features/StreetcodePage/Streetcode.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $bgImg: '@assets/images/streetcode-card/background.webp';
position: sticky;
display: flex;
z-index: 4;
bottom: f.pxToRem(50px);
bottom: f.pxToRem(75px);
justify-content: flex-end;
}

Expand Down Expand Up @@ -71,10 +71,6 @@ $bgImg: '@assets/images/streetcode-card/background.webp';
@include mut.rem-padded($top: 64px);
}

.sticky{
bottom: f.pxToRem(25px);
}

.container{
margin-top: f.pxToRem(44px);
}
Expand All @@ -84,9 +80,6 @@ $bgImg: '@assets/images/streetcode-card/background.webp';
.streetcodeContainer, .mainBlock{
background-image: none !important;
}
.sticky{
bottom: f.pxToRem(50px);
}
}

.loader-container{
Expand Down

0 comments on commit 08f10df

Please sign in to comment.