@import "~components/ui/colors.scss";
.sidebar {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 300px;
background: $black;
}
.content {
margin-left: 300px;