mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 18:29:54 +08:00
13 lines
239 B
SCSS
13 lines
239 B
SCSS
.dashboard,
|
|
.dashboard-next {
|
|
.activity-metrics .counters-list {
|
|
font-size: $font-down-1;
|
|
}
|
|
.navigation a.navigation-link {
|
|
padding: 0.5em;
|
|
}
|
|
.dashboard-new-features .section-body {
|
|
grid-template-columns: none;
|
|
}
|
|
}
|