refactor primary color-var

This commit is contained in:
satyaprakash10
2019-12-09 19:20:11 +05:30
parent 1f4d3bf784
commit fa15502ce7
2 changed files with 9 additions and 9 deletions

View File

@ -33,15 +33,15 @@
} }
&.router-link-exact-active { &.router-link-exact-active {
border-left: 3px solid #645ddb; border-left: 3px solid $crater-theme;
} }
&.router-link-exact-active { &.router-link-exact-active {
background-color: #F9FBFF; background-color: $gray--very-light;
} }
&:hover { &:hover {
background-color: #F9FBFF; background-color: $gray--very-light;
} }
.left { .left {

View File

@ -33,15 +33,15 @@
} }
&.router-link-exact-active { &.router-link-exact-active {
border-left: 3px solid #645ddb; border-left: 3px solid $crater-theme;
} }
&.router-link-exact-active { &.router-link-exact-active {
background-color: #F9FBFF; background-color: $gray--very-light;
} }
&:hover { &:hover {
background-color: #F9FBFF; background-color: $gray--very-light;
} }
.left { .left {