discourse/app/assets/stylesheets/admin/sidebar.scss
David Taylor 3b9718577e
DEV: Move admin SCSS files to their own directory (#31417)
This makes it clearer that admin css is compiled to a separate bundle.
This is a first step towards moving the 'admin' parts out of the main
mobile/desktop bundles.
2025-02-21 15:14:17 +00:00

12 lines
275 B
SCSS
Vendored

.admin-area .sidebar-wrapper .admin-panel {
background-color: var(--d-sidebar-admin-background);
.sidebar-section-header-text {
font-weight: bold;
color: var(--primary-very-high);
}
}
.admin-sidebar-nav-link__dot {
color: var(--tertiary-med-or-tertiary);
}