mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 16:33:38 +08:00
25 lines
350 B
SCSS
25 lines
350 B
SCSS
section.about {
|
|
margin-bottom: 3em;
|
|
|
|
h3 {
|
|
margin-bottom: 1em;
|
|
display: flex;
|
|
align-items: center;
|
|
.d-icon {
|
|
margin-right: 0.5em;
|
|
color: var(--primary-high);
|
|
}
|
|
}
|
|
|
|
&.stats {
|
|
table {
|
|
td {
|
|
padding: 0.67em;
|
|
&:not(:first-child) {
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|