forked from olton/metroui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.css
More file actions
51 lines (42 loc) · 969 Bytes
/
docs.css
File metadata and controls
51 lines (42 loc) · 969 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
body {
}
.page-content {
padding-top: 48px;
}
.color-list li {
display: inline-block;
padding: 10px;
width: 14.2857%;
}
.prettyprint {
background-color: #eeeeee;
border: 0 !important;
border-width: 1px !important;
border-color: #eeeeee !important;
border-left: 8px #555555 solid !important;
}
.prettyprint ol {
background-color: transparent !important;
}
.prettyprint li {background-color: white !important; list-style-type: decimal !important; padding-left: 1em; border-bottom: 1px #eee solid;}
.prettyprint li:last-child{border-bottom: 0;}
.prettyprint code .tag {
font-size: .7rem;
}
.prettyprint {
overflow: hidden;
overflow-x: scroll;
}
@media screen and (max-width: 800px) {
.app-bar.fixed-top {
position: relative !important;
}
.page-content {
padding-top: 0 !important;
}
}
@media screen and (max-width: 640px) {
.page-content {
padding-top: 32px;
}
}