Skip to content

Commit

Permalink
fix: credential animation naming
Browse files Browse the repository at this point in the history
  • Loading branch information
sdisalvo-crd committed Mar 28, 2024
1 parent 5e91393 commit 75e83f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui/pages/Creds/Creds.scss
Expand Up @@ -43,10 +43,10 @@
.credential-tab {
&.cards-credential-nav {
.credential-favourite-cards {
animation: indentifierFavouriteCardResize 0.25s ease;
animation: credentialFavouriteCardResize 0.25s ease;
animation-fill-mode: forwards;

@keyframes indentifierFavouriteCardResize {
@keyframes credentialFavouriteCardResize {
from {
opacity: 0;
overflow: hidden;
Expand Down Expand Up @@ -75,10 +75,10 @@

.credential-favourite-cards {
h3 {
animation: indentifierFavouriteCardHeaderResize 0.25s ease;
animation: credentialFavouriteCardHeaderResize 0.25s ease;
animation-fill-mode: forwards;

@keyframes indentifierFavouriteCardHeaderResize {
@keyframes credentialFavouriteCardHeaderResize {
from {
opacity: 0;
overflow: hidden;
Expand Down

0 comments on commit 75e83f0

Please sign in to comment.