Files
discourse_theme_ran/scss/sidebar.scss
T
2025-02-26 17:58:14 +04:00

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;
}
}