forked from GeekyAnts/native-base-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUntitled-2
More file actions
45 lines (39 loc) · 956 Bytes
/
Copy pathUntitled-2
File metadata and controls
45 lines (39 loc) · 956 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
.book .book-summary ul.summary > li:nth-child(2) {
color: transparent;
background-image: url(https://docs.nativebase.io/docs/assets/NBSideBar.png);
background-size: 100%;
background-repeat: no-repeat;
min-height: 80px;
background-position: center;
}
.book .book-summary ul.summary > li:nth-child(2) a {
color: transparent;
}
.book .book-body .page-wrapper .page-inner section.normal a {
color: #558674;
}
.book .book-summary ul.summary li.active>a {
color: #558674;
font-weight: bold;
}
@media (max-width: 800px){
.page-wrapper{
width:100% !important;
}
.markdown-section table, table{
display:block !important;
overflow:scroll !important;
}
}
@media (max-width: 600px){
.book-summary{
width:290px !important
}
.page-wrapper{
}
.book.with-summary .book-body{
transform: translate(290px,0) !important;
-webkit-transform: translate(290px,0) !important;
-moz-transform: translate(290px,0) !important;
}
}