Merge pull request #1007 from hgiesel/sveltesass2
Use lang="scss" in CardCounts
This commit is contained in:
commit
a31b54aa7c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user