19 lines
247 B
SCSS
19 lines
247 B
SCSS
:root {
|
|
// --d-sidebar-background: #f5f8ff;
|
|
}
|
|
|
|
.sidebar-wrapper {
|
|
background: #f5f8ff;
|
|
|
|
.has-full-page-chat & {
|
|
background: transparent;
|
|
}
|
|
.sidebar-container {
|
|
border-right: none;
|
|
}
|
|
|
|
.sidebar-sections {
|
|
padding: 0;
|
|
}
|
|
}
|