fixup! feat(aio): allow template to position embedded ToC (#22565)
PR Close #22565
This commit is contained in:

committed by
Alex Eagle

parent
41064fcb36
commit
405d97431f
@ -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;
|
||||
}
|
||||
}
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user