forked from amcss/amcss.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_Example.scss
More file actions
58 lines (56 loc) · 878 Bytes
/
_Example.scss
File metadata and controls
58 lines (56 loc) · 878 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
[am-Example] {
max-width: 720px;
padding: 1rem;
margin: 2rem auto 0;
h2, h3 {
@extend %h4;
margin-bottom: 2rem;
}
h2, strong {
font-weight: 700;
}
p {
@extend %h6;
margin: 1rem 0;
line-height: 1.4;
}
em {
font-style: italic;
}
strong {
font-weight: 600;
}
pre {
margin: 1rem 0 2rem;
code {
@extend %small3;
line-height: 1.8;
padding: 0.5rem;
margin: 0;
box-shadow: none;
color: $grey;
display: block;
max-width: 100%;
overflow: auto;
}
}
code {
@extend %mono;
@extend %small3;
line-height: 1.2;
white-space: pre;
box-shadow: 0 0 0 1px #ddd;
padding: 0.2rem;
margin: 0.2rem;
}
ul {
margin-bottom: 1rem;
line-height: 1.4;
li {
margin-bottom: 1rem;
}
strong {
@extend %h5;
}
}
}