feat: rotate task cards slightly while moving them between buckets
This commit is contained in:
parent
051dd98ff7
commit
17ba56f12d
@ -653,6 +653,10 @@ $filter-container-height: '1rem - #{$switch-view-height}';
|
|||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sortable-chosen .task {
|
||||||
|
transform: rotate(3deg);
|
||||||
|
}
|
||||||
|
|
||||||
.bucket {
|
.bucket {
|
||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user