2018-05-23 22:56:05 +01:00
|
|
|
.github-links {
|
2018-03-04 20:30:23 +00:00
|
|
|
float: right;
|
|
|
|
|
.material-icons {
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: $mist;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-03-03 13:13:33 +00:00
|
|
|
.api-header {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 600px) {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
2018-06-22 16:58:29 +01:00
|
|
|
.method-table, .option-table, .list-table {
|
2018-08-31 15:57:53 +01:00
|
|
|
td > code {
|
|
|
|
|
background-color: inherit;
|
2018-09-19 21:25:30 +01:00
|
|
|
white-space: pre;
|
2018-08-31 15:57:53 +01:00
|
|
|
}
|
|
|
|
|
|
2018-07-17 12:14:18 +03:00
|
|
|
.with-github-links {
|
2018-05-23 22:56:05 +01:00
|
|
|
align-items: center;
|
2018-07-17 12:14:18 +03:00
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
2018-05-23 22:56:05 +01:00
|
|
|
|
|
|
|
|
.github-links {
|
|
|
|
|
a {
|
|
|
|
|
color: $mediumgray;
|
|
|
|
|
.material-icons:hover {
|
|
|
|
|
background: none;
|
|
|
|
|
color: $blue;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-05-23 22:13:28 +01:00
|
|
|
}
|
|
|
|
|
|
2018-02-08 15:00:53 +00:00
|
|
|
h3 {
|
|
|
|
|
margin: 6px 0;
|
|
|
|
|
font-weight: bold;
|
2018-05-23 22:56:05 +01:00
|
|
|
clear: left;
|
2018-02-08 15:00:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-09-08 21:57:46 +01:00
|
|
|
}
|
2017-07-12 23:06:02 +01:00
|
|
|
|
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;
|
|
|
|
|
}
|
2018-09-08 21:57:46 +01:00
|
|
|
|
|
|
|
|
.ngmodule-list {
|
|
|
|
|
list-style: none;
|
|
|
|
|
padding: 0;
|
2018-09-20 12:57:34 +01:00
|
|
|
}
|
2018-09-19 14:28:23 +01:00
|
|
|
|
2018-09-20 12:57:34 +01:00
|
|
|
.selector-list, .inherited-members-list {
|
2018-09-19 14:28:23 +01:00
|
|
|
ul {
|
|
|
|
|
padding: 0;
|
|
|
|
|
li {
|
|
|
|
|
list-style: none;
|
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-09-08 21:57:46 +01:00
|
|
|
}
|
2018-09-19 21:25:30 +01:00
|
|
|
|
2018-09-21 14:07:51 +01:00
|
|
|
.selector-list {
|
|
|
|
|
li, a {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
i {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.member-name {
|
2018-09-19 21:25:30 +01:00
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
2017-07-12 23:06:02 +01:00
|
|
|
}
|
2018-09-17 17:37:18 +01:00
|
|
|
|
|
|
|
|
.deprecated-api-item {
|
|
|
|
|
text-decoration: line-through;
|
|
|
|
|
}
|