Files
portal/resources/sass/components/sidebar.scss
2020-03-21 15:52:49 +01:00

7 lines
118 B
SCSS
Vendored

aside {
background-color: $mediumLight;
height: calc(100vh - 4.5rem);
width: 15rem;
flex-shrink: 0;
}