Skip to content

Commit

Permalink
Merge branch '708-create-button' into 708-create-button-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
maeckes1 committed Jun 4, 2024
2 parents 8be7989 + 772ce03 commit b43f3bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/components/buttons/CreateButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,9 @@ svg {
.button-wave {
opacity: 0;
transition: opacity 1s, scale 0.7s;
transition:
opacity 1s,
scale 0.7s;
transform-origin: center;
scale: 0;
}
Expand Down

0 comments on commit b43f3bd

Please sign in to comment.