fixup! feat(aio): allow template to position embedded ToC (#22565)

PR Close #22565
This commit is contained in:
Pete Bacon Darwin
2018-03-04 20:30:23 +00:00
committed by Alex Eagle
parent 41064fcb36
commit 405d97431f
4 changed files with 30 additions and 31 deletions

View File

@ -37,14 +37,3 @@ aio-shell.page-docs {
margin: 24px 0px;
background: $lightgray;
}
.page-actions {
float: right;
.material-icons {
border-radius: 4px;
padding: 4px;
font-size: 20px;
background-color: $mist;
color: $mediumgray;
}
}

View File

@ -1,3 +1,15 @@
.page-actions {
float: right;
.material-icons {
border-radius: 4px;
padding: 4px;
font-size: 20px;
&:hover {
background-color: $mist;
}
}
}
.api-body {
.class-overview {
@ -24,6 +36,11 @@
.api-heading {
padding: 5px 0;
font-size: 16px;
font-weight: bold;
}
.short-description {
margin: 6px 0 0 10px;
}
.properties-table {