Skip to content

Commit

Permalink
feat: sidebar done
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Jun 22, 2022
1 parent bb9aba5 commit 880d748
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<i class="icon">
<iconpark-icon [name]="item.icon"></iconpark-icon>
</i>
<span *ngIf="!sidebar.collapsed">{{ item.moduleName }}</span>
<span class="label my-1" *ngIf="!sidebar.collapsed">{{ item.moduleName }}</span>
</a>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
color: var(--SIDEBAR_TEXT);
transform: scale(0.8);
border-radius: 3px;
font-size: rgba(0,0,0,0.5);
color: rgba(0,0,0,0.5);
&:hover {
background-color: var(--SEC_BG);
// background-color: var(--SIDEBAR_BG_HOVER);
Expand All @@ -35,6 +35,9 @@
i.icon {
color: #00785a;
}
.label {
color: rgba(0,0,0,0.8);
}
}
}

0 comments on commit 880d748

Please sign in to comment.