Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new logo to product and website #82

Merged
merged 9 commits into from
Mar 9, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor heading styling updates
  • Loading branch information
iansinnott committed Mar 9, 2020
commit ee13ba7f602b97fdd7586ac35c761b4bdf600f83
10 changes: 7 additions & 3 deletions packages/client/src/components/ApplicationContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -518,13 +518,17 @@ const NavIconButton = styled(({ overlayVisible, ...rest }) => (
`;

const AccountButton = styled(ButtonCore)`
height: ${HEADER_HEIGHT + 2};
padding: 0px 10px;
line-height: 40px;
margin: 0;
color: ${COLORS.TEXT_TITLE};
border-radius: 4px;
margin-left: 2px;
margin-right: 2px;
flex-shrink: 0;

h1 {
margin: 0;
}

:hover {
cursor: pointer;
color: ${COLORS.PRIMARY_GREEN};
Expand Down