Skip to content

Commit

Permalink
Fix close button. It was overlapping feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluesmile82 committed Dec 5, 2022
1 parent e533054 commit 3194e42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function MethodsDisclaimerBanner({ setAccepted, accepted }) {
</Text>
</div>
<Button className="close-button" onClick={setAccepted}>
CLOSE
<Icon icon="icon-close" />
</Button>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,11 @@

.close-button {
position: absolute;
right: 30px;
top: 40%;
right: 242px;
top: 31%;
border: none;
}

.icon-close {
width: 20px;
height: 20px;
}

.link {
text-decoration: underline;
font-weight: $font-weight-bold;
Expand Down

0 comments on commit 3194e42

Please sign in to comment.