From 34c2f777909ee372a0974f9efa2c0e4d181b613b Mon Sep 17 00:00:00 2001 From: yorkeking <34937020+yorkeking@users.noreply.github.com> Date: Tue, 4 Apr 2023 01:50:13 +0800 Subject: [PATCH] Update ui-lib.module.scss --- app/components/ui-lib.module.scss | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) 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);