mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 06:30:15 +08:00
31 lines
603 B
SCSS
31 lines
603 B
SCSS
.body-page {
|
|
/* intended only for /about /faq, /guidelines, /tos, and /privacy */
|
|
width: 100%;
|
|
max-width: 700px;
|
|
.about-page & {
|
|
max-width: unset;
|
|
section:not(.admins):not(.moderators):not(.category-moderators) {
|
|
max-width: 700px;
|
|
}
|
|
.about.category-moderators {
|
|
.badge-wrapper.bullet .badge-category {
|
|
color: $primary;
|
|
}
|
|
}
|
|
}
|
|
.mobile-view & {
|
|
font-size: $font-0;
|
|
margin-top: 20px;
|
|
}
|
|
li {
|
|
margin-bottom: 8px;
|
|
}
|
|
.nav-pills {
|
|
margin-bottom: 20px;
|
|
}
|
|
ul:not(.nav-pills),
|
|
ol:not(.nav-pills) {
|
|
margin-left: 40px;
|
|
}
|
|
}
|