mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:26:35 +08:00
61 lines
905 B
SCSS
61 lines
905 B
SCSS
@import "foundation/variables";
|
|
@import "foundation/mixins";
|
|
@import "foundation/helpers";
|
|
|
|
// --------------------------------------------------
|
|
// FAQs
|
|
// --------------------------------------------------
|
|
|
|
// Base
|
|
// --------------------------------------------------
|
|
|
|
.body-page {
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
|
|
// Consistent vertical spacing
|
|
blockquote,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
hr,
|
|
p,
|
|
pre,
|
|
ul,
|
|
ol,
|
|
li,
|
|
table {
|
|
margin: 0 0 20px;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
li {
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
ul,
|
|
ol {
|
|
margin-left: 40px;
|
|
}
|
|
|
|
}
|
|
|
|
.body-page {
|
|
|
|
.container {
|
|
@extend .clearfix;
|
|
width: 960px;
|
|
margin: 0 auto;
|
|
padding: 20px 10px;
|
|
margin-top: -60px;
|
|
}
|
|
|
|
}
|
|
|
|
.nav-pills {
|
|
margin-left:0px !important;
|
|
font: 13px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
} |