mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
2a9dcade0a
Display new features grouped by month and show additional information about the version.
33 lines
573 B
SCSS
33 lines
573 B
SCSS
.dashboard-next {
|
|
.activity-metrics .counters-list {
|
|
font-size: var(--font-down-1);
|
|
}
|
|
.navigation a.navigation-link {
|
|
padding: 0.4em;
|
|
font-size: var(--font-down-1);
|
|
.emoji {
|
|
width: 1.3em;
|
|
height: 1.3em;
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
.dashboard-new-features .section-body {
|
|
grid-template-columns: none;
|
|
}
|
|
|
|
.admin-new-feature-item {
|
|
&__new-feature-emoji {
|
|
padding-left: 0em;
|
|
}
|
|
}
|
|
}
|
|
|
|
.admin-new-feature-item {
|
|
h3 {
|
|
margin-right: 0.5em;
|
|
}
|
|
&__new-feature-version {
|
|
font-size: var(--font-down-1);
|
|
}
|
|
}
|