Skip to content

Commit

Permalink
feat(modal): fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Leotheluck authored and dpellier committed Jul 29, 2024
1 parent 39dee25 commit d538eb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ods/src/style/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $ods-modal-border-radius: var(--ods-border-radius-sm);
transform: scale(0.8);
opacity: 0;
}

100% {
transform: scale(1);
opacity: 1;
Expand All @@ -17,6 +18,7 @@ $ods-modal-border-radius: var(--ods-border-radius-sm);
transform: scale(1);
opacity: 1;
}

100% {
transform: scale(0.9);
opacity: 0;
Expand Down

0 comments on commit d538eb0

Please sign in to comment.