1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00
This commit is contained in:
Anton Titovets
2025-07-11 16:22:21 +03:00
parent 127cc38225
commit 59215e0a9f

View File

@@ -448,7 +448,7 @@ li > a.menu__link {
.falling-icon {
position: absolute;
top: -20px;
top: -50px;
width: 40px;
height: auto;
opacity: 0;
@@ -460,7 +460,7 @@ li > a.menu__link {
@keyframes falling {
0% {
transform: translateY(-20px) ;
transform: translateY(-30px) ;
opacity: 0.3;
}
31% {