mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:26:35 +08:00
37 lines
680 B
SCSS
37 lines
680 B
SCSS
.body-page {
|
|
/* covers /about, /faq, /guidelines, /tos, /privacy, and login-required */
|
|
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: var(--primary);
|
|
}
|
|
}
|
|
}
|
|
.mobile-view & {
|
|
font-size: $font-0;
|
|
}
|
|
li {
|
|
margin-bottom: 8px;
|
|
}
|
|
.nav-pills {
|
|
margin: 0 0 2em;
|
|
}
|
|
ul:not(.nav-pills),
|
|
ol:not(.nav-pills) {
|
|
margin-left: 40px;
|
|
}
|
|
}
|
|
|
|
.body-page-button-container {
|
|
display: flex;
|
|
button {
|
|
margin-right: 0.75em;
|
|
}
|
|
}
|