1
0

feat: show the number of tasks we're about to remove when deleting a list

This commit is contained in:
kolaente
2022-04-24 18:09:54 +02:00
parent 202f6ce1b2
commit 62adf171ec
4 changed files with 67 additions and 31 deletions

View File

@ -14,12 +14,14 @@
border-width: 0.25rem;
}
&.is-loading-small::after {
width: 1.5rem;
height: 1.5rem;
top: calc(50% - .75rem);
left: calc(50% - .75rem);
border-width: 2px;
&.is-loading-small {
&::after {
width: 1.5rem;
height: 1.5rem;
top: calc(50% - .75rem);
left: calc(50% - .75rem);
border-width: 2px;
}
}
}