frontend-rw #1

Merged
marcin merged 347 commits from frontend-rw into develop 2024-12-05 15:32:18 -08:00
Showing only changes of commit aadbd3ca8b - Show all commits

View file

@ -1,11 +1,5 @@
.status {
@apply min-h-[54px] cursor-default opacity-100;
animation: fade 150ms linear;
@keyframes fade {
0% { opacity: 0; }
100% { opacity: 1; }
}
@apply min-h-[54px] cursor-default;
}
[column-type='filled'] .status__wrapper,