mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Updated docs for 0.20
This commit is contained in:
+43
-8
@@ -1058,6 +1058,11 @@ div[data-twttr-id] iframe {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.compactProps .propTitle div {
|
||||
font-weight: normal;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.prop {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
@@ -1088,16 +1093,46 @@ div[data-twttr-id] iframe {
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
.edit-github {
|
||||
font-size: 15px;
|
||||
font-weight: normal;
|
||||
float: right;
|
||||
.color {
|
||||
display: inline-block;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-right: 5px;
|
||||
position: relative;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
.run-example {
|
||||
font-size: 15px;
|
||||
float: right;
|
||||
margin-right: 20px;
|
||||
.color::before {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.deprecated {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.deprecatedTitle {
|
||||
margin-bottom: 6px;
|
||||
line-height: 18px;
|
||||
font-weight: bold;
|
||||
color: #ffa500;
|
||||
}
|
||||
|
||||
.deprecatedIcon {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
margin-right: 8px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.deprecatedMessage {
|
||||
margin-left: 26px;
|
||||
}
|
||||
|
||||
#content {
|
||||
|
||||
Reference in New Issue
Block a user