Refactor task status handling and update styles for task views; add support for 'faktury' status
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user