diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-03-31 17:33:04 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-03-31 17:33:04 -0400 |
commit | 97c9e1e0bb73c7b08c830c47548ac1c4b5bebd0b (patch) | |
tree | 76d437e3349be177d0105b9a7a6bae9b7bd1b33a /ufund-ui/src/app/app.component.css | |
parent | f7a0ce90b0ead17ad4002108d7e868899954c69d (diff) | |
download | JellySolutions-97c9e1e0bb73c7b08c830c47548ac1c4b5bebd0b.tar.gz JellySolutions-97c9e1e0bb73c7b08c830c47548ac1c4b5bebd0b.tar.bz2 JellySolutions-97c9e1e0bb73c7b08c830c47548ac1c4b5bebd0b.zip |
TOASTS
Diffstat (limited to 'ufund-ui/src/app/app.component.css')
-rw-r--r-- | ufund-ui/src/app/app.component.css | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/ufund-ui/src/app/app.component.css b/ufund-ui/src/app/app.component.css index 5204919..0bcd658 100644 --- a/ufund-ui/src/app/app.component.css +++ b/ufund-ui/src/app/app.component.css @@ -64,31 +64,3 @@ } - -.toast { - transform: translateY(-90px); - transition: transform .5s; - align-self: center; - z-index: 3; - position: absolute; - top: 15px; - display: flex; - flex-direction: row; - padding: 3px 15px; - background-color: #3a3a3a; - border-radius: 100000px; - gap: 10px; - align-items: center; - - button { - aspect-ratio: 1/1; - margin-right: -11px; - padding: 8px; - display: flex; - align-items: center; - } -} - -.toast.active { - transform: translateY(0); -} |