Skip to content

Commit

Permalink
feat - divider header
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniorws committed Oct 15, 2023
1 parent d921337 commit b668b49
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,17 @@ const Header = () => {
{tab.title}
</Tab>
))}
<Divider/>
</TabsNav>
);
};

const Divider = styled.div`
background: linear-gradient(135deg, var(--background) 0%, var(--current-line) 40%, var(--purple) 50%, var(--current-line) 60%);
height: 3px;
margin: 0 30%;
`;

const TabsNav = styled.header`
position: relative;
margin-bottom: 5%;
Expand Down

0 comments on commit b668b49

Please sign in to comment.