Skip to content

Commit

Permalink
(#5) Alterando estilos da NavBar
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Boaventura <lucasxboaventura@hotmail.com>
  • Loading branch information
2 people authored and sergiosacj committed Sep 17, 2021
1 parent 7d23150 commit ed58deb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions frontend/src/components/NavBar/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styled from 'styled-components';
export const NavBarContainer = styled.div`
display: flex;
width: 100%;
height: 7rem;
height: 5rem;
align-items: center;
justify-content: space-between;
background-color: ${props => props.theme.white};
Expand All @@ -14,14 +14,14 @@ export const NavBarContainer = styled.div`
align-items: center;
svg {
width: 3.2rem;
height: 3.2rem;
width: 1.5rem;
height: 1.5rem;
color: ${props => props.theme.black};
margin: 0 0.9rem 0 3rem;
margin: 0 0.6rem 0 3rem;
}
span {
font-size: 2.4rem;
font-size: 1.5rem;
}
}
`;
Expand All @@ -30,11 +30,11 @@ export const NameContainer = styled.div`
display: flex;
border: 2px solid ${props => props.theme.gray};
border-radius: 15px;
padding: 1rem 4rem;
padding: 0.6rem 1.5rem;
margin-right: 2.5rem;
span {
font-size: 2.5rem;
font-size: 1.5rem;
font-weight: 500;
}
`;

0 comments on commit ed58deb

Please sign in to comment.