sidebar-view modified

This commit is contained in:
satyaprakash10
2019-12-09 18:58:53 +05:30
parent 7bba576dca
commit 1f4d3bf784
3 changed files with 31 additions and 13 deletions

View File

@ -31,9 +31,17 @@
&:last-child {
margin-bottom: 98px;
}
&.router-link-exact-active {
border-left: 3px solid #645ddb;
}
&.router-link-exact-active {
background-color: #F9FBFF;
}
&:hover {
background-color: $ls-color-gray--very-light;
background-color: #F9FBFF;
}
.left {