mirror of
https://github.com/Kizuren/uLinkShortener.git
synced 2026-01-01 20:24:17 +01:00
Biome format
This commit is contained in:
parent
47969209eb
commit
8729e57def
85 changed files with 2467 additions and 1983 deletions
|
|
@ -17,7 +17,9 @@
|
|||
cursor: pointer;
|
||||
opacity: 0;
|
||||
transform: translateY(-20px);
|
||||
transition: opacity 0.3s, transform 0.3s;
|
||||
transition:
|
||||
opacity 0.3s,
|
||||
transform 0.3s;
|
||||
}
|
||||
|
||||
.toast.error {
|
||||
|
|
@ -52,6 +54,10 @@
|
|||
}
|
||||
|
||||
@keyframes fadeOut {
|
||||
from { opacity: 1; }
|
||||
to { opacity: 0; }
|
||||
}
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
to {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue