discourse/app/assets/stylesheets/mobile/dashboard.scss
Krzysztof Kotlarek 96c5a6c9ca
FEATURE: dedicated admin section for new features (#24292)
New tab in admin panel with list of new features. Presentation was enhanced by screenshot and markdown description.

Related PR https://github.com/discourse-org/discourse-new-features-feeds/pull/23
2023-11-20 09:59:04 +11:00

19 lines
336 B
SCSS

.dashboard,
.dashboard-next {
.activity-metrics .counters-list {
font-size: var(--font-down-1);
}
.navigation a.navigation-link {
padding: 0.5em;
}
.dashboard-new-features .section-body {
grid-template-columns: none;
}
.admin-new-feature-item {
&__new-feature-emoji {
padding-left: 0em;
}
}
}