feature: project - sidebar
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user