Side nav icons
This commit is contained in:
parent
2427893303
commit
d141625d5f
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user