initialize all components

This commit is contained in:
2024-03-12 20:56:38 -04:00
parent 0b73f16b04
commit 189fdccd93
9 changed files with 86 additions and 12 deletions

14
style/sidebar.scss Normal file
View File

@ -0,0 +1,14 @@
@import "theme.scss";
.sidebar-container {
background-color: red;
width: 27%;
height: calc(100% - 75px);
}
.sidebar-top-container {
border-radius: 1rem;
background-color: yellow;
height: 20%;
margin: 5px;
}