Updated the Sidebar styles.sass
This commit is contained in:
parent
89ad710249
commit
99b7f62289
@ -1,9 +1,16 @@
|
|||||||
@import "@/common/styles/colors"
|
@import "@/common/styles/colors"
|
||||||
|
|
||||||
aside
|
aside
|
||||||
border-left: #0F1012 1px solid
|
background-color: $background
|
||||||
float: left
|
float: left
|
||||||
width: 18rem
|
width: 18rem
|
||||||
border-right: $dark-gray 2px solid
|
border-right: $dark-gray 2px solid
|
||||||
height: 100vh
|
height: 100vh
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
|
|
||||||
|
.sidebar-hidden
|
||||||
|
display: none
|
||||||
|
|
||||||
|
@media screen and (max-width: 1024px)
|
||||||
|
aside
|
||||||
|
position: fixed
|
Reference in New Issue
Block a user