mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +08:00
18 lines
398 B
SCSS
18 lines
398 B
SCSS
// --------------------------------------------------
|
|
// FAQs
|
|
// --------------------------------------------------
|
|
|
|
// Base
|
|
// --------------------------------------------------
|
|
|
|
.body-page {
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
margin: 20px 15px;
|
|
}
|
|
|
|
.nav-pills {
|
|
font: 13px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
}
|