mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 21:15:48 +08:00
174d392e5a
Run `prettier --write "app/assets/stylesheets/**/*.scss" "plugins/**/*.scss"` after making sure you installed it with `yarn` It's recommended to configure your editor to run prettier on file save.
24 lines
369 B
SCSS
24 lines
369 B
SCSS
.body-page {
|
|
/* intended only for /about /faq, /guidelines, /tos, and /privacy */
|
|
width: 100%;
|
|
max-width: 700px;
|
|
font-size: $font-up-1;
|
|
.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;
|
|
}
|
|
}
|