mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-31 21:51:10 -04:00
remove unused files and refactor variable names and function names
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $gray--very-light;
|
||||
background-color: $ls-color-gray--very-light;
|
||||
}
|
||||
|
||||
.left {
|
||||
|
||||
2
resources/assets/sass/pages/wizard.scss
vendored
2
resources/assets/sass/pages/wizard.scss
vendored
@ -134,7 +134,7 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 0;
|
||||
border: 1px solid $gray--light;
|
||||
border: 1px solid $ls-color-gray--light;
|
||||
|
||||
.left-item,
|
||||
.right-item {
|
||||
|
||||
Reference in New Issue
Block a user