Update ui-lib.module.scss

This commit is contained in:
yorkeking 2023-04-04 01:50:13 +08:00 committed by GitHub
parent 42767b055d
commit 34c2f77790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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