Merge branch 'sidebar-view' into 'master'

sidebar-view modified

See merge request mohit.panjvani/crater-web!132
This commit is contained in:
Mohit Panjwani
2020-01-05 07:24:12 +00:00
3 changed files with 23 additions and 11 deletions

View File

@ -32,6 +32,11 @@
margin-bottom: 98px;
}
&.router-link-exact-active {
border-left: 3px solid $ls-color-primary;
background-color: $ls-color-gray--very-light;
}
&:hover {
background-color: $ls-color-gray--very-light;
}