style(docs-infra): clean up some styles (#31252)

PR Close #31252
This commit is contained in:
George Kalpakas 2019-06-25 12:16:55 +03:00 committed by Kara Erickson
parent 1d5c44551d
commit 6ff3970ec7
2 changed files with 24 additions and 26 deletions

View File

@ -97,10 +97,6 @@ mat-sidenav-container div.mat-sidenav-content {
//icons _within_ nav
.mat-icon {
// position: absolute;
// top: 8px;
// right: 8px;
// margin: 0;
height: 24px;
width: 24px;
}
@ -161,11 +157,13 @@ button.vertical-menu-item {
transition: background-color 0.2s;
text-transform: uppercase;
&.expanded .mat-icon, .level-2.expanded .mat-icon {
&.expanded .mat-icon,
.level-2.expanded .mat-icon {
@include rotate(90deg);
}
&:not(.expanded) .mat-icon, .level-2:not(.expanded) .mat-icon {
&:not(.expanded) .mat-icon,
.level-2:not(.expanded) .mat-icon {
@include rotate(0deg);
}

View File

@ -180,6 +180,7 @@ aio-api-list {
.symbol {
margin-right: 8px;
}
a {
color: $blue-grey-600;
display: inline-block;
@ -226,7 +227,6 @@ aio-api-list {
}
p {
&.selector {
margin: 0;
}