mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Use lang="scss" in CardCounts
This commit is contained in:
parent
27daaace7d
commit
fd3003a58f
1 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue