2018-03-04 20:30:23 +00:00
|
|
|
.page-actions {
|
|
|
|
|
float: right;
|
|
|
|
|
.material-icons {
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: $mist;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-08 15:00:53 +00:00
|
|
|
.api-body {
|
2017-07-12 23:06:02 +01:00
|
|
|
|
2018-02-08 15:00:53 +00:00
|
|
|
.class-overview {
|
|
|
|
|
position: relative;
|
2017-07-12 23:06:02 +01:00
|
|
|
|
2018-02-08 15:00:53 +00:00
|
|
|
code-example {
|
|
|
|
|
clear: left;
|
2017-07-12 23:06:02 +01:00
|
|
|
}
|
2018-02-08 15:00:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.method-table {
|
|
|
|
|
h3 {
|
|
|
|
|
margin: 6px 0;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-top: 12px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.api-heading {
|
|
|
|
|
padding: 5px 0;
|
|
|
|
|
font-size: 16px;
|
2018-03-04 20:30:23 +00:00
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.short-description {
|
|
|
|
|
margin: 6px 0 0 10px;
|
2018-02-08 15:00:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.properties-table {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
|
|
thead th {
|
|
|
|
|
&:nth-child(1) {
|
|
|
|
|
width: 20%;
|
|
|
|
|
}
|
|
|
|
|
&:nth-child(2) {
|
|
|
|
|
width: 20%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.parameters-table {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
td:nth-child(1) {
|
|
|
|
|
width: 20%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
details.overloads {
|
|
|
|
|
margin-left: -8px;
|
|
|
|
|
|
|
|
|
|
summary {
|
|
|
|
|
height: inherit;
|
|
|
|
|
padding: 8px 12px;
|
|
|
|
|
h4 {
|
|
|
|
|
margin: 0;
|
|
|
|
|
clear: left;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-07-12 23:06:02 +01:00
|
|
|
}
|
|
|
|
|
|
2018-02-08 15:00:53 +00:00
|
|
|
.api-section aio-code {
|
|
|
|
|
background-color: rgba(241, 241, 241, 0.2);
|
|
|
|
|
}
|
|
|
|
|
|
2018-03-04 21:11:54 +00:00
|
|
|
.from-constructor, .read-only-property {
|
2018-02-08 15:00:53 +00:00
|
|
|
font-style: italic;
|
|
|
|
|
color: $blue;
|
|
|
|
|
}
|
2017-07-12 23:06:02 +01:00
|
|
|
}
|