discourse/app/assets/stylesheets/mobile/dashboard.scss
Krzysztof Kotlarek 190a7f8c7a
UX: smaller new feature emoji (#24454)
Moved the new feature emoji to the left of the title and made it smaller.
2023-11-20 16:08:10 +11:00

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;
}
}
}