parent
1d5c44551d
commit
6ff3970ec7
|
@ -97,10 +97,6 @@ mat-sidenav-container div.mat-sidenav-content {
|
||||||
|
|
||||||
//icons _within_ nav
|
//icons _within_ nav
|
||||||
.mat-icon {
|
.mat-icon {
|
||||||
// position: absolute;
|
|
||||||
// top: 8px;
|
|
||||||
// right: 8px;
|
|
||||||
// margin: 0;
|
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
}
|
}
|
||||||
|
@ -161,11 +157,13 @@ button.vertical-menu-item {
|
||||||
transition: background-color 0.2s;
|
transition: background-color 0.2s;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
||||||
&.expanded .mat-icon, .level-2.expanded .mat-icon {
|
&.expanded .mat-icon,
|
||||||
|
.level-2.expanded .mat-icon {
|
||||||
@include rotate(90deg);
|
@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);
|
@include rotate(0deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -180,6 +180,7 @@ aio-api-list {
|
||||||
.symbol {
|
.symbol {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $blue-grey-600;
|
color: $blue-grey-600;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -226,7 +227,6 @@ aio-api-list {
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
||||||
&.selector {
|
&.selector {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue