mirror of
https://github.com/discourse/discourse.git
synced 2024-12-11 23:26:18 +08:00
190a7f8c7a
Moved the new feature emoji to the left of the title and made it smaller.
20 lines
371 B
SCSS
20 lines
371 B
SCSS
.dashboard,
|
|
.dashboard-next {
|
|
.activity-metrics .counters-list {
|
|
font-size: var(--font-down-1);
|
|
}
|
|
.navigation a.navigation-link {
|
|
padding: 0.5em;
|
|
font-size: var(--font-down-1);
|
|
}
|
|
.dashboard-new-features .section-body {
|
|
grid-template-columns: none;
|
|
}
|
|
|
|
.admin-new-feature-item {
|
|
&__new-feature-emoji {
|
|
padding-left: 0em;
|
|
}
|
|
}
|
|
}
|