Fixed some cards not animating elevation change

This commit is contained in:
Stefan Zermatten
2021-03-25 13:08:48 +02:00
parent fe3fa56541
commit ccac142ec6
3 changed files with 8 additions and 2 deletions

View File

@@ -78,6 +78,9 @@
</script>
<style lang="css" scoped>
.resource-card {
transition: box-shadow .4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.resource-card > div {
padding-top: 16px;
padding-bottom: 16px;