7 lines
118 B
SCSS
Vendored
7 lines
118 B
SCSS
Vendored
aside {
|
|
background-color: $mediumLight;
|
|
height: calc(100vh - 4.5rem);
|
|
width: 15rem;
|
|
flex-shrink: 0;
|
|
}
|