Удалили мёртвые классы

This commit is contained in:
alisagerasimova
2026-02-26 12:52:21 +03:00
parent 7b51b59b40
commit 8fa0e9042a
2 changed files with 2 additions and 24 deletions
+1 -11
View File
@@ -50,7 +50,7 @@ function closeModal() {
}
.modal {
background: #FFFFFF;
background: #2f2f2f;
box-shadow: 2px 2px 20px 1px;
overflow-x: auto;
display: flex;
@@ -115,14 +115,4 @@ function closeModal() {
color: red;
background: transparent;
}
.modal-fade-enter,
.modal-fade-leave-active {
opacity: 0;
}
.modal-fade-enter-active,
.modal-fade-leave-active {
transition: opacity 0.5s ease;
}
</style>