feature: project - sidebar

This commit is contained in:
gaelle morin
2020-12-23 17:47:07 +01:00
parent 500758eebb
commit ed15a89716
5 changed files with 200 additions and 175 deletions

View File

@ -32,8 +32,9 @@ main {
transition: all 0.5s;
}
nav {
.sidebar {
background: #F1F1F1;
height: calc(100vh - 72px);
transition: all 0.5s;
width: 217px;
@ -62,6 +63,7 @@ main {
}
}
/* Styles use with JS to open/close the sidebar */
&.jsRightMenu {
display: none;