mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
refactor css variables
This commit is contained in:
@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user