mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 06:03:43 +08:00
96c5a6c9ca
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
19 lines
336 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|