Side nav with <a> instead of div

This commit is contained in:
Adina Țeudan 2021-10-14 01:12:31 +03:00
parent 260d7e44ff
commit f466cf23ea

View File

@ -1,7 +1,8 @@
@use 'common-mixins' as mixins;
iqser-side-nav {
display: block;
display: flex;
flex-direction: column;
min-width: 200px;
max-width: 200px;
background-color: var(--iqser-grey-2);
@ -23,6 +24,8 @@ iqser-side-nav {
cursor: pointer;
transition: background-color 0.2s;
font-weight: 500;
color: var(--iqser-accent);
text-decoration: none;
&:not(.active):hover {
background-color: rgba(var(--iqser-primary-rgb), 0.2);