discourse/app/assets/stylesheets/common/base/about.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;
}
}
}
}
}