23 lines
280 B
SCSS
23 lines
280 B
SCSS
.example-container {
|
|
width: 500px;
|
|
height: 300px;
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.example-sidenav-content {
|
|
display: flex;
|
|
height: 100%;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.example-sidenav {
|
|
padding: 20px;
|
|
}
|
|
|
|
.pc-sidebar{
|
|
top: 120px;
|
|
}
|
|
|
|
|