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 Feb 23, 2024
1 parent 5fadd1c commit f8a41b0
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 f8a41b0

Please sign in to comment.