9 lines
85 B
CSS
9 lines
85 B
CSS
|
.root {
|
||
|
margin-top: 64px;
|
||
|
}
|
||
|
|
||
|
.sidebar {
|
||
|
width: 200px;
|
||
|
background-color: #fff
|
||
|
}
|