Created the Sidebar styles.sass
This commit is contained in:
parent
8d8716b1e3
commit
358a074b1e
9
client/src/common/components/Sidebar/styles.sass
Normal file
9
client/src/common/components/Sidebar/styles.sass
Normal file
@ -0,0 +1,9 @@
|
||||
@import "@/common/styles/colors"
|
||||
|
||||
aside
|
||||
border-left: #0F1012 1px solid
|
||||
float: left
|
||||
width: 18rem
|
||||
border-right: $dark-gray 2px solid
|
||||
height: 100vh
|
||||
overflow: hidden
|
Reference in New Issue
Block a user