refactor css variables

This commit is contained in:
Jay_Makwana
2019-12-23 21:00:26 +05:30
parent 799d212d9b
commit 3d6875a532

View File

@ -33,12 +33,12 @@
} }
&.router-link-exact-active { &.router-link-exact-active {
border-left: 3px solid $crater-theme; border-left: 3px solid $ls-color-primary;
background-color: $gray--very-light; background-color: $ls-color-gray--very-light;
} }
&:hover { &:hover {
background-color: $gray--very-light; background-color: $ls-color-gray--very-light;
} }
.left { .left {