Skip to content
Snippets Groups Projects
Commit 412d7001 authored by Daniel Sandu's avatar Daniel Sandu
Browse files

Merge branch 'HIN-1031' into 'develop'

fix(AppBar/Logo): Hovering over the hindawi logo should change the cursor to a pointer

See merge request !74
parents 00ee8978 61a4e5fa
No related branches found
No related tags found
2 merge requests!110Sprint 21 Features,!74fix(AppBar/Logo): Hovering over the hindawi logo should change the cursor to a pointer
......@@ -72,7 +72,7 @@ export default compose(
const RightContainer = styled.div`
align-items: center;
display: flex;
height ${th('appBar.height')};
height: ${th('appBar.height')};
margin-right: ${th('gridUnit')};
height: ${th('appBar.height')};
......@@ -84,13 +84,15 @@ const RightContainer = styled.div`
const LogoContainer = styled.div`
align-items: center;
display: flex;
height ${th('appBar.height')};
height: ${th('appBar.height')};
margin-left: ${th('gridUnit')};
position: absolute;
top: 0;
left: 0;
z-index: 1;
cursor: pointer;
`
const JournalBackground = styled.div`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment