refactor payment view

This commit is contained in:
Jay_Makwana
2020-01-06 19:03:08 +05:30
parent 09e335a8a7
commit 00548ea908
3 changed files with 17 additions and 14 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;
}