Merge pull request #1007 from hgiesel/sveltesass2

Use lang="scss" in CardCounts
This commit is contained in:
Damien Elmes 2021-02-06 08:18:21 +10:00 committed by GitHub
commit a31b54aa7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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