Revert "Merge pull request #1007 from hgiesel/sveltesass2"

Roll back to investigate issues.

This reverts commit a31b54aa7c, reversing
changes made to 0377f7f944.
This commit is contained in:
Damien Elmes 2021-02-06 08:20:10 +10:00
parent a31b54aa7c
commit ffcf0aa3ca

View file

@ -33,7 +33,7 @@
const total = i18n.tr(i18n.TR.STATISTICS_COUNTS_TOTAL_CARDS);
</script>
<style lang="scss">
<style>
svg {
transition: opacity 1s;
}
@ -47,10 +47,10 @@
display: flex;
flex-direction: column;
justify-content: center;
td {
white-space: nowrap;
}
.counts-table td {
white-space: nowrap;
}
table {