initialize all components
This commit is contained in:
14
style/sidebar.scss
Normal file
14
style/sidebar.scss
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user