Skip to content

Commit

Permalink
Merge pull request #61 from Elizabethhub/dmytro-prymache-header-start…
Browse files Browse the repository at this point in the history
…-page

Dmytro prymache header start page
  • Loading branch information
Elizabethhub authored Mar 19, 2024
2 parents cbd5a26 + 200813f commit 95147e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header/HeaderModalStyled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ export const HeaderModalContainer = styled.div`
box-shadow: 0 4px 8px 0 rgba(64, 123, 255, 0.2);
background: #fff;
position: absolute;
top: ${(props) => (props.$visible ? '35px' : '-100px')};
top: ${(props) => (props.$visible ? '35px' : '-200px')};
right: 0px;
opacity: ${(props) => (props.$visible ? '1' : '0')};
transition:
opacity 0.3s ease,
top 0.3s ease;
z-index: 999;
z-index: 10;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down
1 change: 1 addition & 0 deletions src/pages/LoginPage/LoginPage.styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const SvgContainer = styled.div`
position: absolute;
right: -5%;
top: 0;
z-index: -1;
}
@media only screen and (min-width: 1280px) {
position: static;
Expand Down

0 comments on commit 95147e3

Please sign in to comment.