Refactor sidebar CSS

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2023-09-26 00:50:08 +06:00
parent e632926b5a
commit 5a9af3cc46
6 changed files with 196 additions and 227 deletions

View file

@ -0,0 +1,15 @@
.list-link {
text-decoration: none;
color: #131313;
transition: all 0.3s ease-out;
&.active {
display: inline;
color: #2098d1;
}
&:hover {
margin-left: 3px;
color: #2098d1;
transition: all 0.3s ease-out;
}
}