parent
1d5c44551d
commit
6ff3970ec7
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue