discourse/app/assets/stylesheets/common/base/faqs.scss

27 lines
484 B
SCSS
Raw Normal View History

.body-page {
2018-03-01 04:02:11 +08:00
/* intended only for /about /faq, /guidelines, /tos, and /privacy */
width: 100%;
max-width: 700px;
2018-06-15 12:09:09 +08:00
.about-page & {
2018-06-15 11:50:46 +08:00
max-width: unset;
section:not(.admins):not(.moderators) {
max-width: 700px;
}
}
font-size: $font-up-1;
2018-03-01 04:02:11 +08:00
.mobile-view & {
font-size: $font-0;
margin-top: 20px;
}
li {
margin-bottom: 8px;
}
2018-03-01 04:02:11 +08:00
.nav-pills {
margin-bottom: 20px;
}
2014-05-01 14:59:24 +08:00
ul:not(.nav-pills),
ol:not(.nav-pills) {
margin-left: 40px;
}
}