blob: 2ca438ea50e486c99a197c8148d562971c8b73b5 [file] [log] [blame]
@import "src/app/styles/variables";
@import "src/app/styles/colors";
.layout {
width: 100%;
}
.layout-sidebar {
height: calc(100vh - 64px);
margin-top: 64px;
@media (max-width: $small) {
width: 218px;
}
}
.layout-content {
background-color: $background-color;
height: calc(100vh - 64px);
margin-top: 64px;
@media (max-width: $small) {
width: 100%;
}
}