forked from FrontendMatter/bootstrap-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.scss
More file actions
66 lines (65 loc) · 916 Bytes
/
Copy pathdocs.scss
File metadata and controls
66 lines (65 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
// Variables (default and custom)
@import './variables';
// Docs
pre {
background: rgba(0, 0, 0, 0.03);
padding: 10px;
}
blockquote {
color: #888;
padding: ($spacer / 2) $spacer;
margin-bottom: $spacer;
border-left: .25rem solid $blockquote-border-color;
:last-child {
margin-bottom: 0;
}
}
h2 {
margin-top: 30px;
}
h3 {
color: #555;
font-weight: normal;
font-size: 1.5rem;
}
.card + h3 {
margin-top: 30px;
}
h4 {
font-size: 1.2rem;
}
img {
max-width: 100%;
}
hr {
margin: $grid-gutter-width * 1.5 0;
}
hr + * {
margin-top: 0;
}
.nav-pills {
margin-bottom: $grid-gutter-width;
}
.card-block {
.table-responsive {
margin-bottom: $grid-gutter-width;
}
*:last-child {
margin-bottom: 0;
}
hr {
margin: $grid-gutter-width 0;
}
}
.hljs-selector-tag {
color: $body-color;
}
.table th,
.table td {
vertical-align: middle;
}
h1, h2, h3 {
& + .card {
margin-top: $grid-gutter-width;
}
}