Use lang="scss" in CardCounts

This commit is contained in:
Henrik Giesel 2021-02-05 14:52:25 +01:00
parent 27daaace7d
commit fd3003a58f

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,11 +47,11 @@
display: flex;
flex-direction: column;
justify-content: center;
}
.counts-table td {
td {
white-space: nowrap;
}
}
table {
border-spacing: 1em 0;