Refactor sidebar CSS
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
e632926b5a
commit
5a9af3cc46
6 changed files with 196 additions and 227 deletions
15
assets/styles/components/links.scss
Normal file
15
assets/styles/components/links.scss
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue