Skip to content
Snippets Groups Projects
Commit 015162cf authored by esikkala's avatar esikkala
Browse files

Adjus perspective header padding and size

parent ccb44e37
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ const styles = theme => ({
root: {
position: 'absolute',
marginTop: 64,
paddingTop: theme.spacing(1),
paddingLeft: theme.spacing(1.5),
paddingRight: theme.spacing(1.5),
backgroundColor: '#bdbdbd',
......
......@@ -78,12 +78,12 @@ const styles = theme => ({
backgroundColor: '#bdbdbd',
padding: theme.spacing(1),
[theme.breakpoints.down('sm')]: {
marginTop: 56 + 200,
height: 'calc(100% - 56px - 200px)',
marginTop: 56 + 212,
height: 'calc(100% - 56px - 212px)',
},
[theme.breakpoints.up('sm')]: {
marginTop: 64 + 200,
height: 'calc(100% - 64px - 200px)',
marginTop: 64 + 212,
height: 'calc(100% - 64px - 212px)',
},
},
perspectiveHeaderContainer: {
......@@ -91,12 +91,12 @@ const styles = theme => ({
backgroundColor: '#bdbdbd',
padding: theme.spacing(1),
[theme.breakpoints.down('sm')]: {
marginTop: 56 + 73,
height: 'calc(100% - 56px - 73px)',
marginTop: 56 + 81,
height: 'calc(100% - 56px - 81px)',
},
[theme.breakpoints.up('sm')]: {
marginTop: 64 + 73,
height: 'calc(100% - 64px - 73px)',
marginTop: 64 + 81,
height: 'calc(100% - 64px - 81px)',
},
},
// main container is divided into two columns:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment