mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 21:12:45 +08:00
prettier
This commit is contained in:
parent
2e1049a75a
commit
6ec92d5845
|
@ -35,7 +35,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-report.counters {
|
.admin-report.counters {
|
||||||
|
|
||||||
.admin-report-counters {
|
.admin-report-counters {
|
||||||
display: grid;
|
display: grid;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
.dashboard-next {
|
.dashboard-next {
|
||||||
.section-top {
|
.section-top {
|
||||||
margin-bottom: .5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation {
|
.navigation {
|
||||||
|
@ -26,13 +26,13 @@
|
||||||
.navigation-link {
|
.navigation-link {
|
||||||
display: block;
|
display: block;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: .6em 1em .5em 1em;
|
padding: 0.6em 1em 0.5em 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin active-navigation-item {
|
@mixin active-navigation-item {
|
||||||
.navigation-link {
|
.navigation-link {
|
||||||
border-bottom: .4em solid $tertiary;
|
border-bottom: 0.4em solid $tertiary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -268,7 +268,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.activity-metrics {
|
.activity-metrics {
|
||||||
margin-bottom: .25em;
|
margin-bottom: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-metrics {
|
.user-metrics {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user