mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 22:36:11 +08:00
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.
12 lines
275 B
SCSS
Vendored
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);
|
|
}
|