fix(docs-infra): remove uppercase style from sidenav nav-items (#40427)

Co-authored-by: Stefanie Fluin <sjtrimble@gmail.com>

PR Close #40427
This commit is contained in:
George Kalpakas 2021-02-02 14:35:42 +02:00 committed by Misko Hevery
parent 35cb39d75b
commit e6bed90e6e
1 changed files with 0 additions and 5 deletions

View File

@ -115,7 +115,6 @@ button.vertical-menu-item {
color: $darkgray;
cursor: pointer;
position: relative;
text-transform: uppercase;
}
.heading-children {
@ -153,7 +152,6 @@ button.vertical-menu-item {
padding-left: 20px;
margin: 0;
transition: background-color 0.2s;
text-transform: uppercase;
&.expanded .mat-icon,
.level-2.expanded .mat-icon {
@ -173,7 +171,6 @@ button.vertical-menu-item {
font-weight: 400;
margin: 0;
padding-left: 32px;
text-transform: none;
&.expanded .mat-icon,
.level-3.expanded .mat-icon {
@ -191,7 +188,6 @@ button.vertical-menu-item {
@include font-size(14);
margin: 0;
padding-left: 40px;
text-transform: none;
}
.level-4 {
@ -199,7 +195,6 @@ button.vertical-menu-item {
@include font-size(14);
margin: 0;
padding-left: 48px;
text-transform: none;
}
aio-nav-menu.top-menu {