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

27 lines
484 B
SCSS
Raw Normal View History

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