forked from rescript-react-native/rescript-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
40 lines (35 loc) · 806 Bytes
/
custom.css
File metadata and controls
40 lines (35 loc) · 806 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
/** Extras **/
dt#type-calculated {
display: none;
}
#module-type-FlatListComponent,
#module-type-ViewComponent,
#module-type-Impl,
#module-type-ImageComponent,
#module-type-ScrollViewComponent,
#module-CreateComponent,
#module-type-TextComponent,
#type-renderBag,
#type-t,
#type-renderAccessory,
#type-viewToken,
#module-CreateComponent ~ article summary,
#module-CreateComponent ~ div summary
{
display: none;
}
#module-type-FlatListComponent,
#module-CreateComponent,
#module-CreateComponent ~ div > .include.spec details,
#module-CreateComponent ~ article > .include.spec details {
overflow: hidden;
}
#module-CreateComponent ~ div dl,
#module-CreateComponent ~ article dl {
display: flex;
flex-direction: column-reverse;
}
.content > dl > dd {
padding: 0;
padding-top: 0.75em;
}