24 lines
365 B
Sass
24 lines
365 B
Sass
@import ./constants
|
|
@import font-awesome
|
|
#toggle-side-menu
|
|
position: absolute
|
|
width: 28px
|
|
height: 28px
|
|
color: white
|
|
span
|
|
@extend .fa
|
|
@extend .fa-bars
|
|
@extend .fa-lg
|
|
#side-menu-container
|
|
background-color: #444
|
|
position: fixed
|
|
display: none
|
|
left: 0
|
|
top: 0
|
|
width: 0
|
|
height: 100%
|
|
> ul
|
|
list-style: none
|
|
a
|
|
color: white
|