diff --git a/app/components/ui-lib.module.scss b/app/components/ui-lib.module.scss index 5c7925b04..c3ebcc02c 100644 --- a/app/components/ui-lib.module.scss +++ b/app/components/ui-lib.module.scss @@ -1,3 +1,5 @@ +@import "../styles/animation.scss"; + .card { background-color: var(--white); border-radius: 10px; @@ -24,18 +26,6 @@ height: 100vh; } -@keyframes slide-in { - from { - transform: translateY(10px); - opacity: 0; - } - - to { - transform: translateY(0); - opacity: 1; - } -} - .list-item { display: flex; justify-content: space-between; @@ -138,6 +128,8 @@ justify-content: center; .toast-content { + max-width: 80vw; + word-break: break-all; font-size: 14px; background-color: var(--white); box-shadow: var(--card-shadow);