Added Sellet from with all required fields.

This commit is contained in:
Filipe Soccol
2024-11-27 09:55:38 -03:00
parent 9cda680494
commit 92f6cb4d35
8 changed files with 2544 additions and 270 deletions

View File

@@ -19,3 +19,14 @@
opacity: 0;
transform: translateY(15px);
}
.resize-enter-active,
.resize-leave-active {
max-height: 100px;
transition: all 0.3s ease;
}
.resize-enter-from,
.resize-leave-to {
max-height: 0px;
}