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