Files
discourse_theme_ran/scss/sidebar.scss
T
Jordan Vidrine 2f2d1b8607 more changes
2025-02-27 15:23:42 -06:00

27 lines
430 B
SCSS

:root {
// --d-sidebar-background: #f5f8ff;
}
.sidebar-section-link-wrapper .sidebar-section-link {
border-radius: var(--d-border-radius);
}
.sidebar-wrapper {
background: #f5f8ff;
.has-full-page-chat & {
background: transparent;
}
.sidebar-container {
border-right: none;
}
.sidebar-sections {
padding: 0;
}
}
.admin-area .sidebar-wrapper .admin-panel {
background-color: var(--secondary);
}