mirror of
https://github.com/crater-invoice/crater.git
synced 2026-06-06 19:12:42 -04:00
refactor primary color-var
This commit is contained in:
+5
-5
@@ -33,17 +33,17 @@
|
||||
}
|
||||
|
||||
&.router-link-exact-active {
|
||||
border-left: 3px solid #645ddb;
|
||||
border-left: 3px solid $crater-theme;
|
||||
}
|
||||
|
||||
&.router-link-exact-active {
|
||||
background-color: #F9FBFF;
|
||||
background-color: $gray--very-light;
|
||||
}
|
||||
|
||||
|
||||
&:hover {
|
||||
background-color: #F9FBFF;
|
||||
background-color: $gray--very-light;
|
||||
}
|
||||
|
||||
|
||||
.left {
|
||||
|
||||
.status-expired {
|
||||
|
||||
+4
-4
@@ -33,15 +33,15 @@
|
||||
}
|
||||
|
||||
&.router-link-exact-active {
|
||||
border-left: 3px solid #645ddb;
|
||||
border-left: 3px solid $crater-theme;
|
||||
}
|
||||
|
||||
&.router-link-exact-active {
|
||||
background-color: #F9FBFF;
|
||||
}
|
||||
background-color: $gray--very-light;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: #F9FBFF;
|
||||
background-color: $gray--very-light;
|
||||
}
|
||||
|
||||
.left {
|
||||
|
||||
Reference in New Issue
Block a user