14 lines
196 B
Sass
14 lines
196 B
Sass
aside.side-menu
|
|
background-color: #444
|
|
position: fixed
|
|
display: none
|
|
left: -222px
|
|
top: 0
|
|
width: 222px
|
|
height: 100%
|
|
z-index: 50
|
|
> ul
|
|
list-style: none
|
|
a
|
|
color: white
|