mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:51:50 +08:00
dc2a0854b0
When admin has unseen new feature, gift emoji is added to a link. In addition, `/new-features` path was changed to `/whats-new`
25 lines
454 B
SCSS
25 lines
454 B
SCSS
.dashboard,
|
|
.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;
|
|
}
|
|
}
|
|
}
|