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); const total = i18n.tr(i18n.TR.STATISTICS_COUNTS_TOTAL_CARDS);
</script> </script>
<style> <style lang="scss">
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;
}
.counts-table td { td {
white-space: nowrap; white-space: nowrap;
}
} }
table { table {