Side nav icons

This commit is contained in:
Adina Țeudan 2022-03-01 16:25:44 +02:00
parent 2427893303
commit d141625d5f

View File

@ -26,6 +26,9 @@ iqser-side-nav {
font-weight: 500;
color: var(--iqser-accent);
text-decoration: none;
display: flex;
align-items: center;
justify-content: space-between;
&:not(.active):hover {
background-color: rgba(var(--iqser-primary-rgb), 0.2);
@ -35,5 +38,11 @@ iqser-side-nav {
background-color: var(--iqser-primary);
color: var(--iqser-white);
}
mat-icon {
opacity: 50%;
width: 12px;
height: 12px;
}
}
}