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

31 lines
603 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):not(.category-moderators) {
2018-06-14 23:50:46 -04:00
max-width: 700px;
}
.about.category-moderators {
.badge-wrapper.bullet .badge-category {
color: $primary;
}
}
2018-06-14 23:50:46 -04:00
}
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;
}
}