mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 06:30:15 +08:00
ea326906e3
For consistency and and the ability to change all font sizes at once in the dev tools
20 lines
363 B
SCSS
20 lines
363 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;
|
|
padding-right: 0.25em;
|
|
}
|
|
}
|
|
}
|