10 lines
118 B
SCSS
10 lines
118 B
SCSS
:root {
|
|
--d-sidebar-background: #f5f8ff;
|
|
}
|
|
|
|
.sidebar-wrapper {
|
|
.sidebar-container {
|
|
border-right: none;
|
|
}
|
|
}
|