Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
re-enable invoicing process colors
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierlacot committed Sep 8, 2023
1 parent eeb0ba7 commit 9d8fbef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/css/invoicing-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,22 @@
}

&.ok {
--bs-table-bg: transparent;
background-color: #efe;
}

&.wrong {
--bs-table-bg: transparent;
background-color: #fdd;
}

&.notice {
--bs-table-bg: transparent;
background-color: #ffe;
}

&.explained {
--bs-table-bg: transparent;
background-color: #f8f8f8;
}
}
Expand Down
2 changes: 1 addition & 1 deletion castor.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function front_install(): void
docker_compose_run('yarn');
}

#[AsTask(description: 'Run Yarn watcher', namespace: 'app:front')]
#[AsTask(name: 'watch', description: 'Run Yarn watcher', namespace: 'app:front')]
function front_watch(): void
{
docker_compose_run('yarn run watch');
Expand Down

0 comments on commit 9d8fbef

Please sign in to comment.