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