14 lines
161 B
SCSS
14 lines
161 B
SCSS
:root {
|
|
--d-sidebar-background: #f5f8ff;
|
|
}
|
|
|
|
.sidebar-wrapper {
|
|
.sidebar-container {
|
|
border-right: none;
|
|
}
|
|
|
|
.sidebar-sections {
|
|
padding: 0;
|
|
}
|
|
}
|