Skip to content

Commit

Permalink
Update frontend/src/components/VCollectionHeader/VCollectionHeader.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Mar 11, 2024
1 parent 73ee921 commit bef4821
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,6 @@ export default defineComponent({
</script>

<style scoped>
@keyframes shimmer {
0% {
background-position: -1000px 0;
}
100% {
background-position: 1000px 0;
}
}
.collection-header {
grid-template-areas: "icon title" "button button" "results results";
}
Expand Down

0 comments on commit bef4821

Please sign in to comment.