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