mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 12:41:10 -04:00
refactor primary color-var
This commit is contained in:
10
resources/assets/sass/pages/estimates/view.scss
vendored
10
resources/assets/sass/pages/estimates/view.scss
vendored
@ -33,17 +33,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.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 {
|
||||||
|
|
||||||
.status-expired {
|
.status-expired {
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user