Refactor task status handling and update styles for task views; add support for 'faktury' status

This commit is contained in:
2024-12-15 11:11:47 +01:00
parent 65d366cc7d
commit 8c42e65d57
12 changed files with 89 additions and 28 deletions

View File

@@ -301,7 +301,7 @@ body>.top {
.tasks_container {
display: flex;
flex-wrap: wrap;
gap: 20px;
gap: 5px;
.column {
width: 350px;
@@ -328,6 +328,12 @@ body>.top {
}
}
&.tasks_fvat {
h2 {
border-bottom: 5px solid #f7fc00;
}
}
&.tasks_new {
h2 {
border-bottom: 5px solid #ccc;