Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SPP 2143 Learning Through Connecting
ltc_website
Commits
5fa8ece1
Commit
5fa8ece1
authored
Aug 16, 2021
by
Elisabeth Reuhl
Browse files
Add styling for app bar and drawer (issue
#59
)
parent
332be149
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/styles.js
View file @
5fa8ece1
import
{
makeStyles
}
from
"
@material-ui/core/styles
"
;
const
useStyles
=
makeStyles
(
theme
=>
({
appBar
:
{
//height: "80px",
height
:
"
auto
"
,
zIndex
:
1200
// theme.zIndex.drawer + 1,
},
drawerPaper
:
{
//marginTop: "80px"
},
dashboardHeader
:
{
justifyContent
:
"
space-between
"
,
alignItems
:
"
stretch
"
,
height
:
"
12vh
"
,
//
height: "12vh",
zIndex
:
100
},
dashboardBody
:
{
height
:
"
calc(100vh -
12vh
- 12px)
"
height
:
"
calc(100vh -
80px
- 12px)
"
},
dashboardFooter
:
{
height
:
"
12px
"
...
...
@@ -33,7 +41,6 @@ const useStyles = makeStyles(theme => ({
height
:
"
100%
"
,
width
:
"
100%
"
},
fullHeightTile
:
{
height
:
"
calc(100vh - 12vh - 12px)
"
,
//padding: theme.spacing(2)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment