Skip to content
Snippets Groups Projects
Commit 70dae9ac authored by Sinzeanu Demetriad's avatar Sinzeanu Demetriad
Browse files

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

parent c9d62643
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( ...@@ -72,7 +72,7 @@ export default compose(
const RightContainer = styled.div` const RightContainer = styled.div`
align-items: center; align-items: center;
display: flex; display: flex;
height ${th('appBar.height')}; height: ${th('appBar.height')};
margin-right: ${th('gridUnit')}; margin-right: ${th('gridUnit')};
height: ${th('appBar.height')}; height: ${th('appBar.height')};
...@@ -84,13 +84,15 @@ const RightContainer = styled.div` ...@@ -84,13 +84,15 @@ const RightContainer = styled.div`
const LogoContainer = styled.div` const LogoContainer = styled.div`
align-items: center; align-items: center;
display: flex; display: flex;
height ${th('appBar.height')}; height: ${th('appBar.height')};
margin-left: ${th('gridUnit')}; margin-left: ${th('gridUnit')};
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
z-index: 1; z-index: 1;
cursor: pointer;
` `
const JournalBackground = styled.div` 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